summaryrefslogtreecommitdiffstats
path: root/sys/dev/pcic
diff options
context:
space:
mode:
authortakawata <takawata@FreeBSD.org>2002-05-30 17:38:00 +0000
committertakawata <takawata@FreeBSD.org>2002-05-30 17:38:00 +0000
commitd19ac116d697fea31e71dff71653110cb16f7cbe (patch)
tree3fe2df024147b6e303b609e32da19c2f4d1d904e /sys/dev/pcic
parent1993966a915d2deee9ea5c82b97ff71c81cada17 (diff)
downloadFreeBSD-src-d19ac116d697fea31e71dff71653110cb16f7cbe.zip
FreeBSD-src-d19ac116d697fea31e71dff71653110cb16f7cbe.tar.gz
Make oldcard and newcard kernel module work.
Diffstat (limited to 'sys/dev/pcic')
-rw-r--r--sys/dev/pcic/i82365_isa.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/pcic/i82365_isa.c b/sys/dev/pcic/i82365_isa.c
index fc065bb..5651825 100644
--- a/sys/dev/pcic/i82365_isa.c
+++ b/sys/dev/pcic/i82365_isa.c
@@ -401,3 +401,4 @@ static driver_t pcic_driver = {
static devclass_t pcic_devclass;
DRIVER_MODULE(pcic, isa, pcic_driver, pcic_devclass, 0, 0);
+MODULE_DEPEND(pcic, pccard, 1, 1, 1);
OpenPOWER on IntegriCloud