diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-07-29 04:10:14 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-07-29 04:10:14 -0400 |
commit | 95916edd02e3a7752315422f386c55723d4a3637 (patch) | |
tree | 60a30047ded7ba486e47cf401edd68a6a7bc2453 /drivers/scsi | |
parent | 3c5100c1c40cc5e27b4da4a736994c76d93392a0 (diff) |
[libata] ahci: add SiS PCI IDs
Signed-off-by: David Wang <touch@sis.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/scsi')
-rw-r--r-- | drivers/scsi/ahci.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/scsi/ahci.c b/drivers/scsi/ahci.c index 909a4dc79d08..35058f9296d8 100644 --- a/drivers/scsi/ahci.c +++ b/drivers/scsi/ahci.c | |||
@@ -362,6 +362,14 @@ static const struct pci_device_id ahci_pci_tbl[] = { | |||
362 | { PCI_VENDOR_ID_NVIDIA, 0x044f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | 362 | { PCI_VENDOR_ID_NVIDIA, 0x044f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, |
363 | board_ahci }, /* MCP65 */ | 363 | board_ahci }, /* MCP65 */ |
364 | 364 | ||
365 | /* SiS */ | ||
366 | { PCI_VENDOR_ID_SI, 0x1184, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | ||
367 | board_ahci }, /* SiS 966 */ | ||
368 | { PCI_VENDOR_ID_SI, 0x1185, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | ||
369 | board_ahci }, /* SiS 966 */ | ||
370 | { PCI_VENDOR_ID_SI, 0x0186, PCI_ANY_ID, PCI_ANY_ID, 0, 0, | ||
371 | board_ahci }, /* SiS 968 */ | ||
372 | |||
365 | { } /* terminate list */ | 373 | { } /* terminate list */ |
366 | }; | 374 | }; |
367 | 375 | ||