summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-01-14 06:49:39 +0000
committerJeremy Katz <katzj@redhat.com>2003-01-14 06:49:39 +0000
commitccca2f5e1dd7796cb833f3e5516bcf6402841f92 (patch)
tree3e45f22fd2aaf64b49d78db8c57f4cd1b625605a /loader2/hardware.c
parent91b6ff0001ae46c13c67d9bae8907d6c9420127f (diff)
downloadanaconda-ccca2f5e1dd7796cb833f3e5516bcf6402841f92.tar.gz
anaconda-ccca2f5e1dd7796cb833f3e5516bcf6402841f92.tar.xz
anaconda-ccca2f5e1dd7796cb833f3e5516bcf6402841f92.zip
umm... as for that last commit message --
put pcmcia bits in module-info to clean up hack and unbreak pcmcia from floppy
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r--loader2/hardware.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c
index 53f01b465..ef4430823 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -40,9 +40,9 @@ static int detectHardware(moduleInfoSet modInfo,
devices = probeDevices(CLASS_UNSPEC,
BUS_PCI | BUS_SBUS |
- (has_pcmcia() ? BUS_PCMCIA : 0),
+ ((has_pcmcia() >= 0) ? BUS_PCMCIA : 0),
PROBE_ALL);
-
+
logMessage("finished bus probing");
if (devices == NULL) {