projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
914ed35
)
[libata] ahci: Match PCI class code for AHCI
author
Jeff Garzik
<jeff@garzik.org>
Wed, 1 Nov 2006 10:10:42 +0000
(
05:10
-0500)
committer
Jeff Garzik
<jeff@garzik.org>
Sat, 2 Dec 2006 03:41:31 +0000
(22:41 -0500)
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/ahci.c
patch
|
blob
|
history
diff --git
a/drivers/ata/ahci.c
b/drivers/ata/ahci.c
index 8a1f4f059a43c9e18aef27df6c0c75c811eaf79c..bc6599e4f4747a1deeb0515366126cd92870a6bc 100644
(file)
--- a/
drivers/ata/ahci.c
+++ b/
drivers/ata/ahci.c
@@
-403,6
+403,10
@@
static const struct pci_device_id ahci_pci_tbl[] = {
{ PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */
{ PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */
+ /* Generic, PCI class code for AHCI */
+ { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID,
+ 0x010601, 0xffffff, board_ahci },
+
{ } /* terminate list */
};