kernel/usb4bsd: Add the urndis(4) driver for Remote NDIS device support

Operating Systems / DragonFlyBSD - Sascha Wildner [online.de] - 7 July 2014 04:44 UTC

Aka USB tethering.

Taken-from: FreeBSD

e4ca69a kernel/usb4bsd: Add the urndis(4) driver for Remote NDIS device support.
Makefile_upgrade.inc | 5 +
etc/devd/usb.conf | 20 +-
share/man/man4/Makefile | 2 +
share/man/man4/urndis.4 | 98 ++++
share/man/man4/usb.4 | 4 +-
sys/bus/u4b/net/Makefile | 2 +-
sys/bus/u4b/net/if_urndis.c | 1013 +++++++++++++++++++++++++++++++++++++++
sys/bus/u4b/net/if_urndisreg.h | 296 ++++++++++++
sys/bus/u4b/net/urndis/Makefile | 35 ++
sys/bus/u4b/usb.h | 3 +
sys/conf/files | 1 +
sys/config/LINT | 3 +
sys/config/LINT64 | 3 +
13 files changed, 1482 insertions(+), 3 deletions(-)

Upstream: gitweb.dragonflybsd.org


  • Share