From owner-cvs-all Sun Nov 17 8: 3:40 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 617EF37B401; Sun, 17 Nov 2002 08:03:39 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 136D643E42; Sun, 17 Nov 2002 08:03:39 -0800 (PST) (envelope-from jake@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 gAHG0pmV093319; Sun, 17 Nov 2002 08:00:51 -0800 (PST) (envelope-from jake@repoman.freebsd.org) Received: (from jake@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id gAHG0phP093318; Sun, 17 Nov 2002 08:00:51 -0800 (PST) Message-Id: <200211171600.gAHG0phP093318@repoman.freebsd.org> From: Jake Burkholder Date: Sun, 17 Nov 2002 08:00:51 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/sab sab.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 jake 2002/11/17 08:00:51 PST Modified files: sys/dev/sab sab.c Log: - Add support for ALT_BREAK_TO_DEBUGGER; this is the only reliable way to trigger a breakpoint with this chip. - Fiddle the right bits in the cn input and output routines to disable port interrupts and enable visibility of the masked interrupt status bits. - Register a shutdown final event handler to put the chip back in the mode that the prom expects. Revision Changes Path 1.4 +103 -21 src/sys/dev/sab/sab.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message