summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2004-11-14 23:42:48 +0000
committermarcel <marcel@FreeBSD.org>2004-11-14 23:42:48 +0000
commit48c39479f71478c0b7666a5e4a3bc4eb8154d911 (patch)
treeb5176751b810e5faaeb1beba51591a401ab31c40
parentc55bdcd31dc4393dcbfa99d06bbb35a6b0040793 (diff)
downloadFreeBSD-src-48c39479f71478c0b7666a5e4a3bc4eb8154d911.zip
FreeBSD-src-48c39479f71478c0b7666a5e4a3bc4eb8154d911.tar.gz
Remove the BR tag. When the machine doesn't have the DIG64 HCDP
table with console settings, we now only need to know at which address the UART lives. Leaving the baudrate unspecified results in us using the baudrate at which the UART operates. This removes one parameter that can interfere with a successful installation out of the box.
-rw-r--r--sys/ia64/conf/GENERIC.hints2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/ia64/conf/GENERIC.hints b/sys/ia64/conf/GENERIC.hints
index 7361c6e..ee22250 100644
--- a/sys/ia64/conf/GENERIC.hints
+++ b/sys/ia64/conf/GENERIC.hints
@@ -1,2 +1,2 @@
# $FreeBSD$
-hw.uart.console="io:0x3f8,br:115200"
+hw.uart.console="io:0x3f8"
OpenPOWER on IntegriCloud