|
@@ -574,11 +574,11 @@ static inline u8 probe_for_drive (ide_drive_t *drive)
|
|
|
/* look for ATAPI device */
|
|
/* look for ATAPI device */
|
|
|
(void) do_probe(drive, WIN_PIDENTIFY);
|
|
(void) do_probe(drive, WIN_PIDENTIFY);
|
|
|
}
|
|
}
|
|
|
- if (strstr(drive->id->model, "E X A B Y T E N E S T"))
|
|
|
|
|
- enable_nest(drive);
|
|
|
|
|
if (!drive->present)
|
|
if (!drive->present)
|
|
|
/* drive not found */
|
|
/* drive not found */
|
|
|
return 0;
|
|
return 0;
|
|
|
|
|
+ if (strstr(drive->id->model, "E X A B Y T E N E S T"))
|
|
|
|
|
+ enable_nest(drive);
|
|
|
|
|
|
|
|
/* identification failed? */
|
|
/* identification failed? */
|
|
|
if (!drive->id_read) {
|
|
if (!drive->id_read) {
|