Date: Fri, 17 May 2019 15:23:52 +0000 (UTC) From: Brooks Davis <brooks@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r347917 - in head: . share/man/man4 sys/conf sys/dev/sn sys/i386/conf sys/modules sys/modules/sn Message-ID: <201905171523.x4HFNqBm006219@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: brooks Date: Fri May 17 15:23:52 2019 New Revision: 347917 URL: https://svnweb.freebsd.org/changeset/base/347917 Log: FCP-101: Remove sn(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/sn.4 head/sys/dev/sn/ head/sys/modules/sn/ Modified: head/ObsoleteFiles.inc head/share/man/man4/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:43 2019 (r347916) +++ head/ObsoleteFiles.inc Fri May 17 15:23:52 2019 (r347917) @@ -52,6 +52,8 @@ OLD_FILES+=usr/share/man/man4/pcn.4 OLD_FILES+=usr/share/man/man4/if_pcn.4 OLD_FILES+=usr/share/man/man4/sf.4 OLD_FILES+=usr/share/man/man4/if_sf.4 +OLD_FILES+=usr/share/man/man4/sn.4 +OLD_FILES+=usr/share/man/man4/if_sn.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:23:43 2019 (r347916) +++ head/share/man/man4/Makefile Fri May 17 15:23:52 2019 (r347917) @@ -465,7 +465,6 @@ MAN= aac.4 \ smbus.4 \ smp.4 \ smsc.4 \ - sn.4 \ snd_ad1816.4 \ snd_als4000.4 \ snd_atiixp.4 \ @@ -705,7 +704,6 @@ MLINKS+=sis.4 if_sis.4 MLINKS+=sk.4 if_sk.4 MLINKS+=smp.4 SMP.4 MLINKS+=smsc.4 if_smsc.4 -MLINKS+=sn.4 if_sn.4 MLINKS+=snd_envy24.4 snd_ak452x.4 MLINKS+=snd_sbc.4 snd_sb16.4 \ snd_sbc.4 snd_sb8.4 Modified: head/sys/conf/NOTES ============================================================================== --- head/sys/conf/NOTES Fri May 17 15:23:43 2019 (r347916) +++ head/sys/conf/NOTES Fri May 17 15:23:52 2019 (r347917) @@ -1986,8 +1986,6 @@ device xmphy # XaQti XMAC II # (also single mode and multimode). # The driver will autodetect the number of ports on the card and # attach each one as a separate network interface. -# sn: Support for ISA and PC Card Ethernet devices using the -# SMC91C90/92/94/95 chips. # ste: Sundance Technologies ST201 PCI fast ethernet controller, includes # the D-Link DFE-550TX. # stge: Support for gigabit ethernet adapters based on the Sundance/Tamarack @@ -2028,10 +2026,6 @@ device xmphy # XaQti XMAC II # Order for ISA devices is important here -device sn -hint.sn.0.at="isa" -hint.sn.0.port="0x300" -hint.sn.0.irq="10" device an device wi device xe Modified: head/sys/conf/files ============================================================================== --- head/sys/conf/files Fri May 17 15:23:43 2019 (r347916) +++ head/sys/conf/files Fri May 17 15:23:52 2019 (r347917) @@ -3019,9 +3019,6 @@ dev/smbus/smbus.c optional smbus dev/smbus/smbus_if.m optional smbus dev/smc/if_smc.c optional smc dev/smc/if_smc_fdt.c optional smc fdt -dev/sn/if_sn.c optional sn -dev/sn/if_sn_isa.c optional sn isa -dev/sn/if_sn_pccard.c optional sn pccard dev/snp/snp.c optional snp dev/sound/clone.c optional sound dev/sound/unit.c optional sound Modified: head/sys/i386/conf/GENERIC ============================================================================== --- head/sys/i386/conf/GENERIC Fri May 17 15:23:43 2019 (r347916) +++ head/sys/i386/conf/GENERIC Fri May 17 15:23:52 2019 (r347917) @@ -269,7 +269,6 @@ device wb # Winbond W89C840F device xl # 3Com 3c90x (``Boomerang'', ``Cyclone'') # ISA Ethernet NICs. pccard NICs included. -device sn # SMC's 9000 series of Ethernet chips device xe # Xircom pccard Ethernet # Wireless NIC cards Modified: head/sys/modules/Makefile ============================================================================== --- head/sys/modules/Makefile Fri May 17 15:23:43 2019 (r347916) +++ head/sys/modules/Makefile Fri May 17 15:23:52 2019 (r347917) @@ -335,7 +335,6 @@ SUBDIR= \ sk \ ${_smartpqi} \ smbfs \ - sn \ snp \ sound \ ${_speaker} \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905171523.x4HFNqBm006219>