git: boot - Add loader.conf variable sioX.baud for console operation
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue Jul 30 20:04:38 PDT 2013
commit 1b3de706774f60f361105e32c8a74e1cc97e7c5c
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Tue Jul 30 20:03:18 2013 -0700
boot - Add loader.conf variable sioX.baud for console operation
* We already have 'comconsole' and 'sioX.flags=0x10' to set the
serial port to use as the console, which the kernel boot uses.
Add in 'sioX.baud' to set the baud rate, so we don't have to
compile a custom kernel.
* Useful for IPMI setups.
Summary of changes:
share/man/man5/loader.conf.5 | 13 +++++++++++--
sys/dev/serial/sio/sio.c | 13 ++++++++++---
2 files changed, 21 insertions(+), 5 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1b3de706774f60f361105e32c8a74e1cc97e7c5c
--
DragonFly BSD source repository
More information about the Commits
mailing list