DragonFly commits List (threaded) for 2012-10
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
git: DragonFly_RELEASE_3_2 usb4bsd: Port network devices (uether, udav, axe) and hook into build.
commit 1a4bba4a3410c3930aab7f4fffd1342e15bfe38e
Author: Sascha Wildner <saw@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@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/1a4bba4a3410c3930aab7f4fffd1342e15bfe38e
--
DragonFly BSD source repository
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]