summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgibbs <gibbs@FreeBSD.org>1998-09-30 03:48:23 +0000
committergibbs <gibbs@FreeBSD.org>1998-09-30 03:48:23 +0000
commit1a428cd399d6e4c136d8a34907f040592205aeca (patch)
tree366e55aad3bb16775847dab7273de7807bbdb93b /sys
parent902cf5895875e558f1caee9d1807d89c1f38e7ad (diff)
downloadFreeBSD-src-1a428cd399d6e4c136d8a34907f040592205aeca.zip
FreeBSD-src-1a428cd399d6e4c136d8a34907f040592205aeca.tar.gz
Remove SCSI support as the only driver in this kernel config, aic, is not
currently supported by CAM.
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/PCCARD12
1 files changed, 6 insertions, 6 deletions
diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD
index 0b68244..ef0b6e7 100644
--- a/sys/i386/conf/PCCARD
+++ b/sys/i386/conf/PCCARD
@@ -11,7 +11,7 @@
# device lines is present in the ./LINT configuration file. If you are
# in doubt as to the purpose or necessity of a line, check first in LINT.
#
-# $Id: PCCARD,v 1.5 1998/09/15 22:38:50 gibbs Exp $
+# $Id: PCCARD,v 1.6 1998/09/25 17:34:48 peter Exp $
machine "i386"
cpu "I386_CPU"
@@ -53,15 +53,15 @@ options ATAPI #Enable ATAPI support for IDE bus
options ATAPI_STATIC #Don't do it as an LKM
device wcd0 #IDE CD-ROM
-controller aic0 at isa? port 0x340 bio irq 11 vector aicintr
+#controller aic0 at isa? port 0x340 cam irq 11 vector aicintr
-controller scbus0
+#controller scbus0
-device da0
+#device da0
-device sa0
+#device sa0
-device cd0 #Only need one of these, the code dynamically grows
+#device cd0 #Only need one of these, the code dynamically grows
# syscons is the default console driver, resembling an SCO console
device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr
OpenPOWER on IntegriCloud