summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2003-09-07 05:47:10 +0000
committermarcel <marcel@FreeBSD.org>2003-09-07 05:47:10 +0000
commitd45904e351c805596aa05d3f32afbd6776416e02 (patch)
treed7524c28951a47875b1401e86d0090dc5f65f3cb /sys/ia64/conf
parent390b07844ec1f6d55d0f25b313f504cae5b481cc (diff)
downloadFreeBSD-src-d45904e351c805596aa05d3f32afbd6776416e02.zip
FreeBSD-src-d45904e351c805596aa05d3f32afbd6776416e02.tar.gz
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.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC4
-rw-r--r--sys/ia64/conf/GENERIC.hints10
2 files changed, 5 insertions, 9 deletions
diff --git a/sys/ia64/conf/GENERIC b/sys/ia64/conf/GENERIC
index 2ff81cc..866cb33 100644
--- a/sys/ia64/conf/GENERIC
+++ b/sys/ia64/conf/GENERIC
@@ -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'')
diff --git a/sys/ia64/conf/GENERIC.hints b/sys/ia64/conf/GENERIC.hints
index d53f61f..185ec8d 100644
--- a/sys/ia64/conf/GENERIC.hints
+++ b/sys/ia64/conf/GENERIC.hints
@@ -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"
OpenPOWER on IntegriCloud