boot - Add loader.conf variable sioX.baud for console operation
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 31 Jul 2013 03:03:18 +0000 (20:03 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 31 Jul 2013 03:03:18 +0000 (20:03 -0700)
commit1b3de706774f60f361105e32c8a74e1cc97e7c5c
tree0f5a87c3ebf2d0c59c9674c872d63737c2592678
parentabd448c3b2d3508465e48d9cfdb163ef88fc242e
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.
share/man/man5/loader.conf.5
sys/dev/serial/sio/sio.c