summaryrefslogtreecommitdiffstats
path: root/sys/alpha
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2005-08-06 19:24:22 +0000
committermarcel <marcel@FreeBSD.org>2005-08-06 19:24:22 +0000
commit851cf873bdea57c86e2769981fe6aebca7ca2efb (patch)
treef828853b4d8ed759a7bc82ff1c408a1731c5380a /sys/alpha
parentb8c1757032c8b75992d9eaf1c8d5e7a6b18ff9c9 (diff)
downloadFreeBSD-src-851cf873bdea57c86e2769981fe6aebca7ca2efb.zip
FreeBSD-src-851cf873bdea57c86e2769981fe6aebca7ca2efb.tar.gz
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).
Diffstat (limited to 'sys/alpha')
-rw-r--r--sys/alpha/conf/GENERIC.hints7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints
index 0c268d3..eb90d06 100644
--- a/sys/alpha/conf/GENERIC.hints
+++ b/sys/alpha/conf/GENERIC.hints
@@ -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"
OpenPOWER on IntegriCloud