From owner-cvs-all@FreeBSD.ORG Sat Nov 22 17:47:20 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 476DD16A4CE; Sat, 22 Nov 2003 17:47:20 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id BE9E843FBF; Sat, 22 Nov 2003 17:47:19 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.9/8.12.9) with ESMTP id hAN1lJXJ042478; Sat, 22 Nov 2003 17:47:19 -0800 (PST) (envelope-from bde@repoman.freebsd.org) Received: (from bde@localhost) by repoman.freebsd.org (8.12.9/8.12.9/Submit) id hAN1lJKI042477; Sat, 22 Nov 2003 17:47:19 -0800 (PST) (envelope-from bde) Message-Id: <200311230147.hAN1lJKI042477@repoman.freebsd.org> From: Bruce Evans Date: Sat, 22 Nov 2003 17:47:19 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: RELENG_4 Subject: cvs commit: src/sys/sys reboot.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Nov 2003 01:47:20 -0000 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