From 1a9a318055f848df877bf5a81c398f19ae975400 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Thu, 16 Mar 2000 11:53:16 +0000 Subject: [PATCH] Changed sio1 flags to 0x12000010 to enable serial console. Submitted by: IMAI Takeshi --- sys/pc98/conf/GENERIC | 2 +- sys/pc98/conf/GENERIC98 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC index e8b98a3b67e5..313703a69e11 100644 --- a/sys/pc98/conf/GENERIC +++ b/sys/pc98/conf/GENERIC @@ -155,7 +155,7 @@ options COM_MULTIPORT # COM1 device sio0 at isa? port IO_COM1 irq 4 # COM2 (2nd CCU) -device sio1 at isa? port 0x238 irq 5 flags 0x12000000 +device sio1 at isa? port 0x238 irq 5 flags 0x12000010 # PC-9861K, PC-9801-101, MDC-926Rs #device sio1 at isa? port IO_COM2 irq 5 flags 0x01000000 #device sio2 at isa? port IO_COM3 irq 6 flags 0x02000000 diff --git a/sys/pc98/conf/GENERIC98 b/sys/pc98/conf/GENERIC98 index e8b98a3b67e5..313703a69e11 100644 --- a/sys/pc98/conf/GENERIC98 +++ b/sys/pc98/conf/GENERIC98 @@ -155,7 +155,7 @@ options COM_MULTIPORT # COM1 device sio0 at isa? port IO_COM1 irq 4 # COM2 (2nd CCU) -device sio1 at isa? port 0x238 irq 5 flags 0x12000000 +device sio1 at isa? port 0x238 irq 5 flags 0x12000010 # PC-9861K, PC-9801-101, MDC-926Rs #device sio1 at isa? port IO_COM2 irq 5 flags 0x01000000 #device sio2 at isa? port IO_COM3 irq 6 flags 0x02000000