intr: Allow drivers to register high frequency interrupt.
commit6ad8474011b5070c38bcd91c3e613404c7ccc21b
authorSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 24 Jun 2016 02:53:49 +0000 (24 10:53 +0800)
committerSepherosa Ziehau <sephe@dragonflybsd.org>
Fri, 24 Jun 2016 02:57:20 +0000 (24 10:57 +0800)
tree010f628315a017dbd3d8d53a0ba452a8e845e44e
parent122b686e384c0fb6cfc3dd8cf3a16b87651fc609
intr: Allow drivers to register high frequency interrupt.

Only unshared interrupts will be considered, e.g. MSI, MSI-X or
unshared line interrupt.
sys/kern/kern_intr.c
sys/sys/bus.h