NetBSD/src qppsFBVsys/dev/usb if_axe.c

   adjust axe(4) similar to recent axen(4)/cdce(4)/ure(4) updates
   (which were in turn partly based upon smsc(4) changes):
   - mark network interface MPSAFE, and use MPSAFE calls
   - convert to local tick task doing watchdog timeout
   - add global, tx and rx locks
   - add ratelimited tx error message
   - split many functions into locked/unlocked version
   - use more const
   - fix some comments
   - remove spl
   - don't bother with OACTIVE and do it all internally (axe_tx_cnt)

   additional changes here:
   - use axe_stop() to abort pipes in detach

   fixes a crash potential i only saw when almost finished debugging
   these changes..
VersionDeltaFile
1.100+306-143sys/dev/usb/if_axe.c
+306-1431 files

UnifiedSplitRaw