NetBSD/sys/arch/evbppc/walnut
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
..
dev Split device_t and softc for pckbc(4) and its attachments. 2008-03-15 13:23:24 +00:00
pci pci_intr_setattr(), allows PCI interrupts to be marked MPSAFE on x86, and 2008-05-30 19:26:35 +00:00
autoconf.c TRUE -> true, FALSE -> false 2007-02-22 05:19:00 +00:00
consinit.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
machdep.c Kill caddr_t; there will be some MI fallout, but it will be fixed shortly. 2007-03-04 05:59:00 +00:00
walnut_start.S * convert ibm4xx-based evbppc from reserved-TLB entry allocation to recently 2006-10-16 18:14:37 +00:00