CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/03/28 20:56:46
Modified files:
sys/dev/pci : if_ixl.c
Log message:
remove ifiq_barrier in ixl_down cos ifiq tasks don't use nic resources.
ixl_down frees all the dma memory used by the rings, but that memory
isn't used by ifiqs, so there's no need to wait for them to finish
