summaryrefslogtreecommitdiffstats
path: root/sys/modules/pcic
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2000-08-19 19:25:23 +0000
committerimp <imp@FreeBSD.org>2000-08-19 19:25:23 +0000
commit4f77f1932ef8df38889de6e011cf444469a71baf (patch)
treee9d9e6278c83f7400c448db1509290eb0c0d996e /sys/modules/pcic
parent5c155c532f5aadbbbd52796b924404ad35fac4e6 (diff)
downloadFreeBSD-src-4f77f1932ef8df38889de6e011cf444469a71baf.zip
FreeBSD-src-4f77f1932ef8df38889de6e011cf444469a71baf.tar.gz
Work around a possible kernel linker bug. It appears that the data
elements defined by foo_if.c aren't sharable amoung modules (I'm working on a bug report for it now), or else I don't understand something. It showed up as kobj functions not being called. In any event, link in the pcic and pccard parts of the modules to work around the problem for now.
Diffstat (limited to 'sys/modules/pcic')
-rw-r--r--sys/modules/pcic/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/modules/pcic/Makefile b/sys/modules/pcic/Makefile
index 4202d04..262e0ea 100644
--- a/sys/modules/pcic/Makefile
+++ b/sys/modules/pcic/Makefile
@@ -3,6 +3,7 @@
.PATH: ${.CURDIR}/../../dev/pcic ${.CURDIR}/../../dev/pccard
KMOD= pcic
SRCS= i82365.c i82365_isa.c device_if.h bus_if.h isa_if.h \
+ pccard.c pccard_cis.c pccard_cis_quirks.c \
power_if.h card_if.h power_if.c card_if.c
NOMAN=
OpenPOWER on IntegriCloud