Replace sio(4) with uart(4). Remove the sio(4) hints and only add
those hints used by uart(4) for the determination of the serial console in the absence of the HCDP table.
This commit is contained in:
parent
ffe5125eac
commit
f1220bfe41
@ -120,8 +120,8 @@ device sc
|
||||
|
||||
#device agp # support several AGP chipsets
|
||||
|
||||
# Serial (COM) ports
|
||||
device sio
|
||||
# Serial ports (UARTs).
|
||||
device uart
|
||||
|
||||
# PCI Ethernet NICs.
|
||||
device de # DEC/Intel DC21x4x (``Tulip'')
|
||||
|
@ -13,12 +13,8 @@ hint.psm.0.at="atkbdc"
|
||||
hint.psm.0.irq="12"
|
||||
hint.vga.0.at="isa"
|
||||
hint.sc.0.at="isa"
|
||||
hint.sio.0.at="isa"
|
||||
hint.sio.0.port="0x3F8"
|
||||
hint.sio.0.flags="0x10"
|
||||
hint.sio.0.irq="4"
|
||||
hint.sio.1.at="isa"
|
||||
hint.sio.1.port="0x2F8"
|
||||
hint.sio.1.irq="3"
|
||||
hint.uart.0.port="0x3F8"
|
||||
hint.uart.0.flags="0x10"
|
||||
hint.uart.0.baud="115200"
|
||||
hint.ppc.0.at="isa"
|
||||
hint.ppc.0.irq="7"
|
||||
|
Loading…
Reference in New Issue
Block a user