From owner-cvs-all Wed Apr 10 0:35:31 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 91C6737B419; Wed, 10 Apr 2002 00:35:28 -0700 (PDT) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g3A7ZSw89784; Wed, 10 Apr 2002 00:35:28 -0700 (PDT) (envelope-from n_hibma) Message-Id: <200204100735.g3A7ZSw89784@freefall.freebsd.org> From: Nick Hibma Date: Wed, 10 Apr 2002 00:35:28 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/pci pci.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG n_hibma 2002/04/10 00:35:28 PDT Modified files: sys/dev/pci pci.c Log: intline == 0 is not a valid intline on 386. See pci_cfgintr() in sys/i386/pci/pci_cfgreg.c. This should resolve some cases where adding USB support to the kernel produced an interrupt storm. Revision Changes Path 1.189 +5 -1 src/sys/dev/pci/pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message