From owner-freebsd-mobile Fri Oct 2 09:21:48 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA22867 for freebsd-mobile-outgoing; Fri, 2 Oct 1998 09:21:48 -0700 (PDT) (envelope-from owner-freebsd-mobile@FreeBSD.ORG) Received: from jli.com (jli.com [199.2.111.1]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id JAA22853 for ; Fri, 2 Oct 1998 09:21:41 -0700 (PDT) (envelope-from trost@cloud.rain.com) Received: (qmail 6759 invoked by uid 4); 2 Oct 1998 16:21:21 -0000 Received: (qmail 26715 invoked from network); 2 Oct 1998 16:20:39 -0000 Received: from localhost.cloud.rain.com (HELO cloud.rain.com) (127.0.0.1) by localhost.cloud.rain.com with SMTP; 2 Oct 1998 16:20:39 -0000 To: Warner Losh cc: mobile@FreeBSD.ORG Subject: Re: Generating an NMI References: <199810010359.VAA04857@harmony.village.org> <199810010155.SAA05006@dingo.cdrom.com> In-reply-to: Your message of Wed, 30 Sep 1998 21:59:34 MDT. <199810010359.VAA04857@harmony.village.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <26711.907345239.1@cloud.rain.com> Date: Fri, 02 Oct 1998 09:20:39 -0700 Message-ID: <26712.907345239@cloud.rain.com> From: Bill Trost Sender: owner-freebsd-mobile@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Warner Losh writes: In message <199810010155.SAA05006@dingo.cdrom.com> Mike Smith writes: : Pull the machine apart, locate the NMI trace by following it off the : CPU, and install a switch in an appropriate place. You *may* find a : conveninent pad there already. I'll have to give that a try. If I can find the pinouts and such for the chip. Yoy! Is it not possible to set up some sort of watchdog timer instead? watchdog() /* runs once a second */ { if (in_driver) { if (was_in_driver) panic(); was_in_driver = 1; } } naughty_driver_routine() { in_driver = 1; ...the routine... in_driver = was_in_driver = 0; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-mobile" in the body of the message