From owner-freebsd-smp Sun Nov 3 13:08:04 1996 Return-Path: owner-smp Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA23156 for smp-outgoing; Sun, 3 Nov 1996 13:08:04 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id NAA23116; Sun, 3 Nov 1996 13:07:59 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA03152; Sun, 3 Nov 1996 14:00:34 -0700 From: Terry Lambert Message-Id: <199611032100.OAA03152@phaeton.artisoft.com> Subject: Re: ed0 timeouts To: smp@csn.net (Steve Passe) Date: Sun, 3 Nov 1996 14:00:34 -0700 (MST) Cc: dg@Root.COM, hackers@freefall.freebsd.org, smp@freefall.freebsd.org, bde@zeta.org.au In-Reply-To: <199611030900.CAA25770@clem.systemsix.com> from "Steve Passe" at Nov 3, 96 02:00:44 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-smp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > Yes, you can get another interrupt while servicing one. The driver loops > >until all interrupts are serviced, but there would be a window between when it > >thinks there are no more interrupts to service and returning to vector.s to > >unmask the interrupts. This window will exist in all ISA drivers. > > bummer... > > Intel says: > > It is strongly recommended that first 82489 (ie APIC) should be unmasked > and then the device interrupt should be enabled. By this sequence software > can ensure that always an edge will occur at the APIC input only after > the interrupt is unmasked. Or: "Don't ack the thing until fater it's unmasked". Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.