diff options
Diffstat (limited to 'sys/amd64/conf/GENERIC')
-rw-r--r-- | sys/amd64/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index fe317c1..70d1d9f 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/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: GENERIC,v 1.92 1997/07/15 04:04:45 jkh Exp $ +# $Id: GENERIC,v 1.93 1997/07/22 08:33:52 jkh Exp $ machine "i386" cpu "I386_CPU" @@ -114,7 +114,7 @@ device apm0 at isa? disable flags 0x31 # Advanced Power Management #device pcic0 at crd? #device pcic1 at crd? -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 |