瀏覽代碼

Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip

* 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip:
  x86: add io delay quirk for Presario F700
Linus Torvalds 17 年之前
父節點
當前提交
1c402c8cd1
共有 1 個文件被更改,包括 8 次插入0 次删除
  1. 8 0
      arch/x86/kernel/io_delay.c

+ 8 - 0
arch/x86/kernel/io_delay.c

@@ -92,6 +92,14 @@ static struct dmi_system_id __initdata io_delay_0xed_port_dmi_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "30BF")
 			DMI_MATCH(DMI_BOARD_NAME, "30BF")
 		}
 		}
 	},
 	},
+	{
+		.callback	= dmi_io_delay_0xed_port,
+		.ident		= "Presario F700",
+		.matches	= {
+			DMI_MATCH(DMI_BOARD_VENDOR, "Quanta"),
+			DMI_MATCH(DMI_BOARD_NAME, "30D3")
+		}
+	},
 	{ }
 	{ }
 };
 };