git: kernel/usb4bsd: Bring in the axge(4) ethernet driver.

Sascha Wildner swildner at crater.dragonflybsd.org
Sat Nov 15 09:00:46 PST 2014


commit 3d2b95309cab2374c3d5fa05c1f1814f782a0ab2
Author: Sascha Wildner <saw at online.de>
Date:   Sat Nov 15 17:50:05 2014 +0100

    kernel/usb4bsd: Bring in the axge(4) ethernet driver.
    
    It supports USB Gigabit Ethernet adapters based on the
    ASIX Electronics AX88179 USB 3.0 and AX88178A USB 2.0
    chipsets.
    
    Taken-from: FreeBSD

Summary of changes:
 etc/devd/usb.conf                |   46 +-
 share/man/man4/Makefile          |    2 +
 share/man/man4/{axe.4 => axge.4} |  161 +-----
 share/man/man4/miibus.4          |    3 +
 share/man/man4/usb.4             |    6 +-
 sys/bus/u4b/net/Makefile         |    4 +-
 sys/bus/u4b/net/axge/Makefile    |   10 +
 sys/bus/u4b/net/if_axge.c        | 1036 ++++++++++++++++++++++++++++++++++++++
 sys/bus/u4b/net/if_axgereg.h     |  173 +++++++
 sys/bus/u4b/usbdevs              |    2 +
 sys/conf/files                   |    1 +
 sys/config/LINT                  |    3 +
 sys/config/LINT64                |    3 +
 13 files changed, 1309 insertions(+), 141 deletions(-)
 copy share/man/man4/{axe.4 => axge.4} (55%)
 create mode 100644 sys/bus/u4b/net/axge/Makefile
 create mode 100644 sys/bus/u4b/net/if_axge.c
 create mode 100644 sys/bus/u4b/net/if_axgereg.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/3d2b95309cab2374c3d5fa05c1f1814f782a0ab2


-- 
DragonFly BSD source repository



More information about the Commits mailing list