diff options
author | Jeremy Katz <katzj@redhat.com> | 2004-09-08 02:29:17 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2004-09-08 02:29:17 +0000 |
commit | 1d2c1e5e82112ea2d49d2478ca73c284e3902cb4 (patch) | |
tree | d57019229c7d8b729c03ebed39f124a7ea500e58 /loader2/hardware.c | |
parent | 26fc25a0773a133ae5a705172ce57457348f7f1e (diff) | |
download | anaconda-1d2c1e5e82112ea2d49d2478ca73c284e3902cb4.tar.gz anaconda-1d2c1e5e82112ea2d49d2478ca73c284e3902cb4.tar.xz anaconda-1d2c1e5e82112ea2d49d2478ca73c284e3902cb4.zip |
probe vio bus also for modules to load (for power5)
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r-- | loader2/hardware.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c index 229ea5b75..939ed72f4 100644 --- a/loader2/hardware.c +++ b/loader2/hardware.c @@ -65,7 +65,7 @@ static int detectHardware(moduleInfoSet modInfo, logMessage("probing buses"); devices = probeDevices(CLASS_UNSPEC, - BUS_PCI | BUS_SBUS | + BUS_PCI | BUS_SBUS | BUS_VIO | ((has_pcmcia() >= 0) ? BUS_PCMCIA : 0), PROBE_ALL); |