Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26735
b: refs/heads/master
c: 5491d0f
h: refs/heads/master
i:
  26733: a168ed2
  26731: 5090ed5
  26727: d860d47
  26719: e89d53b
v: v3
  • Loading branch information
Andi Kleen authored and Linus Torvalds committed May 16, 2006
1 parent ab4b843 commit 3a0cdc9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f0fdabf8bf187c9aafeb139a828c530ef45cf022
refs/heads/master: 5491d0f3e206beb95eeb506510d62a1dab462df1
8 changes: 8 additions & 0 deletions trunk/arch/i386/kernel/acpi/boot.c
Original file line number Diff line number Diff line change
Expand Up @@ -1066,6 +1066,14 @@ static struct dmi_system_id __initdata acpi_dmi_table[] = {
DMI_MATCH(DMI_PRODUCT_NAME, "TravelMate 360"),
},
},
{
.callback = disable_acpi_pci,
.ident = "HP xw9300",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP xw9300 Workstation"),
},
},
{}
};

Expand Down

0 comments on commit 3a0cdc9

Please sign in to comment.