git: kernel/usb4bsd: Add the urndis(4) driver for Remote NDIS device support.
Sascha Wildner
swildner at crater.dragonflybsd.org
Mon Jul 7 02:45:25 PDT 2014
commit e4ca69a16ed1a4afc33ed80494b68269796cce5a
Author: Sascha Wildner <saw at online.de>
Date: Mon Jul 7 11:44:51 2014 +0200
kernel/usb4bsd: Add the urndis(4) driver for Remote NDIS device support.
Aka USB tethering.
Taken-from: FreeBSD
Tested-by: Yellow Rabbit <yrabbit at sdf.lonestar.org>
Summary of changes:
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/{wlan/run => net/urndis}/Makefile | 11 +-
sys/bus/u4b/usb.h | 3 +
sys/conf/files | 1 +
sys/config/LINT | 3 +
sys/config/LINT64 | 3 +
13 files changed, 1453 insertions(+), 8 deletions(-)
create mode 100644 share/man/man4/urndis.4
create mode 100644 sys/bus/u4b/net/if_urndis.c
create mode 100644 sys/bus/u4b/net/if_urndisreg.h
copy sys/bus/u4b/{wlan/run => net/urndis}/Makefile (85%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e4ca69a16ed1a4afc33ed80494b68269796cce5a
--
DragonFly BSD source repository
More information about the Commits
mailing list