summaryrefslogtreecommitdiffstats
path: root/loader2/hardware.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader2/hardware.c')
-rw-r--r--loader2/hardware.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/loader2/hardware.c b/loader2/hardware.c
index 3b5a63569..c059c34c2 100644
--- a/loader2/hardware.c
+++ b/loader2/hardware.c
@@ -63,16 +63,16 @@ static int detectHardware(moduleInfoSet modInfo, char *** modules) {
char ** modList;
int numMods;
char *driver;
-
+
logMessage(DEBUGLVL, "probing buses");
-
+
devices = probeDevices(CLASS_UNSPEC,
BUS_PCI | BUS_SBUS | BUS_VIO | BUS_MACIO |
- BUS_PCMCIA | BUS_XEN,
+ BUS_PCMCIA | BUS_XEN | BUS_PS3,
PROBE_ALL);
logMessage(DEBUGLVL, "finished bus probing");
-
+
if (devices == NULL) {
*modules = NULL;
return LOADER_OK;