summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r--loader2/hardware.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c
index d23493d6c..ddb595033 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -70,7 +70,7 @@ static int detectHardware(moduleInfoSet modInfo,
devices = probeDevices(CLASS_UNSPEC,
BUS_PCI | BUS_SBUS | BUS_VIO | BUS_MACIO |
- ((has_pcmcia() >= 0) ? BUS_PCMCIA : 0),
+ BUS_PCMCIA,
PROBE_ALL);
logMessage(INFO, "finished bus probing");
@@ -254,8 +254,6 @@ int busProbe(moduleInfoSet modInfo, moduleList modLoaded, moduleDeps modDeps,
}
mlLoadModuleSet(modules, modLoaded, modDeps, modInfo, flags);
-
- startPcmciaDevices(modLoaded, flags);
} else
logMessage(INFO, "found nothing");
}