Module Name: src Committed By: tsutsui Date: Mon Aug 16 11:21:43 UTC 2010
Modified Files: src/sys/dev/usb: if_kue.c if_kuereg.h Log Message: Misc cleanup: - no need to keep TX/RX mbufs during xfers in struct kue_chain - check RX packet length more strictly in kue_rxeof() - make some TX/RX handling in kue_send() and kue_rxeof() more readable with proper functions Tested on: kue0: LINKSYS USB Network Adapter, rev 1.00/2.02, addr 5 To generate a diff of this commit: cvs rdiff -u -r1.72 -r1.73 src/sys/dev/usb/if_kue.c cvs rdiff -u -r1.14 -r1.15 src/sys/dev/usb/if_kuereg.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.