From 71b13ff5f6a5cabc6c58eb9a4635541cf017fce3 Mon Sep 17 00:00:00 2001 From: imp Date: Mon, 22 Aug 2005 00:20:28 +0000 Subject: if_ral_pccard does not depend on pccard module directly, but rather depends, like all other pccard drivers, indirectly through kobj on pccard. Therefore, it is not appropriate to force pccard to be loaded when if_ral.ko is loaded. This makes it possible to load if_ral w/o loading pccard.ko on, eg, pci only systems. --- sys/dev/ral/if_ral_pccard.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ral') diff --git a/sys/dev/ral/if_ral_pccard.c b/sys/dev/ral/if_ral_pccard.c index 8ec59ad..4758b1a 100644 --- a/sys/dev/ral/if_ral_pccard.c +++ b/sys/dev/ral/if_ral_pccard.c @@ -60,7 +60,6 @@ __FBSDID("$FreeBSD$"); #include "card_if.h" #include "pccarddevs.h" -MODULE_DEPEND(ral, pccard, 1, 1, 1); MODULE_DEPEND(ral, wlan, 1, 1, 1); static const struct pccard_product ral_pccard_products[] = { -- cgit v1.1