CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/06/05 21:11:58
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Set up the interrupt handler before creating the event queue.
Apparently the boot rom on some cards leaves an interrupt vector set up,
which will be run on completion of the first command after we set up the
event queue, causing kernel crashes. chris@ reported this a while ago.
