CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/21 05:50:20
Modified files:
sys/dev/pci : if_ixl.c
Log message:
run event callbacks directly in the atq processing
previously events were queued on an SLIST, but multiple link state
events could fire with the same callback. this corrupted the SLIST
and effectively caused an infinite loop.
ok jmatthew@
