From owner-freebsd-hackers Wed Jan 31 16:08:22 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA27255 for hackers-outgoing; Wed, 31 Jan 1996 16:08:22 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id QAA27243 for ; Wed, 31 Jan 1996 16:08:12 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.9/8.6.9) id KAA30850; Thu, 1 Feb 1996 10:58:46 +1100 Date: Thu, 1 Feb 1996 10:58:46 +1100 From: Bruce Evans Message-Id: <199601312358.KAA30850@godzilla.zeta.org.au> To: hackers@FreeBSD.org, phk@critter.tfs.com Subject: Re: Watchdog timers (was: Re: Multi-Port Async Cards) Sender: owner-hackers@FreeBSD.org Precedence: bulk > The "FreeBSD gadget": ... > 10, 100 or 250 Mhz timer, with readable count, > generates IRQ 20/100/250 (jumper) times a second. > (For microtime) (Maybe even with a 10/11 swallow > counter along the lines the XNTP people suggest.) 64-bit readable count with fast (32-bit) access. Single programmable IRQ - interrupt when count reaches a programmable value. ... Bruce