summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2008-08-25 14:52:50 +0000
committernyan <nyan@FreeBSD.org>2008-08-25 14:52:50 +0000
commitf65e0abfc02658afee4ab445a0d7603a0fbc06c2 (patch)
tree0383fcd84081c4b83ad88e508ec3ca04b52c6d4f
parent848a954cf438588fa15a30f37d3b363b5deb618e (diff)
downloadFreeBSD-src-f65e0abfc02658afee4ab445a0d7603a0fbc06c2.zip
FreeBSD-src-f65e0abfc02658afee4ab445a0d7603a0fbc06c2.tar.gz
Add the uart for 2nd CCU support.
-rw-r--r--sys/pc98/conf/GENERIC3
-rw-r--r--sys/pc98/conf/GENERIC.hints5
2 files changed, 7 insertions, 1 deletions
diff --git a/sys/pc98/conf/GENERIC b/sys/pc98/conf/GENERIC
index 25576a7..8954abe 100644
--- a/sys/pc98/conf/GENERIC
+++ b/sys/pc98/conf/GENERIC
@@ -152,9 +152,10 @@ device pccard # PC Card (16-bit) bus
device cardbus # CardBus (32-bit) bus
# Serial (COM) ports
-options COM_MULTIPORT
+#options COM_MULTIPORT
#options COM_ESP # ESP98
#device sio # 8250, 16[45]50, 8251 based serial ports
+device uart # Generic UART driver
device mse
#device joy
diff --git a/sys/pc98/conf/GENERIC.hints b/sys/pc98/conf/GENERIC.hints
index 87e7d5f..58a72e7 100644
--- a/sys/pc98/conf/GENERIC.hints
+++ b/sys/pc98/conf/GENERIC.hints
@@ -126,6 +126,11 @@ hint.sio.1.flags="0x12000000"
#hint.sio.1.irq="5"
#hint.sio.1.flags="0x19000000"
+# COM2 (2nd CCU)
+hint.uart.1.at="isa"
+hint.uart.1.port="0x238"
+hint.uart.1.irq="5"
+
hint.mse.0.at="isa"
hint.mse.0.port="0x7FD9"
hint.mse.0.irq="13"
OpenPOWER on IntegriCloud