From owner-cvs-all Tue Jan 12 20:59:24 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA27833 for cvs-all-outgoing; Tue, 12 Jan 1999 20:59:24 -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 UAA27826; Tue, 12 Jan 1999 20:59:23 -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 UAA10063; Tue, 12 Jan 1999 20:59:19 -0800 (PST) Date: Tue, 12 Jan 1999 20:59:19 -0800 (PST) Message-Id: <199901130459.UAA10063@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG Subject: cvs commit: src/sys/pci pcivar.h pci_compat.c Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk bde 1999/01/12 20:59:19 PST Modified files: sys/pci pcivar.h pci_compat.c Log: Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST) using the new pci_map_int_right() variant of pci_map_int(). Fast interrupts work for PCI devices if and only if they are exclusive. (The PCI interrupt mux doesn't support fast interrupts and can't support a mixture of fast and slow interrupts even in principle.) Don't assume that intrmask_t == unsigned in pci_map_int(). Revision Changes Path 1.24 +5 -2 src/sys/pci/pcivar.h 1.18 +12 -5 src/sys/pci/pci_compat.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message