From owner-freebsd-hackers Fri Aug 16 04:52:19 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id EAA27154 for hackers-outgoing; Fri, 16 Aug 1996 04:52:19 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id EAA27145 for ; Fri, 16 Aug 1996 04:52:10 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id VAA20062; Fri, 16 Aug 1996 21:49:45 +1000 Date: Fri, 16 Aug 1996 21:49:45 +1000 From: Bruce Evans Message-Id: <199608161149.VAA20062@godzilla.zeta.org.au> To: bde@zeta.org.au, gurney_j@nike.efn.org Subject: Re: sio problems with 2.2-960801-SNAP Cc: freebsd-hackers@freebsd.org Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >so... if I get a Stray irq 7 it could be from another device? also... is It's guaranteed to be from a device that isn't configured to use IRQ7. >a simple fix to put something on irq7? or just let them happen? thanks Configuring a device to use IRQ7 just breaks the reporting of stray interrupts. Just let them happen. Bruce