CVSROOT: /cvs Module name: src Changes by: [EMAIL PROTECTED] 2008/08/08 06:20:24
Modified files:
sys/dev/usb : if_upgt.c
Log message:
if we fail to extract the mbuf in the Rx routine, increment
the if_ierrors before bailing out;
Turn a printf() that fires in this case too a DPRINTF since we
the interface error counters now reflect this.
OK mglocker@
