]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r258036:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Feb 2014 22:43:07 +0000 (22:43 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Feb 2014 22:43:07 +0000 (22:43 +0000)
commit6c053c4e4bfef12892a529d474fa294ca647db9d
tree66b801c05f8e797d61655d117b831955ccc97457
parent525c311b61577a03243b23d06a1829e14f4a14e9
MFC r258036:
Add IDs for the ASIX 88179 and 88178A USB to GigE adapters.

MFC r258331:
Import the axge(4) driver for the ASIX AX88178A and AX88179 USB Ethernet
adapters. Both devices support Gigabit Ethernet and USB 2.0, and the AX88179
supports USB 3.0.

MFC r258617 (by lwhsu):
Also note to add xhci(4) to kernel configuration to utilize USB 3.0

MFC r258618 (by lwhsu):
Mention axge(4)

git-svn-id: svn://svn.freebsd.org/base/stable/9@262138 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
share/man/man4/Makefile
share/man/man4/axge.4 [new file with mode: 0644]
share/man/man4/usb.4
sys/conf/files
sys/dev/usb/net/if_axge.c [new file with mode: 0644]
sys/dev/usb/net/if_axgereg.h [new file with mode: 0644]
sys/dev/usb/usbdevs
sys/modules/usb/Makefile
sys/modules/usb/axge/Makefile [new file with mode: 0644]