summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/io_delay.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-03-21 10:06:32 +0100
committerIngo Molnar <mingo@elte.hu>2008-03-26 22:23:40 +0100
commit3c274c2909e17aa0afeded4cd4520b7357357ca0 (patch)
treeab49ef2e061d1ba6effcef862cc17e459d4a8a15 /arch/x86/kernel/io_delay.c
parent1d3381ebf42de1b6f8c118732893cb5bdc37edcd (diff)
x86: add dmi quirk for io_delay
reported by mereandor@gmail.com, in: http://bugzilla.kernel.org/show_bug.cgi?id=6307 Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/io_delay.c')
-rw-r--r--arch/x86/kernel/io_delay.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/x86/kernel/io_delay.c b/arch/x86/kernel/io_delay.c
index c706a3061553..5921e5f0a640 100644
--- a/arch/x86/kernel/io_delay.c
+++ b/arch/x86/kernel/io_delay.c
@@ -78,6 +78,14 @@ static struct dmi_system_id __initdata io_delay_0xed_port_dmi_table[] = {
},
{
.callback = dmi_io_delay_0xed_port,
+ .ident = "HP Pavilion dv6000",
+ .matches = {
+ DMI_MATCH(DMI_BOARD_VENDOR, "Quanta"),
+ DMI_MATCH(DMI_BOARD_NAME, "30B8")
+ }
+ },
+ {
+ .callback = dmi_io_delay_0xed_port,
.ident = "HP Pavilion tx1000",
.matches = {
DMI_MATCH(DMI_BOARD_VENDOR, "Quanta"),