From 1a428cd399d6e4c136d8a34907f040592205aeca Mon Sep 17 00:00:00 2001 From: gibbs Date: Wed, 30 Sep 1998 03:48:23 +0000 Subject: Remove SCSI support as the only driver in this kernel config, aic, is not currently supported by CAM. --- sys/i386/conf/PCCARD | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'sys') 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 -- cgit v1.1