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.
This commit is contained in:
Marcel Moolenaar 2004-03-20 04:23:03 +00:00
parent fc524dda29
commit 5ab92b80d0

View File

@ -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"