Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74738
b: refs/heads/master
c: d1aa690
h: refs/heads/master
v: v3
  • Loading branch information
Peter Schwenke authored and Jeff Garzik committed Dec 7, 2007
1 parent fd48c4c commit d74fab8
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 994056d7aa884c742f58e2f2c17305bb01bf14e7
refs/heads/master: d1aa690a7d1afa673c3383bfcd6e96ddb350939a
7 changes: 7 additions & 0 deletions trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -973,6 +973,13 @@ static int piix_broken_suspend(void)
DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M3"),
},
},
{
.ident = "TECRA M4",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "TOSHIBA"),
DMI_MATCH(DMI_PRODUCT_NAME, "Tecra M4"),
},
},
{
.ident = "TECRA M5",
.matches = {
Expand Down

0 comments on commit d74fab8

Please sign in to comment.