Add the uart for 2nd CCU support.

This commit is contained in:
Yoshihiro Takahashi 2008-08-25 14:52:50 +00:00
parent 81df65c311
commit fb7921a5f7
2 changed files with 7 additions and 1 deletions

View File

@ -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

View File

@ -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"