]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r258036:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Feb 2014 22:40:05 +0000 (22:40 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 17 Feb 2014 22:40:05 +0000 (22:40 +0000)
commit5764026198bff0e740aac521d0ba7426ba96cd9b
treee64d013576ed1a53ea784efdff15bdaff74fc8fd
parentc7525b9b827a3f85691f4f8847e83a7e327a7cbd
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/10@262137 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]