Add "flags 0x10" to the sio0 entry so that SMP-GENERIC acts in thesame
manner as the GENERIC kernel to the -h option.
This commit is contained in:
parent
c0877f103f
commit
666cf86d3f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user