svn commit: r339566 - in head: share/man/man4/man4.i386 sys/conf sys/dev/aic sys/modules sys/modules/aic

Warner Losh imp at FreeBSD.org
Mon Oct 22 02:34:37 UTC 2018


Author: imp
Date: Mon Oct 22 02:34:35 2018
New Revision: 339566
URL: https://svnweb.freebsd.org/changeset/base/339566

Log:
  Remove aic(4) driver
  
  aic was marked to be gone in 12 a while ago. Go ahead and remove it.
  nycbug's dmesg database shows this was last seen in 6 and one more
  time in 4.x. It never was popular, and what popularity it had was over
  before the nycbug databse got going in 2004.
  
  Relnotes: yes

Deleted:
  head/share/man/man4/man4.i386/aic.4
  head/sys/dev/aic/aic.c
  head/sys/dev/aic/aic6360reg.h
  head/sys/dev/aic/aic_isa.c
  head/sys/dev/aic/aic_pccard.c
  head/sys/dev/aic/aicvar.h
  head/sys/modules/aic/Makefile
Modified:
  head/share/man/man4/man4.i386/Makefile
  head/sys/conf/NOTES
  head/sys/conf/files
  head/sys/conf/files.i386
  head/sys/modules/Makefile

Modified: head/share/man/man4/man4.i386/Makefile
==============================================================================
--- head/share/man/man4/man4.i386/Makefile	Mon Oct 22 02:34:25 2018	(r339565)
+++ head/share/man/man4/man4.i386/Makefile	Mon Oct 22 02:34:35 2018	(r339566)
@@ -2,8 +2,7 @@
 
 PACKAGE=runtime-manuals
 
-MAN=	aic.4 \
-	apm.4 \
+MAN=	apm.4 \
 	ce.4 \
 	cp.4 \
 	CPU_ELAN.4 \

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Mon Oct 22 02:34:25 2018	(r339565)
+++ head/sys/conf/NOTES	Mon Oct 22 02:34:35 2018	(r339566)
@@ -1553,7 +1553,6 @@ options		TERMINAL_KERN_ATTR=(FG_LIGHTRED|BG_BLACK)
 # ahc: Adaptec 274x/284x/2910/293x/294x/394x/3950x/3960x/398X/4944/
 #      19160x/29160x, aic7770/aic78xx
 # ahd: Adaptec 29320/39320 Controllers.
-# aic: Adaptec 6260/6360, APA-1460 (PC Card)
 # bt:  Most Buslogic controllers: including BT-445, BT-54x, BT-64x, BT-74x,
 #      BT-75x, BT-946, BT-948, BT-956, BT-958, SDC3211B, SDC3211F, SDC3222F
 # esp: Emulex ESP, NCR 53C9x and QLogic FAS families based controllers
@@ -1585,8 +1584,6 @@ hint.bt.0.port="0x330"
 device		adv
 hint.adv.0.at="isa"
 device		adw
-device		aic
-hint.aic.0.at="isa"
 device		ahc
 device		ahd
 device		esp

Modified: head/sys/conf/files
==============================================================================
--- head/sys/conf/files	Mon Oct 22 02:34:25 2018	(r339565)
+++ head/sys/conf/files	Mon Oct 22 02:34:35 2018	(r339566)
@@ -770,8 +770,6 @@ dev/agp/agp_if.m		optional agp pci
 dev/ahci/ahci.c			optional ahci
 dev/ahci/ahciem.c		optional ahci
 dev/ahci/ahci_pci.c		optional ahci pci
-dev/aic/aic.c			optional aic
-dev/aic/aic_pccard.c		optional aic pccard
 dev/aic7xxx/ahc_isa.c		optional ahc isa
 dev/aic7xxx/ahc_pci.c		optional ahc pci \
 	compile-with "${NORMAL_C} ${NO_WCONSTANT_CONVERSION}"

Modified: head/sys/conf/files.i386
==============================================================================
--- head/sys/conf/files.i386	Mon Oct 22 02:34:25 2018	(r339565)
+++ head/sys/conf/files.i386	Mon Oct 22 02:34:35 2018	(r339566)
@@ -161,7 +161,6 @@ dev/agp/agp_intel.c		optional agp
 dev/agp/agp_nvidia.c		optional agp
 dev/agp/agp_sis.c		optional agp
 dev/agp/agp_via.c		optional agp
-dev/aic/aic_isa.c		optional aic isa
 dev/amdsbwd/amdsbwd.c		optional amdsbwd
 dev/amdsmn/amdsmn.c		optional amdsmn | amdtemp
 dev/amdtemp/amdtemp.c		optional amdtemp

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Mon Oct 22 02:34:25 2018	(r339565)
+++ head/sys/modules/Makefile	Mon Oct 22 02:34:35 2018	(r339566)
@@ -27,7 +27,6 @@ SUBDIR=	\
 	age \
 	${_agp} \
 	ahci \
-	${_aic} \
 	aic7xxx \
 	alc \
 	ale \
@@ -747,7 +746,6 @@ _vmm=		vmm
 # XXX some of these can move now, but are untested on other architectures.
 _3dfx=		3dfx
 _3dfx_linux=	3dfx_linux
-_aic=		aic
 _apm=		apm
 .if ${MK_SOURCELESS_UCODE} != "no"
 _ce=		ce


More information about the svn-src-all mailing list