summaryrefslogtreecommitdiffstats
path: root/sys/modules/kue
diff options
context:
space:
mode:
authorwpaul <wpaul@FreeBSD.org>2000-01-05 04:27:24 +0000
committerwpaul <wpaul@FreeBSD.org>2000-01-05 04:27:24 +0000
commita0156fbe848f4044e9842748dbc42ecf98f3067e (patch)
tree9507b4a51726e91f166ec05f7a6afc900b4656b0 /sys/modules/kue
parent5cf59636dd5db7470e709027a977269a8b1d2213 (diff)
downloadFreeBSD-src-a0156fbe848f4044e9842748dbc42ecf98f3067e.zip
FreeBSD-src-a0156fbe848f4044e9842748dbc42ecf98f3067e.tar.gz
Add device driver support for USB ethernet adapters based on the
Kawasaki LSI KL5KUSB101B chip, including the LinkSys USB10T, the Entrega NET-USB-E45, the Peracom USB Ethernet Adapter, the 3Com 3c19250 and the ADS Technologies USB-10BT. This device is 10mbs half-duplex only, so there's miibus or ifmedia support. This device also requires firmware to be loaded into it, however KLSI allows redistribution of the firmware images (I specifically asked about this; they said it was ok). Special thanks to Annelise Anderson for getting me in touch with KLSI (eventually) and thanks to KLSI for providing the necessary programming info. Highlights: - Add driver files to /sys/dev/usb - update usbdevs and regenerate attendate files - update usb_quirks.c - Update HARDWARE.TXT and RELNOTES.TXT for i386 and alpha - Update LINT, GENERIC and others for i386, alpha and pc98 - Add man page - Add module - Update sysinstall and userconfig.c
Diffstat (limited to 'sys/modules/kue')
-rw-r--r--sys/modules/kue/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/kue/Makefile b/sys/modules/kue/Makefile
new file mode 100644
index 0000000..ad427f1
--- /dev/null
+++ b/sys/modules/kue/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+S = ${.CURDIR}/../..
+.PATH: $S/dev/usb
+KMOD = if_kue
+SRCS = if_kue.c opt_bdg.h opt_usb.h device_if.h bus_if.h
+SRCS += miibus_if.h
+CFLAGS += ${DEBUG_FLAGS}
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud