cvs commit: src/sys/boot/common console.c src/sys/boot/i386/libi386 bootinfo.c comconsole.c src/sys/sys reboot.h src/sbin/reboot boot_i386.8

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jun 24 22:38:15 PDT 2004


dillon      2004/06/24 22:38:00 PDT

DragonFly src repository

  Modified files:
    sys/boot/common      console.c 
    sys/boot/i386/libi386 bootinfo.c comconsole.c 
    sys/sys              reboot.h 
    sbin/reboot          boot_i386.8 
  Log:
  Implement duel-console mode and make it the default.  Adjust the boot
  flags to match.  -D means duel console mode (but it is now the default),
  -h makes the serial console the only console, and a new option, -V, makes
  the video console the only console.  Support for pre-programming the flags
  in the stage1/2 boot will be added in the future.
  
  Revision  Changes    Path
  1.4       +45 -35    src/sys/boot/common/console.c
  1.4       +8 -2      src/sys/boot/i386/libi386/bootinfo.c
  1.4       +2 -1      src/sys/boot/i386/libi386/comconsole.c
  1.4       +4 -1      src/sys/sys/reboot.h
  1.4       +11 -32    src/sbin/reboot/boot_i386.8


http://www.dragonflybsd.org/cvsweb/src/sys/boot/common/console.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/libi386/bootinfo.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/libi386/comconsole.c.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/sys/reboot.h.diff?r1=1.3&r2=1.4&f=u
http://www.dragonflybsd.org/cvsweb/src/sbin/reboot/boot_i386.8.diff?r1=1.3&r2=1.4&f=u





More information about the Commits mailing list