1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-18 15:30:21 +00:00

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.
This commit is contained in:
Marcel Moolenaar 2004-11-14 23:42:48 +00:00
parent d8518925d0
commit a0c88fb1d9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=137708

View File

@ -1,2 +1,2 @@
# $FreeBSD$
hw.uart.console="io:0x3f8,br:115200"
hw.uart.console="io:0x3f8"