CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/04/20 06:11:17
Modified files:
sys/dev/pci : if_mcx.c
Log message:
Don't call mcx_intr() from mcx_cmdq_poll(); this was a leftover from early
development that I forgot about, but turns out to be a potential race with
the actual interrupt handler.
ok dlg@
