From owner-svn-src-head@freebsd.org Fri May 17 15:23:58 2019 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E1D341597D50; Fri, 17 May 2019 15:23:57 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 7F40F77D93; Fri, 17 May 2019 15:23:57 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9F976A1F6; Fri, 17 May 2019 15:23:53 +0000 (UTC) (envelope-from brooks@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x4HFNrMd006226; Fri, 17 May 2019 15:23:53 GMT (envelope-from brooks@FreeBSD.org) Received: (from brooks@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x4HFNqBm006219; Fri, 17 May 2019 15:23:52 GMT (envelope-from brooks@FreeBSD.org) Message-Id: <201905171523.x4HFNqBm006219@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: brooks set sender to brooks@FreeBSD.org using -f From: Brooks Davis Date: Fri, 17 May 2019 15:23:52 +0000 (UTC) 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 X-SVN-Group: head X-SVN-Commit-Author: brooks X-SVN-Commit-Paths: in head: . share/man/man4 sys/conf sys/dev/sn sys/i386/conf sys/modules sys/modules/sn X-SVN-Commit-Revision: 347917 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 7F40F77D93 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.98 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.982,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 May 2019 15:23:58 -0000 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} \