From owner-freebsd-hackers Thu Oct 31 16:15:37 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA18618 for hackers-outgoing; Thu, 31 Oct 1996 16:15:37 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA18613 for <hackers@freefall.freebsd.org>; Thu, 31 Oct 1996 16:15:35 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.7.6/8.6.5) with SMTP id QAA19358; Thu, 31 Oct 1996 16:14:44 -0800 (PST) Message-Id: <199611010014.QAA19358@root.com> X-Authentication-Warning: implode.root.com: Host localhost [127.0.0.1] didn't use HELO protocol To: Steve Passe <smp@csn.net> cc: hackers@freefall.freebsd.org Subject: Re: ed0 timeouts In-reply-to: Your message of "Thu, 31 Oct 1996 13:14:28 MST." <199610312014.NAA07284@clem.systemsix.com> From: David Greenman <dg@root.com> Reply-To: dg@root.com Date: Thu, 31 Oct 1996 16:14:44 -0800 Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >FYI, I now have an SMC PCI 10B2 card running in the SMP kernel and >am seeing NO signs of INTerrupt loss. This is with the 'de' driver. PCI cards have level sensitive interrupts and thus are generally immune to lost interrupts. A different matter with ISA edge triggered interrupts. If the interrupt code loses one there, you likely won't get another one until the device is reset. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project