Module Name: src Committed By: tsutsui Date: Sat Aug 14 10:30:11 UTC 2010
Modified Files: src/sys/dev/usb: if_axe.c if_axereg.h Log Message: No need to keep TX/RX mbufs during xfers in struct axe_chain. All xfers are done against axe_buf allocated by usbd_alloc_buffer() and nothing touched preserved mbufs during xfers. To generate a diff of this commit: cvs rdiff -u -r1.43 -r1.44 src/sys/dev/usb/if_axe.c cvs rdiff -u -r1.10 -r1.11 src/sys/dev/usb/if_axereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.