Module Name: src Committed By: rin Date: Wed Feb 6 07:48:33 UTC 2019
Modified Files: src/sys/dev/usb: if_axen.c Log Message: Fix padding for a full length USB packet in TX: - Update boundary length for SS mode, taken from OpenBSD. - Make sure everything passed to the adapter is little endian. - Specify padding bits in a similar manner to Linux. XXX I wonder whether this is really necessary... To generate a diff of this commit: cvs rdiff -u -r1.27 -r1.28 src/sys/dev/usb/if_axen.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.