From owner-freebsd-bugs Tue Feb 20 10:22:27 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA25930 for bugs-outgoing; Tue, 20 Feb 1996 10:22:27 -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 KAA25922 for ; Tue, 20 Feb 1996 10:22:09 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id FAA02432; Wed, 21 Feb 1996 05:20:56 +1100 Date: Wed, 21 Feb 1996 05:20:56 +1100 From: Bruce Evans Message-Id: <199602201820.FAA02432@godzilla.zeta.org.au> To: darrenr@cyber.com.au, ulf@pbinet.com Subject: Re: ide problems Cc: coredump@nervosa.com, freebsd-bugs@FreeBSD.ORG Sender: owner-bugs@FreeBSD.ORG Precedence: bulk >> > > wd0: interrupt timeout: >> > > wd0: status 58 error 0 >> > > wd0: interrupt timeout: >> > > wd0: status 50 error 1 >> > > >> > > 2.1.0-RELEASE/Pentium-100 >This seems to be dependant on some option I've defined for the kernel. >I suspect "AUTO_EOI_1" and/or "AUTO_EOI_2". AUTO_EOI_2 problems usually cause interrupts 8-15 to stop working. If not using them makes a difference then it is probably a side effect of increasing the interrupt latency. Interrupt timeouts are normal if the drive goes into sleep mode. The kernel stops complaining after 5 of them. Bruce