CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/12/03 05:45:56
Modified files:
sys/dev/pci : if_myx.c
Log message:
tell the stack myx_start is mpsafe.
as per the stack commit, the driver changes are:
1. setting ifp->if_xflags = IFXF_MPSAFE
2. only calling if_start() instead of its own start routine
3. clearing IFF_RUNNING before calling if_start_barrier() on its way down
4. only using IFQ_DEQUEUE (not ifq_deq_begin/commit/rollback)
