summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-05-01 03:26:58 +0000
committerbde <bde@FreeBSD.org>1996-05-01 03:26:58 +0000
commit4fd408f6eff8a0dbdf3fb875abe1b232ea38677a (patch)
tree460cd3392fb3313b36e19f488aeba307b5b89c45 /sys/amd64
parent95dda376acc12dd4d856457ceb22c16b1a5f22f7 (diff)
downloadFreeBSD-src-4fd408f6eff8a0dbdf3fb875abe1b232ea38677a.zip
FreeBSD-src-4fd408f6eff8a0dbdf3fb875abe1b232ea38677a.tar.gz
Only disable sio3 by default.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index 3598709..694220f 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/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
OpenPOWER on IntegriCloud