CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/21 20:20:30
Modified files:
sys/dev/pci : if_ixl.c
Log message:
use a cond in ixl_atq_exec to wait for a command to be completed.
the main change is to not run ixl_atq_done, cos the interrupt handler
is supposed to do that for us.
