summaryrefslogtreecommitdiffstats
path: root/sys/modules
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2005-12-29 01:43:47 +0000
committerimp <imp@FreeBSD.org>2005-12-29 01:43:47 +0000
commit2d3e88cd9e999219b2101e65b3390d628941126e (patch)
treebf533208984821e83f178063f9eae3f952f8b8a9 /sys/modules
parent10c2623c78422d9bb6f770ec6ab49b3f21dca64e (diff)
downloadFreeBSD-src-2d3e88cd9e999219b2101e65b3390d628941126e.zip
FreeBSD-src-2d3e88cd9e999219b2101e65b3390d628941126e.tar.gz
Implement /dev/cardbus%d.cis, same thing as /dev/pccard%d.cis. There
are some rough edges with this still, but it seems to work well enough to commit.
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/cardbus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/cardbus/Makefile b/sys/modules/cardbus/Makefile
index 67019ee..b57f3f7 100644
--- a/sys/modules/cardbus/Makefile
+++ b/sys/modules/cardbus/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/cardbus
KMOD= cardbus
-SRCS= cardbus.c cardbus_cis.c \
+SRCS= cardbus.c cardbus_cis.c cardbus_device.c \
device_if.h bus_if.h card_if.h power_if.h pci_if.h pcib_if.h
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud