From owner-cvs-all Thu Feb 6 2:59: 8 2003 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 1482137B401; Thu, 6 Feb 2003 02:59:07 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id A87B143FBD; Thu, 6 Feb 2003 02:59:06 -0800 (PST) (envelope-from benno@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 h16Ax6bv011281; Thu, 6 Feb 2003 02:59:06 -0800 (PST) (envelope-from benno@repoman.freebsd.org) Received: (from benno@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h16Ax6dI011280; Thu, 6 Feb 2003 02:59:06 -0800 (PST) Message-Id: <200302061059.h16Ax6dI011280@repoman.freebsd.org> From: Benno Rice Date: Thu, 6 Feb 2003 02:59:06 -0800 (PST) To: all-committers@FreeBSD.org, legacy-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files.powerpc src/sys/powerpc/powermac macio.c pswitch.c 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 benno 2003/02/06 02:59:06 PST Modified files: sys/conf files.powerpc sys/powerpc/powermac macio.c Added files: sys/powerpc/powermac pswitch.c Log: Add a driver that attaches to the gpio node of macio and allows you to enter DDB when the interrupt button (aka the "programmer's switch") is pressed. This isn't unfortunately an NMI, but it's a handy way to get into DDB quickly if needed. Revision Changes Path 1.28 +1 -0 src/sys/conf/files.powerpc 1.8 +0 -1 src/sys/powerpc/powermac/macio.c 1.1 +143 -0 src/sys/powerpc/powermac/pswitch.c (new) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message