From owner-cvs-src Fri Feb 7 8:20:12 2003 Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E52C537B851; Fri, 7 Feb 2003 08:20:09 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 86D7543F85; Fri, 7 Feb 2003 08:20:09 -0800 (PST) (envelope-from harti@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h17GK9bv045083; Fri, 7 Feb 2003 08:20:09 -0800 (PST) (envelope-from harti@repoman.freebsd.org) Received: (from harti@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h17GK9kt045082; Fri, 7 Feb 2003 08:20:09 -0800 (PST) Message-Id: <200302071620.h17GK9kt045082@repoman.freebsd.org> From: Hartmut Brandt Date: Fri, 7 Feb 2003 08:20:09 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org, legacy-committers@FreeBSD.org Subject: cvs commit: src/sys/dev/ofw ofw_console.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG harti 2003/02/07 08:20:09 PST Modified files: sys/dev/ofw ofw_console.c Log: Implement the ALT_BREAK_TO_DEBUGGER option for the ofw console. This is very handy if the machine is on another floor. A minor issue with this is that these functions are also used by the debugger, so its possible to break into the debugger from the debugger. PR: sparc64/47143 Reviewed by: benno Approved by: jake (mentor) Revision Changes Path 1.9 +18 -0 src/sys/dev/ofw/ofw_console.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message