*** ide-probe.c.orig Sat Mar 24 09:53:52 2001 --- ide-probe.c Sat Mar 24 09:56:59 2001 *************** *** 161,168 **** * Prevent long system lockup probing later for non-existant * slave drive if the hwif is actually a flash memory card of some variety: */ ! if (drive_is_flashcard(drive)) { ! ide_drive_t *mate = &HWIF(drive)->drives[1^drive->select.b.unit]; if (!mate->ata_flash) { mate->present = 0; mate->noprobe = 1; --- 161,168 ---- * Prevent long system lockup probing later for non-existant * slave drive if the hwif is actually a flash memory card of some variety: */ ! if (!drive->select.b.unit && drive_is_flashcard(drive)) { ! ide_drive_t *mate = &HWIF(drive)->drives[1]; if (!mate->ata_flash) { mate->present = 0; mate->noprobe = 1;