summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-07-11 03:07:28 +0000
committermarcel <marcel@FreeBSD.org>2004-07-11 03:07:28 +0000
commitae133c0e60cad6306644ad1d5e5e60e8fe20924a (patch)
tree5c53a8b16d49709fe66043788d2bf8c449dc3683 /sys
parent1e1397ba133370922754db6932f68a3d8c561237 (diff)
downloadFreeBSD-src-ae133c0e60cad6306644ad1d5e5e60e8fe20924a.zip
FreeBSD-src-ae133c0e60cad6306644ad1d5e5e60e8fe20924a.tar.gz
Now that the console setup is identical to that on other platforms,
we also need to have the right sio(4) flags: sio0: flags=0x10 so that it will be console. sio1: flags=0x80 so that it can be used as debug port.
Diffstat (limited to 'sys')
-rw-r--r--sys/alpha/conf/GENERIC.hints2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/alpha/conf/GENERIC.hints b/sys/alpha/conf/GENERIC.hints
index 0b740d8..0c268d3 100644
--- a/sys/alpha/conf/GENERIC.hints
+++ b/sys/alpha/conf/GENERIC.hints
@@ -25,8 +25,10 @@ hint.mcclock.0.port="0x70"
hint.sio.0.at="isa"
hint.sio.0.port="0x3F8"
hint.sio.0.irq="4"
+hint.sio.0.flags="0x10"
hint.sio.1.at="isa"
hint.sio.1.port="0x2F8"
hint.sio.1.irq="3"
+hint.sio.1.flags="0x80"
hint.ppc.0.at="isa"
hint.ppc.0.irq="7"
OpenPOWER on IntegriCloud