From owner-cvs-all Tue May 26 16:47:54 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA22467 for cvs-all-outgoing; Tue, 26 May 1998 16:47:54 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA22462; Tue, 26 May 1998 16:47:52 -0700 (PDT) (envelope-from wpaul@FreeBSD.org) From: Bill Paul Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id QAA12841; Tue, 26 May 1998 16:42:27 -0700 (PDT) Date: Tue, 26 May 1998 16:42:27 -0700 (PDT) Message-Id: <199805262342.QAA12841@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG Subject: cvs commit: src/sys/pci if_tl.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk wpaul 1998/05/26 16:42:26 PDT Modified files: sys/pci if_tl.c Log: Ignore 'invalid' interrupts that occur while the interface is down. These are probably generated by other PCI devices sharing the TLAN's interrupt. The programmer's guide says to simply re-enable interrupts and return if one of these is detected. Prompted by bug report from: Bill Fenner Revision Changes Path 1.6 +12 -2 src/sys/pci/if_tl.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message