NetBSD/sys/arch/x86/pci
ad 48ced055d4 pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, and
other platforms if the code is added.

pci_intr_map(...)
pci_intr_setattr(pc, ih, PCI_INTR_MPSAFE, 1);
pci_intr_establish(...)
2008-05-30 19:26:35 +00:00
..
aapic.c
agp_machdep.c
amd8131reg.h
amdpcib_hpet.c Split device_t/softc for ichlpcib(4) and all hpet consumers, plus 2008-03-21 13:25:27 +00:00
amdpcib.c Split device_t/softc for amdpcib and the hpet attachment, plus other 2008-03-21 12:29:38 +00:00
amdtemp.c correct comment copied from aiboost(4): envsys(4) wants uK 2008-05-20 14:45:22 +00:00
files.pci Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. 2008-05-18 02:06:14 +00:00
i82802reg.h
ichlpcib.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pchb_rnd.c Split device_t/softc and other related cosmetic changes. 2008-03-04 15:33:06 +00:00
pchb.c Add a function to extract the primary bus number of PCI host bridges, 2008-05-30 09:49:07 +00:00
pchbvar.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pci_addr_fixup.c Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. 2008-05-18 02:06:14 +00:00
pci_addr_fixup.h Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. 2008-05-18 02:06:14 +00:00
pci_bus_fixup.c Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. 2008-05-18 02:06:14 +00:00
pci_bus_fixup.h Add support for PCI_BUS_FIXUP and PCI_ADDR_FIXUP on amd64. 2008-05-18 02:06:14 +00:00
pci_intr_machdep.c pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, and 2008-05-30 19:26:35 +00:00
pci_machdep.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pcib.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
pciide_machdep.c - use aprint_*_dev and device_xname 2008-04-16 16:06:51 +00:00