diff options
author | David Cantrell <dcantrell@redhat.com> | 2007-06-06 15:43:43 +0000 |
---|---|---|
committer | David Cantrell <dcantrell@redhat.com> | 2007-06-06 15:43:43 +0000 |
commit | e5ad28b086841c45d8db15e22e8352f5c43aad51 (patch) | |
tree | f26ccc8e5ea896eaa51a9010fff23707b021c79f | |
parent | b0d4963da32e97ae25d673947439e32d6835b230 (diff) | |
download | anaconda-e5ad28b086841c45d8db15e22e8352f5c43aad51.tar.gz anaconda-e5ad28b086841c45d8db15e22e8352f5c43aad51.tar.xz anaconda-e5ad28b086841c45d8db15e22e8352f5c43aad51.zip |
* loader2/hardware.c (detectHardware): Probe BUS_EBUS to support
HEA devices on IBM systems (#228578).
* loader2/module-info: ehea_mod -> ehea (#228578).
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | loader2/hardware.c | 2 | ||||
-rw-r--r-- | loader2/module-info | 2 |
3 files changed, 8 insertions, 2 deletions
@@ -1,3 +1,9 @@ +2007-06-06 David Cantrell <dcantrell@redhat.com> + + * loader2/hardware.c (detectHardware): Probe BUS_EBUS to support + HEA devices on IBM systems (#228578). + * loader2/module-info: ehea_mod -> ehea (#228578). + 2007-06-06 Chris Lumens <clumens@redhat.com> * loader2/cdinstall.c: Use "disc" instead of "CD" in dialogs diff --git a/loader2/hardware.c b/loader2/hardware.c index fa68aab10..db8c17875 100644 --- a/loader2/hardware.c +++ b/loader2/hardware.c @@ -68,7 +68,7 @@ static int detectHardware(moduleInfoSet modInfo, char *** modules) { devices = probeDevices(CLASS_UNSPEC, BUS_PCI | BUS_SBUS | BUS_VIO | BUS_MACIO | - BUS_PCMCIA | BUS_XEN | BUS_PS3, + BUS_PCMCIA | BUS_XEN | BUS_EBUS | BUS_PS3, PROBE_ALL); logMessage(DEBUGLVL, "finished bus probing"); diff --git a/loader2/module-info b/loader2/module-info index e4f79c3df..34694b623 100644 --- a/loader2/module-info +++ b/loader2/module-info @@ -205,7 +205,7 @@ eexpress io "Base I/O address" "0x[0-9a-fA-F]+" irq "IRQ level" "[0-9]+" -ehea_mod +ehea eth "IBM eServer HEA Driver" |