From 4e152a90eefbcd429d153b99677886f4a01cdcfb Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Thu, 6 Dec 2001 06:40:18 +0000 Subject: [PATCH] The pccard/cardbus power interface should depend on having pccard or cardbus in the kernel, not on all the bridges that implement it. Note: this is NEWCARD only, so we don't want it for the 'card' case, unlike card_if.m, which is both NEWCARD and OLDCARD. --- sys/conf/files | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/conf/files b/sys/conf/files index 7651dde4901..2ec9a549c94 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -422,7 +422,7 @@ dev/pccard/card_if.m optional pccard dev/pccard/pccard.c optional pccard dev/pccard/pccard_cis.c optional pccard dev/pccard/pccard_cis_quirks.c optional pccard -dev/pccard/power_if.m optional pccbb +dev/pccard/power_if.m optional cardbus dev/pccard/power_if.m optional pccard dev/pci/eisa_pci.c optional pci dev/pci/fixup_pci.c optional pci