hpt366: enable all quirks for devices on quirk_drives[] list
Enable also quirks in do_reset1() and ide_config_drive_speed() for devices on quirk_drives[] list. Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
@@ -740,7 +740,7 @@ static void hpt3xx_quirkproc(ide_drive_t *drive)
|
|||||||
|
|
||||||
while (*list)
|
while (*list)
|
||||||
if (strstr(m, *list++)) {
|
if (strstr(m, *list++)) {
|
||||||
drive->quirk_list = 1;
|
drive->quirk_list = 2;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user