summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorken <ken@FreeBSD.org>1999-03-29 17:56:28 +0000
committerken <ken@FreeBSD.org>1999-03-29 17:56:28 +0000
commitc149ce5ea1021d3dec1958fc484be53afae91703 (patch)
tree0f93d06b80902bc44e764adc11a2db41b9a887df /sys/conf
parent30e4f5c5efa3b7925d1de17856acac684b3957e5 (diff)
downloadFreeBSD-src-c149ce5ea1021d3dec1958fc484be53afae91703.zip
FreeBSD-src-c149ce5ea1021d3dec1958fc484be53afae91703.tar.gz
Delete all references to the "aic" driver. It isn't in the tree, and
may not show up for a while, and I'm tired of people asking about it. Perhaps this will eliminate some of the confusion.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES7
-rw-r--r--sys/conf/files1
-rw-r--r--sys/conf/files.i3864
3 files changed, 3 insertions, 9 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 3f94481..9c8cdf0 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.571 1999/03/28 23:08:12 dt Exp $
+# $Id: LINT,v 1.572 1999/03/29 14:00:46 phk Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -999,13 +999,12 @@ device npx0 at isa? port IO_NPX iosiz 0x0 flags 0x0 irq 13
#
#
-# SCSI host adapters: `aha', `aic', `bt'
+# SCSI host adapters: `aha', `bt'
#
# adv: All Narrow SCSI bus AdvanSys controllers.
# adw: Second Generation AdvanSys controllers including the ADV940UW.
# aha: Adaptec 154x
# ahc: Adaptec 274x/284x/294x
-# aic: Adaptec 152x and sound cards using the Adaptec AIC-6360 (slow!)
# bt: Most Buslogic controllers
#
# Note that the order is important in order for Buslogic cards to be
@@ -1017,8 +1016,6 @@ controller adv0 at isa? port ? cam irq ?
controller adw0
controller aha0 at isa? port ? cam irq ?
-#!CAM# controller aic0 at isa? port 0x340 bio irq 11
-
#
# ATA and ATAPI devices
# This is work in progress, use at your own risk.
diff --git a/sys/conf/files b/sys/conf/files
index 278c847..70be401 100644
--- a/sys/conf/files
+++ b/sys/conf/files
@@ -90,7 +90,6 @@ dev/aha/aha.c optional aha device-driver
dev/aic7xxx/aic7xxx.c optional ahc device-driver \
dependency "aic7xxx_{reg,seq}.h"
dev/aic7xxx/93cx6.c optional ahc device-driver
-dev/aic6x60/aic.c optional aic device-driver
dev/buslogic/bt.c optional bt device-driver
dev/ccd/ccd.c optional ccd device-driver
dev/isp/isp_freebsd.c optional isp device-driver
diff --git a/sys/conf/files.i386 b/sys/conf/files.i386
index 889fe92..5200881 100644
--- a/sys/conf/files.i386
+++ b/sys/conf/files.i386
@@ -1,7 +1,7 @@
# This file tells config what files go into building a kernel,
# files marked standard are always included.
#
-# $Id: files.i386,v 1.229 1999/03/16 13:34:02 sos Exp $
+# $Id: files.i386,v 1.230 1999/03/28 18:57:20 sos Exp $
#
# The long compile-with and dependency lines are required because of
# limitations in config: backslash-newline doesn't work in strings, and
@@ -123,8 +123,6 @@ i386/ibcs2/imgact_coff.c optional ibcs2
i386/isa/adv_isa.c optional adv device-driver
#i386/isa/aha1542.c optional aha device-driver
i386/isa/aha_isa.c optional aha device-driver
-#i386/isa/aic6360.c optional aic device-driver
-i386/isa/aic_isa.c optional aic device-driver
i386/isa/atkbd_isa.c optional atkbd device-driver
i386/isa/atkbdc_isa.c optional atkbdc device-driver
i386/isa/bt_isa.c optional bt device-driver
OpenPOWER on IntegriCloud