cvs commit: src/sbin/reboot boot_i386.8 src/sys/boot/i386/boot2
boot2.c lib.h sio.S
Ed Maste
emaste at FreeBSD.org
Sun Feb 26 09:34:48 PST 2006
emaste 2006-02-26 17:34:47 UTC
FreeBSD src repository
Modified files: (Branch: RELENG_5)
sbin/reboot boot_i386.8
sys/boot/i386/boot2 boot2.c lib.h sio.S
Log:
MFC boot2.c r1.74 lib.h r1.3 sio.S r1.10 boot_i386.8 r1.54 r1.55 r1.58
to RELENG_5:
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.
Approved by: re (scottl)
Revision Changes Path
1.46.2.4 +15 -4 src/sbin/reboot/boot_i386.8
1.70.2.4 +27 -14 src/sys/boot/i386/boot2/boot2.c
1.2.26.1 +1 -1 src/sys/boot/i386/boot2/lib.h
1.9.2.1 +4 -3 src/sys/boot/i386/boot2/sio.S
More information about the cvs-src
mailing list