summaryrefslogtreecommitdiffstats
path: root/sys/ia64/conf
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-03-20 04:23:03 +0000
committermarcel <marcel@FreeBSD.org>2004-03-20 04:23:03 +0000
commitaf422b3c3128f935686fc6db6d3679561cb0577d (patch)
treea4a1150f7f86ddd89f11760df8d27999bd70cdfe /sys/ia64/conf
parent8ce6b4cc9806be4d39e84ae7003700bcc0a3dc38 (diff)
downloadFreeBSD-src-af422b3c3128f935686fc6db6d3679561cb0577d.zip
FreeBSD-src-af422b3c3128f935686fc6db6d3679561cb0577d.tar.gz
Remove the last traditional hints. These hints only served the purpose
for uart(4) to figure out which device to use as console. Use this file to define hw.uart.console instead so that we don't have to put it in the default loader.conf, which makes it hard to override.
Diffstat (limited to 'sys/ia64/conf')
-rw-r--r--sys/ia64/conf/GENERIC.hints4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/ia64/conf/GENERIC.hints b/sys/ia64/conf/GENERIC.hints
index 9a0f91e..7361c6e 100644
--- a/sys/ia64/conf/GENERIC.hints
+++ b/sys/ia64/conf/GENERIC.hints
@@ -1,4 +1,2 @@
# $FreeBSD$
-hint.uart.0.baud="115200"
-hint.uart.0.flags="0x10"
-hint.uart.0.port="0x3f8"
+hw.uart.console="io:0x3f8,br:115200"
OpenPOWER on IntegriCloud