summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/powermac/ata_macio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/powerpc/powermac/ata_macio.c')
-rw-r--r--sys/powerpc/powermac/ata_macio.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/powerpc/powermac/ata_macio.c b/sys/powerpc/powermac/ata_macio.c
index 907f8ffb..273b07c 100644
--- a/sys/powerpc/powermac/ata_macio.c
+++ b/sys/powerpc/powermac/ata_macio.c
@@ -102,7 +102,8 @@ ata_macio_probe(device_t dev)
struct resource *mem;
int rid, i;
- if (strcmp(type, "ata") != 0)
+ if (strcmp(type, "ata") != 0 &&
+ strcmp(type, "ide") != 0)
return (ENXIO);
ch = device_get_softc(dev);
OpenPOWER on IntegriCloud