summaryrefslogtreecommitdiffstats
path: root/sys/modules/slhci
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/slhci
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/slhci')
-rw-r--r--sys/modules/slhci/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/modules/slhci/Makefile b/sys/modules/slhci/Makefile
index 8d356d4..422cf77 100644
--- a/sys/modules/slhci/Makefile
+++ b/sys/modules/slhci/Makefile
@@ -5,6 +5,8 @@
KMOD= slhci
SRCS= sl811hs.c slhci_pccard.c
-SRCS+= opt_slhci.h opt_usb.h device_if.h bus_if.h usbdevs.h card_if.h power_if.h pccarddevs.h
+SRCS+= bus_if.h device_if.h card_if.h power_if.h \
+ usbdevs.h pccarddevs.h \
+ opt_slhci.h opt_usb.h \
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud