summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1998-04-29 06:58:43 +0000
committermax <max@FreeBSD.org>1998-04-29 06:58:43 +0000
commit42ba449fffaad5aab00ee997ad5a729450c9603a (patch)
tree1939bee84c50c9f7e641a2464274631483662f9c /sys
parentb5a79794cdadebe1ac863e5b8bde8d4b86cb8a5e (diff)
downloadFreeBSD-src-42ba449fffaad5aab00ee997ad5a729450c9603a.zip
FreeBSD-src-42ba449fffaad5aab00ee997ad5a729450c9603a.tar.gz
Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesame
manner as the GENERIC kernel to the -h option.
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 cc76b01..62c9301 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
OpenPOWER on IntegriCloud