summaryrefslogtreecommitdiffstats
path: root/sys/modules/ehci
diff options
context:
space:
mode:
authorn_hibma <n_hibma@FreeBSD.org>2008-10-09 19:22:00 +0000
committern_hibma <n_hibma@FreeBSD.org>2008-10-09 19:22:00 +0000
commitb020102453778189fb638572efcf9bad3bf69b7a (patch)
tree8dff92e2b8630a3f487c394c722aad9ddb304f11 /sys/modules/ehci
parent9dcc9c2cd561f5638f7a41283c8e85b4667d7e71 (diff)
downloadFreeBSD-src-b020102453778189fb638572efcf9bad3bf69b7a.zip
FreeBSD-src-b020102453778189fb638572efcf9bad3bf69b7a.tar.gz
Add modules for the HCI part of USB. This is convenient when having a UHCI
controller in your laptop but inserting a (OHCI-based) Option Cardbus card.
Diffstat (limited to 'sys/modules/ehci')
-rw-r--r--sys/modules/ehci/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/sys/modules/ehci/Makefile b/sys/modules/ehci/Makefile
new file mode 100644
index 0000000..2acf37b
--- /dev/null
+++ b/sys/modules/ehci/Makefile
@@ -0,0 +1,13 @@
+# $FreeBSD$
+
+S= ${.CURDIR}/../..
+
+.PATH: $S/dev/usb $S/pci
+
+KMOD= ehci
+SRCS= bus_if.h device_if.h \
+ opt_usb.h \
+ ehci_pci.c ehci.c ehcireg.h ehcivar.h \
+ pci_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud