diff options
author | imp <imp@FreeBSD.org> | 2001-12-06 06:40:18 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-12-06 06:40:18 +0000 |
commit | 760ad801018bf74b7d57333a6901761309b7c3d6 (patch) | |
tree | 3f6363e00c9c877e18962a897ce243da7b2dc30e /sys/conf/files | |
parent | 9a811aeadbcae64af62451c202a0bb317945a9dc (diff) | |
download | FreeBSD-src-760ad801018bf74b7d57333a6901761309b7c3d6.zip FreeBSD-src-760ad801018bf74b7d57333a6901761309b7c3d6.tar.gz |
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.
Diffstat (limited to 'sys/conf/files')
-rw-r--r-- | sys/conf/files | 2 |
1 files changed, 1 insertions, 1 deletions
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 |