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: NSergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
上级 d328e765
......@@ -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;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册