summaryrefslogtreecommitdiffstats
path: root/loader2/pcmciatest.c
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>2004-02-24 15:22:20 +0000
committerBill Nottingham <notting@redhat.com>2004-02-24 15:22:20 +0000
commitef4d22273c53e216ed1936c0e5eeb46116c30d15 (patch)
treee4409ec75f9d2fcdcf6371573a5f930a1a1757b8 /loader2/pcmciatest.c
parentefdc3a831abb811067577e7126683aea03596715 (diff)
downloadanaconda-ef4d22273c53e216ed1936c0e5eeb46116c30d15.tar.gz
anaconda-ef4d22273c53e216ed1936c0e5eeb46116c30d15.tar.xz
anaconda-ef4d22273c53e216ed1936c0e5eeb46116c30d15.zip
get rid of some extraneous devices when probing
Diffstat (limited to 'loader2/pcmciatest.c')
-rw-r--r--loader2/pcmciatest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/pcmciatest.c b/loader2/pcmciatest.c
index 6c1886c88..b63f53aea 100644
--- a/loader2/pcmciatest.c
+++ b/loader2/pcmciatest.c
@@ -286,7 +286,7 @@ void startPcmciaDevices() {
if (has_pcmcia() <= 0)
return;
- devices = probeDevices(CLASS_UNSPEC, BUS_PCMCIA, PROBE_ALL);
+ devices = probeDevices(CLASS_UNSPEC, BUS_PCMCIA, 0);
if (!devices) {
logMessage("no devices to activate\n");
return;