diff options
author | joerg <joerg@FreeBSD.org> | 1997-09-14 18:57:01 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1997-09-14 18:57:01 +0000 |
commit | 3c44379082c86657a96a59096b066cce137f6f2b (patch) | |
tree | 9af8521234d59304e0f3b459f36248a79fc25a58 /sys/amd64/conf | |
parent | d71985ee3a731b9b41bd3331b6a770ce8a0ef4fb (diff) | |
download | FreeBSD-src-3c44379082c86657a96a59096b066cce137f6f2b.zip FreeBSD-src-3c44379082c86657a96a59096b066cce137f6f2b.tar.gz |
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.
Diffstat (limited to 'sys/amd64/conf')
-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 |