Add hints for uart(4). These are the same as for sio(4) and make it

easier to switch from sio(4) to uart(4).
This commit is contained in:
marcel 2005-08-06 19:24:22 +00:00
parent b8c1757032
commit 851cf873bd

View File

@ -32,3 +32,10 @@ hint.sio.1.irq="3"
hint.sio.1.flags="0x80"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
hint.uart.0.at="isa"
hint.uart.0.irq="4"
hint.uart.0.port="0x3F8"
hint.uart.1.at="isa"
hint.uart.1.flags="0x80"
hint.uart.1.irq="3"
hint.uart.1.port="0x2F8"