From 760ad801018bf74b7d57333a6901761309b7c3d6 Mon Sep 17 00:00:00 2001 From: imp Date: Thu, 6 Dec 2001 06:40:18 +0000 Subject: 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(-) (limited to 'sys/conf') diff --git a/sys/conf/files b/sys/conf/files index 7651dde..2ec9a54 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 -- cgit v1.1