Date: Fri, 15 Jan 1999 02:00:12 -0800 (PST) From: Bruce Evans <bde@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 Message-ID: <199901151000.CAA28675@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199901151000.CAA28675>