Date: Thu, 25 Oct 2018 05:18:25 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org Subject: svn commit: r339704 - in stable/12/sys: amd64/conf i386/conf Message-ID: <201810250518.w9P5IPOQ060854@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: imp Date: Thu Oct 25 05:18:25 2018 New Revision: 339704 URL: https://svnweb.freebsd.org/changeset/base/339704 Log: MFC: r339562 (remove obsolete drivers from GENERIC) Remove the drivers we'd planned on removing from 12.x from GENERIC. Approved by: re@ (rgrimes@) Modified: stable/12/sys/amd64/conf/GENERIC stable/12/sys/i386/conf/GENERIC Directory Properties: stable/12/ (props changed) Modified: stable/12/sys/amd64/conf/GENERIC ============================================================================== --- stable/12/sys/amd64/conf/GENERIC Thu Oct 25 04:10:41 2018 (r339703) +++ stable/12/sys/amd64/conf/GENERIC Thu Oct 25 05:18:25 2018 (r339704) @@ -131,11 +131,6 @@ device mpr # LSI-Logic MPT-Fusion 3 #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters - -device adv # Advansys SCSI adapters -device adw # Advansys wide SCSI adapters -device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. -device bt # Buslogic/Mylex MultiMaster SCSI adapters device isci # Intel C600 SAS controller device ocs_fc # Emulex FC adapters Modified: stable/12/sys/i386/conf/GENERIC ============================================================================== --- stable/12/sys/i386/conf/GENERIC Thu Oct 25 04:10:41 2018 (r339703) +++ stable/12/sys/i386/conf/GENERIC Thu Oct 25 05:18:25 2018 (r339704) @@ -126,16 +126,6 @@ device mpr # LSI-Logic MPT-Fusion 3 #device ncr # NCR/Symbios Logic device sym # NCR/Symbios Logic (newer chipsets + those of `ncr') device trm # Tekram DC395U/UW/F DC315U adapters - -device adv # Advansys SCSI adapters -device adw # Advansys wide SCSI adapters -device aha # Adaptec 154x SCSI adapters -device aic # Adaptec 15[012]x SCSI adapters, AIC-6[23]60. -device bt # Buslogic/Mylex MultiMaster SCSI adapters - -device ncv # NCR 53C500 -device nsp # Workbit Ninja SCSI-3 -device stg # TMC 18C30/18C50 device isci # Intel C600 SAS controller # ATA/SCSI peripherals
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810250518.w9P5IPOQ060854>