diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-11-01 05:10:42 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-01 22:41:31 -0500 |
commit | 415ae2b5c03b6ed1a041a473885e502d297e1d37 (patch) | |
tree | e387f720777cc691c9a67d619e44a2f8aa1a1991 /drivers/ata/ahci.c | |
parent | 914ed354b373680b648d913161cca6f742f32791 (diff) |
[libata] ahci: Match PCI class code for AHCI
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/ahci.c')
-rw-r--r-- | drivers/ata/ahci.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/ata/ahci.c b/drivers/ata/ahci.c index 8a1f4f059a43..bc6599e4f474 100644 --- a/drivers/ata/ahci.c +++ b/drivers/ata/ahci.c | |||
@@ -403,6 +403,10 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
403 | { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */ | 403 | { PCI_VDEVICE(SI, 0x1185), board_ahci }, /* SiS 966 */ |
404 | { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */ | 404 | { PCI_VDEVICE(SI, 0x0186), board_ahci }, /* SiS 968 */ |
405 | 405 | ||
406 | /* Generic, PCI class code for AHCI */ | ||
407 | { PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, PCI_ANY_ID, | ||
408 | 0x010601, 0xffffff, board_ahci }, | ||
409 | |||
406 | { } /* terminate list */ | 410 | { } /* terminate list */ |
407 | }; | 411 | }; |
408 | 412 | ||