Date: Wed, 13 Oct 2010 22:04:55 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/dev/usb usb_cdc.h src/sys/dev/usb/net if_cdce.c if_cdcereg.h Message-ID: <201010132205.o9DM55Y5038005@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
hselasky 2010-10-13 22:04:55 UTC FreeBSD src repository Modified files: sys/dev/usb usb_cdc.h sys/dev/usb/net if_cdce.c if_cdcereg.h Log: SVN rev 213809 on 2010-10-13 22:04:55Z by hselasky USB network (NCM driver): - correct the ethernet payload remainder which must be post-offseted by -14 bytes instead of 0 bytes. This is not very clearly defined in the NCM specification. - add development feature about limiting the maximum datagram count in each NCM payload. - zero-pad alignment data - add TX-interval tuning sysctl Approved by: thompsa (mentor) Revision Changes Path 1.23 +118 -24 src/sys/dev/usb/net/if_cdce.c 1.5 +7 -1 src/sys/dev/usb/net/if_cdcereg.h 1.5 +2 -1 src/sys/dev/usb/usb_cdc.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010132205.o9DM55Y5038005>