freebsd-dev/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 Removed warning and comments 1999-01-13 01:05:43 +00:00
pci.c Remove 'pci_bridgeto' - it was just an empty placeholder. 1999-01-12 01:44:42 +00:00
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