From 3c44379082c86657a96a59096b066cce137f6f2b Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 14 Sep 1997 18:57:01 +0000 Subject: Addf flags 0x10 to the sio0 line, so it is available as a potential console. This features backwards-compatibility to the era when sio(4) was always available for a console. --- sys/amd64/conf/GENERIC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/amd64/conf') 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 -- cgit v1.1