cvs commit: src/sys/dev/usb if_ural.c
Damien Bergamini
damien at FreeBSD.org
Sun Nov 13 17:25:25 GMT 2005
damien 2005-11-13 17:25:21 UTC
FreeBSD src repository
Modified files:
sys/dev/usb if_ural.c
Log:
Be more robust when handling Rx interrupts. If we can't allocate a new mbuf,
just discard the received frame and reuse the old mbuf.
This should prevent the connection from stalling after high network traffic.
MFC after: 2 weeks
Revision Changes Path
1.17 +11 -11 src/sys/dev/usb/if_ural.c
More information about the cvs-src
mailing list