summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Cantrell <dcantrell@redhat.com>2007-06-06 15:41:30 +0000
committerDavid Cantrell <dcantrell@redhat.com>2007-06-06 15:41:30 +0000
commitd5bdea923ab158514c7def74ee82352ab386703d (patch)
treea612abe77560a082f18d7a703aa9ce723e07c660
parent4487d6eaa667bcd4f8d6345449729c15905c9234 (diff)
downloadanaconda-d5bdea923ab158514c7def74ee82352ab386703d.tar.gz
anaconda-d5bdea923ab158514c7def74ee82352ab386703d.tar.xz
anaconda-d5bdea923ab158514c7def74ee82352ab386703d.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--ChangeLog6
-rw-r--r--loader2/hardware.c2
-rw-r--r--loader2/module-info2
3 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d76cc7d9f..cc2443d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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-05 Chris Lumens <clumens@redhat.com>
* anaconda: Pass -br to the X server so there's no more hatch
diff --git a/loader2/hardware.c b/loader2/hardware.c
index 3b5a63569..d37c90dfd 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_PCMCIA | BUS_XEN | BUS_EBUS,
PROBE_ALL);
logMessage(DEBUGLVL, "finished bus probing");
diff --git a/loader2/module-info b/loader2/module-info
index 8c694d8ad..5c10fe7b0 100644
--- a/loader2/module-info
+++ b/loader2/module-info
@@ -201,7 +201,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"