diff options
author | bde <bde@FreeBSD.org> | 1996-05-01 03:26:58 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1996-05-01 03:26:58 +0000 |
commit | 4fd408f6eff8a0dbdf3fb875abe1b232ea38677a (patch) | |
tree | 460cd3392fb3313b36e19f488aeba307b5b89c45 /sys/i386/conf | |
parent | 95dda376acc12dd4d856457ceb22c16b1a5f22f7 (diff) | |
download | FreeBSD-src-4fd408f6eff8a0dbdf3fb875abe1b232ea38677a.zip FreeBSD-src-4fd408f6eff8a0dbdf3fb875abe1b232ea38677a.tar.gz |
Only disable sio3 by default.
Diffstat (limited to 'sys/i386/conf')
-rw-r--r-- | sys/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 3598709..694220f 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -1,7 +1,7 @@ # # GENERIC -- Generic machine with WD/AHx/NCR/BTx family disks # -# $Id: GENERIC,v 1.67 1996/04/22 19:40:24 nate Exp $ +# $Id: GENERIC,v 1.68 1996/04/29 20:03:41 jkh Exp $ # machine "i386" @@ -102,7 +102,7 @@ options APM_BROKEN_STATCLOCK # Workaround some buggy APM BIOS device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr device sio2 at isa? port "IO_COM3" tty irq 5 vector siointr -#device sio3 at isa? port "IO_COM4" tty irq 9 vector siointr +device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device lpt1 at isa? port? tty |