DragonFly BSD
DragonFly commits List (threaded) for 2013-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: boot - Add loader.conf variable sioX.baud for console operation


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 30 Jul 2013 20:04:38 -0700 (PDT)

commit 1b3de706774f60f361105e32c8a74e1cc97e7c5c
Author: Matthew Dillon <dillon@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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]