summaryrefslogtreecommitdiffstats
path: root/sys/modules/pccard
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>1999-11-28 21:11:13 +0000
committerimp <imp@FreeBSD.org>1999-11-28 21:11:13 +0000
commitd2ef3b0fa085c1fa1e97986e1c9d0ddf51390bda (patch)
tree82840b50bf19e2c0ba1298210687873d0189ffe3 /sys/modules/pccard
parentadae2d80cb4279c4c32d86cdc6c4d28cff604c38 (diff)
downloadFreeBSD-src-d2ef3b0fa085c1fa1e97986e1c9d0ddf51390bda.zip
FreeBSD-src-d2ef3b0fa085c1fa1e97986e1c9d0ddf51390bda.tar.gz
Add resource activation routines to pcic driver. Minor cleanup of
socket attach code. We now have at least a chance for pccard devices appearing in the future. This is a snapshot of ongoing work. Proceed at your own risk.
Diffstat (limited to 'sys/modules/pccard')
-rw-r--r--sys/modules/pccard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/pccard/Makefile b/sys/modules/pccard/Makefile
index a556519..c1511fd 100644
--- a/sys/modules/pccard/Makefile
+++ b/sys/modules/pccard/Makefile
@@ -3,7 +3,7 @@
.PATH: ${.CURDIR}/../../dev/pccard
KMOD= pccard
SRCS= pccard.c pccard_cis.c pccard_cis_quirks.c \
- device_if.h bus_if.h isa_if.h
+ device_if.h bus_if.h card_if.h card_if.c power_if.h power_if.c
NOMAN=
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud