Signed-off by tabris@tabris.net --- ide-probe.c~ 2004-10-22 04:49:47.045203783 -0400 +++ ide-probe.c 2004-10-22 04:49:28.889442288 -0400 @@ -730,6 +730,7 @@ static void probe_hwif(ide_hwif_t *hwif) /* And beware of confused Maxtor drives that go "M0000000000" "The SN# is garbage in the ID block..." [Eric] */ strncmp(drive->id->serial_no, "M0000000000000000000", 20) && + strncmp(drive->id->serial_no, "D3000000", 8) && strncmp(hwif->drives[0].id->serial_no, drive->id->serial_no, 20) == 0) { printk(KERN_WARNING "ide-probe: ignoring undecoded slave\n"); drive->present = 0;