aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1998-04-29 06:58:43 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1998-04-29 06:58:43 +0000
commit666cf86d3f7c033068aec626941cac033063f205 (patch)
treef58ee9e2f0f44f7c7d572f6730533f7365bec462 /sys
parentc0877f103f9d099383148f07d07e9983194ea699 (diff)
downloadsrc-666cf86d3f7c033068aec626941cac033063f205.tar.gz
src-666cf86d3f7c033068aec626941cac033063f205.zip
Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesame
manner as the GENERIC kernel to the -h option.
Notes
Notes: svn path=/head/; revision=35498
Diffstat (limited to 'sys')
-rw-r--r--sys/i386/conf/SMP-GENERIC4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/conf/SMP-GENERIC b/sys/i386/conf/SMP-GENERIC
index cc76b012bfeb..62c930189d94 100644
--- a/sys/i386/conf/SMP-GENERIC
+++ b/sys/i386/conf/SMP-GENERIC
@@ -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: SMP-GENERIC,v 1.10 1997/10/31 22:10:02 jseger Exp $
+# $Id: SMP-GENERIC,v 1.11 1998/04/22 18:18:14 mjacob Exp $
machine "i386"
# SMP does NOT support 386/486 CPUs.
@@ -132,7 +132,7 @@ device apm0 at isa? disable flags 0x31 # Advanced Power Management
#device pcic0 at card?
#device pcic1 at card?
-device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr
+device sio0 at isa? port "IO_COM1" flags 0x10 tty irq 4 vector siointr
device sio1 at isa? port "IO_COM2" tty irq 3 vector siointr
device sio2 at isa? disable port "IO_COM3" tty irq 5 vector siointr
device sio3 at isa? disable port "IO_COM4" tty irq 9 vector siointr