Author: brooks Date: Fri May 17 15:23:26 2019 New Revision: 347914 URL: https://svnweb.freebsd.org/changeset/base/347914
Log: FCP-101: Remove fe(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/man4.i386/fe.4 head/sys/dev/fe/ head/sys/modules/fe/ Modified: head/ObsoleteFiles.inc head/share/man/man4/man4.i386/Makefile head/sys/conf/NOTES head/sys/conf/files head/sys/i386/conf/GENERIC head/sys/modules/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Fri May 17 15:23:18 2019 (r347913) +++ head/ObsoleteFiles.inc Fri May 17 15:23:26 2019 (r347914) @@ -47,6 +47,7 @@ OLD_FILES+=usr/share/man/man4/ed.4 OLD_FILES+=usr/share/man/man4/if_ed.4 OLD_FILES+=usr/share/man/man4/ep.4 OLD_FILES+=usr/share/man/man4/ex.4 +OLD_FILES+=usr/share/man/man4/fe.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/man4.i386/Makefile ============================================================================== --- head/share/man/man4/man4.i386/Makefile Fri May 17 15:23:18 2019 (r347913) +++ head/share/man/man4/man4.i386/Makefile Fri May 17 15:23:26 2019 (r347914) @@ -8,7 +8,6 @@ MAN= apm.4 \ CPU_ELAN.4 \ ctau.4 \ cx.4 \ - fe.4 \ glxiic.4 \ glxsb.4 \ longrun.4 \ Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri May 17 15:23:18 2019 (r347913) +++ head/sys/conf/NOTES Fri May 17 15:23:26 2019 (r347914) @@ -1937,7 +1937,6 @@ device xmphy # XaQti XMAC II # LinkSys LNE100TX, LNE100TX V2.0, Jaton XpressNet, Alfa Inc GFC2204, # KNE110TX. # em: Intel Pro/1000 Gigabit Ethernet 82542, 82543, 82544 based adapters. -# fe: Fujitsu MB86960A/MB86965A Ethernet # fxp: Intel EtherExpress Pro/100B # (hint of prefer_iomap can be done to prefer I/O instead of Mem mapping) # gem: Apple GMAC/Sun ERI/Sun GEM @@ -2040,9 +2039,6 @@ device xmphy # XaQti XMAC II # Order for ISA devices is important here -device fe -hint.fe.0.at="isa" -hint.fe.0.port="0x300" device sn hint.sn.0.at="isa" hint.sn.0.port="0x300" Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Fri May 17 15:23:18 2019 (r347913) +++ head/sys/conf/files Fri May 17 15:23:26 2019 (r347914) @@ -1703,8 +1703,6 @@ dev/fdt/fdt_static_dtb.S optional fdt fdt_dtb_static \ dependency "${FDT_DTS_FILE:T:R}.dtb" dev/fdt/simplebus.c optional fdt dev/fdt/simple_mfd.c optional fdt -dev/fe/if_fe.c optional fe -dev/fe/if_fe_pccard.c optional fe pccard dev/filemon/filemon.c optional filemon dev/firewire/firewire.c optional firewire dev/firewire/fwcrom.c optional firewire Modified: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Fri May 17 15:23:18 2019 (r347913) +++ head/sys/i386/conf/GENERIC Fri May 17 15:23:26 2019 (r347914) @@ -271,7 +271,6 @@ device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. -device fe # Fujitsu MB8696x based cards device sn # SMC's 9000 series of Ethernet chips device xe # Xircom pccard Ethernet Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri May 17 15:23:18 2019 (r347913) +++ head/sys/modules/Makefile Fri May 17 15:23:26 2019 (r347914) @@ -118,7 +118,6 @@ SUBDIR= \ ext2fs \ fdc \ fdescfs \ - ${_fe} \ ${_ffec} \ filemon \ firewire \ @@ -599,7 +598,6 @@ _dpms= dpms _em= em _et= et _exca= exca -_fe= fe _if_ndis= if_ndis _io= io _ix= ix _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"