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:
Родитель
d328e7657d
Коммит
0fcef027f6
|
@ -740,7 +740,7 @@ static void hpt3xx_quirkproc(ide_drive_t *drive)
|
|||
|
||||
while (*list)
|
||||
if (strstr(m, *list++)) {
|
||||
drive->quirk_list = 1;
|
||||
drive->quirk_list = 2;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче