summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2014-02-17 22:40:05 +0000
committermarkj <markj@FreeBSD.org>2014-02-17 22:40:05 +0000
commita3fafc30d3fadeaba77468909b84eabce7ad54d6 (patch)
treee64d013576ed1a53ea784efdff15bdaff74fc8fd /sys/modules
parent6e1e8b0ada39b25a62d9235c22cfc2d2f9a63072 (diff)
downloadFreeBSD-src-a3fafc30d3fadeaba77468909b84eabce7ad54d6.zip
FreeBSD-src-a3fafc30d3fadeaba77468909b84eabce7ad54d6.tar.gz
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)
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/usb/Makefile2
-rw-r--r--sys/modules/usb/axge/Makefile10
2 files changed, 11 insertions, 1 deletions
diff --git a/sys/modules/usb/Makefile b/sys/modules/usb/Makefile
index b60b506..c5b45f4 100644
--- a/sys/modules/usb/Makefile
+++ b/sys/modules/usb/Makefile
@@ -38,7 +38,7 @@ SUBDIR += ${_urtwn} ${_urtwnfw}
SUBDIR += atp uhid ukbd ums udbp ufm uep wsp
SUBDIR += ucom u3g uark ubsa ubser uchcom ucycom ufoma uftdi ugensa uipaq ulpt \
umct umcs umodem umoscom uplcom uslcom uvisor uvscom
-SUBDIR += uether aue axe cdce cue ${_kue} mos rue smsc udav uhso ipheth
+SUBDIR += uether aue axe axge cdce cue ${_kue} mos rue smsc udav uhso ipheth
SUBDIR += usfs umass urio
SUBDIR += quirk template
SUBDIR += ${_g_audio} ${_g_keyboard} ${_g_modem} ${_g_mouse}
diff --git a/sys/modules/usb/axge/Makefile b/sys/modules/usb/axge/Makefile
new file mode 100644
index 0000000..bad4b94
--- /dev/null
+++ b/sys/modules/usb/axge/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/usb/net
+
+KMOD= if_axge
+SRCS+= if_axge.c usbdevs.h
+SRCS+= bus_if.h device_if.h miibus_if.h usb_if.h \
+ opt_bus.h opt_inet.h opt_usb.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud