]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r261541, r261543 and r261544:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 23 Feb 2014 13:20:08 +0000 (13:20 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sun, 23 Feb 2014 13:20:08 +0000 (13:20 +0000)
commitd75dfcda064cdc752c774da27f0c30753e6dbe3c
treee705a91929510bf2cddf4b53592dc04d8089b14a
parentbd0452418f61667b19a86127e92c5b4db7a8cdef
MFC r261541, r261543 and r261544:
Import USB RNDIS driver to FreeBSD from OpenBSD.
Useful for so-called USB tethering.
- Imported code from OpenBSD
- Adapted code to FreeBSD
- Removed some unused functions
- Fixed some buffer encoding and decoding issues
- Optimised data transport path a bit, by sending multiple packets at a time
- Increased receive buffer to 16K

git-svn-id: svn://svn.freebsd.org/base/stable/9@262362 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/conf/NOTES
sys/conf/files
sys/dev/usb/net/if_urndis.c [new file with mode: 0644]
sys/dev/usb/net/if_urndisreg.h [new file with mode: 0644]
sys/dev/usb/usb.h
sys/modules/usb/Makefile
sys/modules/usb/urndis/Makefile [new file with mode: 0644]