sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
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 encodin
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 16KObtained from: OpenBSDRequested by: eadler @MFC after: 2 weeks
show more ...