summaryrefslogtreecommitdiffstats
path: root/sys/kern/kern_intrmap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* add intrmap_one, some temp code to help us write pci_intr_establish_cpu.dlg2020-06-231-1/+15
* make intrmap_cpu return a struct cpu_info *, not a "cpuid number" thing.dlg2020-06-171-8/+8
* add intrmap, an api that picks cpus for devices to attach interrupts to.dlg2020-06-171-0/+347