Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 145502
b: refs/heads/master
c: 65e3164
h: refs/heads/master
v: v3
  • Loading branch information
Ville Syrjala authored and Jeff Garzik committed Jun 5, 2009
1 parent c4d2b47 commit f761e03
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: 9b10ae86d1616f46dabb67c663fe6a9c3a502663
refs/heads/master: 65e31643115349fd7a81acbe75ec4a54d5df8aad
9 changes: 9 additions & 0 deletions trunk/drivers/ata/ata_piix.c
Original file line number Diff line number Diff line change
Expand Up @@ -1455,6 +1455,15 @@ static bool piix_broken_system_poweroff(struct pci_dev *pdev)
/* PCI slot number of the controller */
.driver_data = (void *)0x1FUL,
},
{
.ident = "HP Compaq nc6000",
.matches = {
DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nc6000"),
},
/* PCI slot number of the controller */
.driver_data = (void *)0x1FUL,
},

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

0 comments on commit f761e03

Please sign in to comment.