summaryrefslogtreecommitdiffstats
path: root/loader2/pcmciatest.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-03-04 23:46:24 +0000
committerJeremy Katz <katzj@redhat.com>2004-03-04 23:46:24 +0000
commit13d29d6d5aa428644a7db8189e1ccd9250c79808 (patch)
tree2378a76162fc47656068e56e4d5ce80ff8a13499 /loader2/pcmciatest.c
parentffe28b59632dfcda0766b9fed242f16845451e47 (diff)
downloadanaconda-13d29d6d5aa428644a7db8189e1ccd9250c79808.tar.gz
anaconda-13d29d6d5aa428644a7db8189e1ccd9250c79808.tar.xz
anaconda-13d29d6d5aa428644a7db8189e1ccd9250c79808.zip
lots of probe_all nuking
Diffstat (limited to 'loader2/pcmciatest.c')
-rw-r--r--loader2/pcmciatest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/pcmciatest.c b/loader2/pcmciatest.c
index 19e2bc1e9..26b5400b6 100644
--- a/loader2/pcmciatest.c
+++ b/loader2/pcmciatest.c
@@ -145,12 +145,12 @@ char * getPcicController() {
if (!probed) {
probed = 1;
- devices = probeDevices(CLASS_SOCKET, BUS_PCI, PROBE_ALL);
+ devices = probeDevices(CLASS_SOCKET, BUS_PCI, 0);
if (devices) {
logMessage("found cardbus pci adapter");
pcic = "yenta_socket";
} else {
- devices = probeDevices(CLASS_SOCKET, BUS_MISC, PROBE_ALL);
+ devices = probeDevices(CLASS_SOCKET, BUS_MISC, 0);
if (devices && strcmp (devices[0]->driver, "ignore") &&
strcmp(devices[0]->driver, "unknown") &&
strcmp(devices[0]->driver, "disabled")) {