Add the uart for 2nd CCU support.
This commit is contained in:
parent
81df65c311
commit
fb7921a5f7
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user