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:
Marcel Moolenaar 2003-09-07 05:47:10 +00:00
parent ffe5125eac
commit f1220bfe41
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=119828
2 changed files with 5 additions and 9 deletions

View file

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

View file

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