summaryrefslogtreecommitdiffstats
path: root/sys/modules/axe
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2003-04-20 19:05:33 +0000
committerwpaul <wpaul@FreeBSD.org>2003-04-20 19:05:33 +0000
commite41f6225faec622d3f1ce943cff4e3647d65df97 (patch)
tree97ca9c3274a2a29ea03460b6181e805043e61e46 /sys/modules/axe
parentdce3b02b367216359cd6e26f70d0d523caf70ab3 (diff)
downloadFreeBSD-src-e41f6225faec622d3f1ce943cff4e3647d65df97.zip
FreeBSD-src-e41f6225faec622d3f1ce943cff4e3647d65df97.tar.gz
Add device driver support for the ASIX Electronics AX88172 USB 2.0
ethernet controller. The driver has been tested with the LinkSys USB200M adapter. I know for a fact that there are other devices out there with this chip but don't have all the USB vendor/device IDs. Note: I'm not sure if this will force the driver to end up in the install kernel image or not. Special magic needs to be done to exclude it to keep the boot floppies from bloating again, someone please advise.
Diffstat (limited to 'sys/modules/axe')
-rw-r--r--sys/modules/axe/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/axe/Makefile b/sys/modules/axe/Makefile
new file mode 100644
index 0000000..ed4c5ef
--- /dev/null
+++ b/sys/modules/axe/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+S= ${.CURDIR}/../..
+.PATH: $S/dev/usb
+
+KMOD= if_axe
+SRCS= if_axe.c opt_bdg.h opt_usb.h device_if.h bus_if.h
+SRCS+= miibus_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud