svn commit: r347910 - in head: . share/man/man4 sys/amd64/conf sys/conf sys/dev/de sys/i386/conf sys/modules sys/modules/de sys/sparc64/conf
Brooks Davis
brooks at FreeBSD.org
Fri May 17 15:22:58 UTC 2019
Author: brooks
Date: Fri May 17 15:22:54 2019
New Revision: 347910
URL: https://svnweb.freebsd.org/changeset/base/347910
Log:
FCP-101: Remove de(4).
Relnotes: yes
FCP: https://github.com/freebsd/fcp/blob/master/fcp-0101.md
Reviewed by: jhb, imp
Differential Revision: https://reviews.freebsd.org/D20230
Deleted:
head/share/man/man4/de.4
head/sys/dev/de/
head/sys/modules/de/
Modified:
head/ObsoleteFiles.inc
head/share/man/man4/Makefile
head/sys/amd64/conf/GENERIC
head/sys/conf/NOTES
head/sys/conf/files
head/sys/i386/conf/GENERIC
head/sys/modules/Makefile
head/sys/sparc64/conf/GENERIC
Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc Fri May 17 15:22:45 2019 (r347909)
+++ head/ObsoleteFiles.inc Fri May 17 15:22:54 2019 (r347910)
@@ -41,6 +41,8 @@
# 20190518: Remove obsolete 10 and 10/100 ethernet drivers.
OLD_FILES+=usr/share/man/man4/bm.4
OLD_FILES+=usr/share/man/man4/cs.4
+OLD_FILES+=usr/share/man/man4/de.4
+OLD_FILES+=usr/share/man/man4/if_de.4
# 20190513: libcap_sysctl interface change
OLD_FILES+=lib/casper/libcap_sysctl.1
# 20190509: tests/sys/opencrypto requires the net/py-dpkt package.
Modified: head/share/man/man4/Makefile
==============================================================================
--- head/share/man/man4/Makefile Fri May 17 15:22:45 2019 (r347909)
+++ head/share/man/man4/Makefile Fri May 17 15:22:54 2019 (r347910)
@@ -128,7 +128,6 @@ MAN= aac.4 \
dcons.4 \
dcons_crom.4 \
ddb.4 \
- de.4 \
devctl.4 \
disc.4 \
divert.4 \
@@ -627,7 +626,6 @@ MLINKS+=cxgbev.4 if_cxgbev.4 \
cxgbev.4 ccv.4 \
cxgbev.4 if_ccv.4
MLINKS+=dc.4 if_dc.4
-MLINKS+=de.4 if_de.4
MLINKS+=disc.4 if_disc.4
MLINKS+=ed.4 if_ed.4
MLINKS+=edsc.4 if_edsc.4
Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Fri May 17 15:22:45 2019 (r347909)
+++ head/sys/amd64/conf/GENERIC Fri May 17 15:22:54 2019 (r347910)
@@ -245,7 +245,6 @@ device vmx # VMware VMXNET3 Ethernet
# PCI Ethernet NICs.
device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
-device de # DEC/Intel DC21x4x (``Tulip'')
device le # AMD Am7900 LANCE and Am79C9xx PCnet
device ti # Alteon Networks Tigon I/II gigabit Ethernet
device txp # 3Com 3cR990 (``Typhoon'')
Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES Fri May 17 15:22:45 2019 (r347909)
+++ head/sys/conf/NOTES Fri May 17 15:22:54 2019 (r347910)
@@ -1936,7 +1936,6 @@ device xmphy # XaQti XMAC II
# SVEC PN102-TX, CNet Pro110B, 120A, and 120B, Compex RL100-TX,
# LinkSys LNE100TX, LNE100TX V2.0, Jaton XpressNet, Alfa Inc GFC2204,
# KNE110TX.
-# de: Digital Equipment DC21040
# em: Intel Pro/1000 Gigabit Ethernet 82542, 82543, 82544 based adapters.
# ep: 3Com 3C509, 3C529, 3C556, 3C562D, 3C563D, 3C572, 3C574X, 3C579, 3C589
# and PC Card devices using these chipsets.
@@ -2108,7 +2107,6 @@ device cxgb # Chelsio T3 10 Gigabit Ethernet
device cxgb_t3fw # Chelsio T3 10 Gigabit Ethernet firmware
device cxgbe # Chelsio T4-T6 1/10/25/40/100 Gigabit Ethernet
device cxgbev # Chelsio T4-T6 Virtual Functions
-device de # DEC/Intel DC21x4x (``Tulip'')
device le # AMD Am7900 LANCE and Am79C9xx PCnet
device mxge # Myricom Myri-10G 10GbE NIC
device oce # Emulex 10 GbE (OneConnect Ethernet)
Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files Fri May 17 15:22:45 2019 (r347909)
+++ head/sys/conf/files Fri May 17 15:22:54 2019 (r347910)
@@ -1539,7 +1539,6 @@ dev/dc/pnphy.c optional dc pci
dev/dcons/dcons.c optional dcons
dev/dcons/dcons_crom.c optional dcons_crom
dev/dcons/dcons_os.c optional dcons
-dev/de/if_de.c optional de pci
dev/dme/if_dme.c optional dme
dev/drm2/drm_agpsupport.c optional drm2
dev/drm2/drm_auth.c optional drm2
Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC Fri May 17 15:22:45 2019 (r347909)
+++ head/sys/i386/conf/GENERIC Fri May 17 15:22:54 2019 (r347910)
@@ -227,7 +227,6 @@ device vmx # VMware VMXNET3 Ethernet
# PCI Ethernet NICs.
device bxe # Broadcom NetXtreme II BCM5771X/BCM578XX 10GbE
-device de # DEC/Intel DC21x4x (``Tulip'')
device le # AMD Am7900 LANCE and Am79C9xx PCnet
device ti # Alteon Networks Tigon I/II gigabit Ethernet
device txp # 3Com 3cR990 (``Typhoon'')
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Fri May 17 15:22:45 2019 (r347909)
+++ head/sys/modules/Makefile Fri May 17 15:22:54 2019 (r347910)
@@ -105,7 +105,6 @@ SUBDIR= \
dc \
dcons \
dcons_crom \
- de \
${_dpms} \
dummynet \
${_ed} \
Modified: head/sys/sparc64/conf/GENERIC
==============================================================================
--- head/sys/sparc64/conf/GENERIC Fri May 17 15:22:45 2019 (r347909)
+++ head/sys/sparc64/conf/GENERIC Fri May 17 15:22:54 2019 (r347910)
@@ -184,7 +184,6 @@ device uart # Multi-uart driver
device iflib
# PCI Ethernet NICs.
-#device de # DEC/Intel DC21x4x (``Tulip'')
device em # Intel PRO/1000 adapter Gigabit Ethernet Card
device le # AMD Am7900 LANCE and Am79C9xx PCnet
device ti # Alteon Networks Tigon I/II gigabit Ethernet
More information about the svn-src-all
mailing list