sam 2007-10-15 17:39:47 UTC FreeBSD src repository
Modified files: sys/dev/usb if_zydreg.h Log: fix a bug of RX routines that can't process multi-frame transactions properly due to the shortage of the RX buffer size. In a case of zyd devices, up to 3 frames can be combined in an USB transaction. So, RX buffer should be at least ((MCLBYTES + extra structs) * 3) Submitted by: Weongyo Jeong <[EMAIL PROTECTED]> MFC after: 3 days Revision Changes Path 1.2 +3 -2 src/sys/dev/usb/if_zydreg.h _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "[EMAIL PROTECTED]"