diff options
author | Bill Nottingham <notting@redhat.com> | 2004-02-24 15:22:20 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2004-02-24 15:22:20 +0000 |
commit | ef4d22273c53e216ed1936c0e5eeb46116c30d15 (patch) | |
tree | e4409ec75f9d2fcdcf6371573a5f930a1a1757b8 /loader2/pcmciatest.c | |
parent | efdc3a831abb811067577e7126683aea03596715 (diff) | |
download | anaconda-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.c | 2 |
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; |