Date: Thu, 18 Aug 2005 00:42:45 +0000 (UTC) From: Ian Dowse <iedowse@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2 boot2.c lib.h sio.S Message-ID: <200508180042.j7I0gjG7069249@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508180042.j7I0gjG7069249>