CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/10/03 03:52:01
Modified files:
sys/dev/pci : if_myx.c
Log message:
we dont need the kernel lock to call bus_dmamap_load and unload thanks
to ketenis.
move the if_ipacket and if_opacket increments out of biglock too.
theyre only updated from the interrupt handler, which is only run
on a single cpu so there's no chance of the update racing. everywhere
else only reads them.
