git: usb4bsd: Port network devices (uether, udav, axe) and hook into build.
Sascha Wildner
swildner at crater.dragonflybsd.org
Thu Oct 11 02:30:39 PDT 2012
commit b946173aa49041a01ee46d89bdf1a340042774b4
Author: Sascha Wildner <saw at online.de>
Date: Thu Oct 11 11:18:06 2012 +0200
usb4bsd: Port network devices (uether, udav, axe) and hook into build.
Submitted-by: Markus Pfeiffer <markus.pfeiffer at morphism.de>
Summary of changes:
sys/bus/u4b/Makefile | 2 +-
sys/bus/u4b/net/Makefile | 3 +
sys/bus/u4b/net/if_axe.c | 156 ++++++++++++++---------
sys/bus/u4b/{input/ums => net/if_axe}/Makefile | 6 +-
sys/bus/u4b/net/if_axereg.h | 8 +-
sys/bus/u4b/net/if_udav.c | 62 +++++-----
sys/bus/u4b/{input/uep => net/if_udav}/Makefile | 6 +-
sys/bus/u4b/net/if_udavreg.h | 8 +-
sys/bus/u4b/{input/ums => net/uether}/Makefile | 6 +-
sys/bus/u4b/net/usb_ethernet.c | 122 ++++++++++--------
sys/bus/u4b/net/usb_ethernet.h | 8 +-
11 files changed, 221 insertions(+), 166 deletions(-)
create mode 100644 sys/bus/u4b/net/Makefile
copy sys/bus/u4b/{input/ums => net/if_axe}/Makefile (67%)
copy sys/bus/u4b/{input/uep => net/if_udav}/Makefile (66%)
copy sys/bus/u4b/{input/ums => net/uether}/Makefile (65%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b946173aa49041a01ee46d89bdf1a340042774b4
--
DragonFly BSD source repository
More information about the Commits
mailing list