DragonFly BSD
DragonFly commits List (threaded) for 2012-10
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: usb4bsd: Port network devices (uether, udav, axe) and hook into build.


From: Sascha Wildner <swildner@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Thu, 11 Oct 2012 02:30:39 -0700 (PDT)

commit b946173aa49041a01ee46d89bdf1a340042774b4
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/b946173aa49041a01ee46d89bdf1a340042774b4


-- 
DragonFly BSD source repository



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]