Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133588
b: refs/heads/master
c: d2f9c06
h: refs/heads/master
v: v3
  • Loading branch information
Maciej Rutecki authored and Jeff Garzik committed Mar 25, 2009
1 parent bfae404 commit 4179f57
Show file tree
Hide file tree
Showing 2 changed files with 10 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: 70f8b79cf3a2eb892a01271fdfbb1903c0c982a8
refs/heads/master: d2f9c0614e664708978c53eca4a5963e92830e88
9 changes: 9 additions & 0 deletions trunk/drivers/ata/ahci.c
Original file line number Diff line number Diff line change
Expand Up @@ -2565,6 +2565,15 @@ static bool ahci_broken_system_poweroff(struct pci_dev *pdev)
/* PCI slot number of the controller */
.driver_data = (void *)0x1FUL,
},
{
.ident = "HP Compaq 6720s",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq 6720s"),
},
/* PCI slot number of the controller */
.driver_data = (void *)0x1FUL,
},

{ } /* terminate list */
};
Expand Down

0 comments on commit 4179f57

Please sign in to comment.