freebsd_amp_hwpstate/sys/dev/pci
Bruce Evans 92e81ca475 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().
1999-01-13 04:59:19 +00:00
..
ohci_pci.c
pci.c
pcireg.h
pcivar.h Let drivers specify interrupt flags (INTR_EXCL and/or INTR_FAST) 1999-01-13 04:59:19 +00:00
uhci_pci.c