From owner-cvs-all Fri Jan 15 02:00:51 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA18502 for cvs-all-outgoing; Fri, 15 Jan 1999 02:00:51 -0800 (PST) (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 CAA18497; Fri, 15 Jan 1999 02:00:49 -0800 (PST) (envelope-from bde@FreeBSD.org) From: Bruce Evans Received: (from bde@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id CAA28675; Fri, 15 Jan 1999 02:00:12 -0800 (PST) Date: Fri, 15 Jan 1999 02:00:12 -0800 (PST) Message-Id: <199901151000.CAA28675@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/conf options src/sys/i386/conf LINT src/sys/pci cy_pci.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/15 02:00:12 PST Modified files: sys/conf options sys/i386/conf LINT sys/pci cy_pci.c Log: Use a fast interrupt handler for the PCI version of the cy driver if option CY_PCI_FASTINTR is configured and mapping the irq to a fastintr is possible. Unfortunately, this has to be optional because pci_map_int_right() doesn't handle the INTR_EXCL flag right -- INTR_EXCL is honoured even if the interrupt needs to be non-exclusive for other devices to work. Revision Changes Path 1.119 +2 -1 src/sys/conf/options 1.535 +2 -1 src/sys/i386/conf/LINT 1.10 +13 -2 src/sys/pci/cy_pci.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message