git: usb4bsd: Port aue(4), cue(4), ipheth(4) and kue(4) USB ethernet drivers.

Sascha Wildner swildner at crater.dragonflybsd.org
Fri Nov 7 16:10:58 PST 2014


commit 79be21c50ccfda571219a61d1430ee7a533344d7
Author: Sascha Wildner <saw at online.de>
Date:   Sat Nov 8 01:10:28 2014 +0100

    usb4bsd: Port aue(4), cue(4), ipheth(4) and kue(4) USB ethernet drivers.
    
    Also sync them with FreeBSD's current code.
    
    aue(4), cue(4) and kue(4) were available with oldusb. ipheth(4) is a
    new driver.
    
    This commit adds support for 105 devices.
    
    Still missing from our net/ category are cdce(4), rue(4), uhso(4) and
    usie(4).
    
    Taken-from-and-thanks-to: FreeBSD

Summary of changes:
 Makefile_upgrade.inc            |   8 +-
 etc/devd/usb.conf               | 476 +++++++++++++++++++++++++++++++++++++++-
 share/man/man4/Makefile         |   2 +
 share/man/man4/aue.4            |  79 ++++++-
 share/man/man4/cue.4            |  45 +++-
 share/man/man4/ipheth.4         | 106 +++++++++
 share/man/man4/kue.4            |  72 +++++-
 share/man/man4/usb.4            |  23 +-
 sys/bus/u4b/net/Makefile        |   5 +-
 sys/bus/u4b/net/aue/Makefile    |  35 +++
 sys/bus/u4b/net/cue/Makefile    |  35 +++
 sys/bus/u4b/net/if_aue.c        | 120 +++++-----
 sys/bus/u4b/net/if_auereg.h     |  10 +-
 sys/bus/u4b/net/if_cue.c        |  69 +++---
 sys/bus/u4b/net/if_cuereg.h     |  12 +-
 sys/bus/u4b/net/if_ipheth.c     |  59 +++--
 sys/bus/u4b/net/if_iphethvar.h  |  10 +-
 sys/bus/u4b/net/if_kue.c        |  67 +++---
 sys/bus/u4b/net/if_kuefw.h      |   2 +-
 sys/bus/u4b/net/if_kuereg.h     |  10 +-
 sys/bus/u4b/net/ipheth/Makefile |  35 +++
 sys/bus/u4b/net/kue/Makefile    |  35 +++
 sys/conf/files                  |   4 +
 sys/config/GENERIC              |   6 +-
 sys/config/LINT                 |  40 ++--
 sys/config/LINT64               |  40 ++--
 sys/config/SOEKRIS              |   2 +-
 sys/config/X86_64_GENERIC       |   6 +-
 28 files changed, 1147 insertions(+), 266 deletions(-)
 create mode 100644 share/man/man4/ipheth.4
 create mode 100644 sys/bus/u4b/net/aue/Makefile
 create mode 100644 sys/bus/u4b/net/cue/Makefile
 create mode 100644 sys/bus/u4b/net/ipheth/Makefile
 create mode 100644 sys/bus/u4b/net/kue/Makefile

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/79be21c50ccfda571219a61d1430ee7a533344d7


-- 
DragonFly BSD source repository


More information about the Commits mailing list