git: kernel - Update loader.conf documentation and add sio comconsole unit specifier

Matthew Dillon dillon at crater.dragonflybsd.org
Wed Dec 14 17:16:23 PST 2011


commit 792c92cb915590da14841ba58df7c9d43c8d2290
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Wed Dec 14 17:12:51 2011 -0800

    kernel - Update loader.conf documentation and add sio comconsole unit specifier
    
    * Update the loader.conf documentation to describe how the boot loader and
      kernel can use a serial port and baud rate other than the default for
      comconsole.
    
      Also describe how to recompile the boot loader.
    
      Describe how IPMI can be tied into the boot loader and kernel via
      the built-in fake serial port in the BMC (often COM2).
    
    * Add a kenv feature to allow the sioN.flags to be specified in loader.conf.
      This allows the comconsole to be moved to e.g. sio1 without having
      to recompile the kernel.

Summary of changes:
 share/man/man5/loader.conf.5 |   35 +++++++++++++++++++++++++++++++++++
 sys/kern/subr_bus.c          |   28 ++++++++++++++++++++++++++--
 2 files changed, 61 insertions(+), 2 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/792c92cb915590da14841ba58df7c9d43c8d2290


-- 
DragonFly BSD source repository





More information about the Commits mailing list