diff options
| author | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-30 03:48:23 +0000 | 
|---|---|---|
| committer | Justin T. Gibbs <gibbs@FreeBSD.org> | 1998-09-30 03:48:23 +0000 | 
| commit | 013a898f402446ba09b027001feb5ca42a6a0edc (patch) | |
| tree | 9e58cf0a90bcb73abeed07a9b3090edb66e7e86f | |
| parent | 3eba1a33e81f8b220541ec95c8579abda0ab4828 (diff) | |
Notes
| -rw-r--r-- | sys/i386/conf/PCCARD | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/sys/i386/conf/PCCARD b/sys/i386/conf/PCCARD index 0b68244f075f..ef0b6e7ae7fe 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 | 
