Date: Sat, 22 Nov 2003 17:47:19 -0800 (PST) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys reboot.h Message-ID: <200311230147.hAN1lJKI042477@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200311230147.hAN1lJKI042477>