From owner-cvs-all Sat Jun 29 21:12:25 2002 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 E6DA837B400; Sat, 29 Jun 2002 21:12:22 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0337443E1A; Sat, 29 Jun 2002 21:12:22 -0700 (PDT) (envelope-from rwatson@FreeBSD.org) Received: from freefall.freebsd.org (rwatson@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g5U4CLJU052251; Sat, 29 Jun 2002 21:12:21 -0700 (PDT) (envelope-from rwatson@freefall.freebsd.org) Received: (from rwatson@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g5U4CLfd052250; Sat, 29 Jun 2002 21:12:21 -0700 (PDT) Message-Id: <200206300412.g5U4CLfd052250@freefall.freebsd.org> From: Robert Watson Date: Sat, 29 Jun 2002 21:12:21 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/i386/conf GENERIC OLDCARD src/sys/pc98/conf GENERIC src/sys/sparc64/conf GENERIC X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG rwatson 2002/06/29 21:12:21 PDT Modified files: sys/i386/conf GENERIC OLDCARD sys/pc98/conf GENERIC sys/sparc64/conf GENERIC Log: Remove ALT_BREAK_TO_DEBUGGER. This was inconsistent (both in form and function) with existing configuration choices. Arguably if ALT_BREAK_TO_DEBUGGER was present, so should have been BREAK_TO_DEBUGGER. Regardless, it broke the option sort order in these kernel configuration files. Requested by: bde Revision Changes Path 1.346 +0 -1 src/sys/i386/conf/GENERIC 1.2 +0 -1 src/sys/i386/conf/OLDCARD 1.205 +0 -1 src/sys/pc98/conf/GENERIC 1.24 +0 -1 src/sys/sparc64/conf/GENERIC To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message