cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S

Ian Dowse iedowse at FreeBSD.org
Thu Aug 18 00:42:46 GMT 2005


iedowse     2005-08-18 00:42:45 UTC

  FreeBSD src repository

  Modified files:
    sbin/reboot          boot_i386.8 
    sys/boot/i386/boot2  boot2.c lib.h sio.S 
  Log:
  Add the ability to specify the boot2 serial console speed in
  /boot.config or on the "boot:" prompt line via a "-S<speed>" flag,
  e.g. "-h -S19200". This adds about 50 bytes to the size of boot2
  and required a few other small changes to limit the size impact.
  This changes only affects boot2; there are further loader changes
  to follow.
  
  Revision  Changes    Path
  1.54      +22 -4     src/sbin/reboot/boot_i386.8
  1.74      +27 -14    src/sys/boot/i386/boot2/boot2.c
  1.3       +1 -1      src/sys/boot/i386/boot2/lib.h
  1.10      +4 -3      src/sys/boot/i386/boot2/sio.S


More information about the cvs-src mailing list