cvs commit: src/sys/sys reboot.h
Bruce Evans
bde at FreeBSD.org
Sat Nov 22 17:47:20 PST 2003
bde 2003/11/22 17:47:19 PST
FreeBSD src repository
Modified files: (Branch: RELENG_4)
sys/sys reboot.h
Log:
MFC (1.23: changed RB_PAUSE to retrospectively avoid breaking binary
compatibility, and marked the old value and RB_PROBEKBD as reserved
for internal use in boot blocks. Also unintentionally clobber a style
fix in 1.22).
The corresponding change to boot/boot2.c has not been not merged, since
RELENG_4's boot2 doesn't actually support RB_PAUSE (or even the 7 year
old flag RB_MUTE), so any plain merge would just add an incomplete set
of comments to code that should be rewritten so that it doesn't need
the comments. RELENG_4's boot/loader does support these flags, and
it doesn't need changing since it doesn't hard-code copies of them.
Revision Changes Path
1.18.2.3 +4 -2 src/sys/sys/reboot.h
More information about the cvs-src
mailing list