diff options
Diffstat (limited to 'drivers/scsi/sata_vsc.c')
-rw-r--r-- | drivers/scsi/sata_vsc.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/drivers/scsi/sata_vsc.c b/drivers/scsi/sata_vsc.c index d92e3dd3704..6d0c4f18e65 100644 --- a/drivers/scsi/sata_vsc.c +++ b/drivers/scsi/sata_vsc.c | |||
@@ -444,13 +444,14 @@ err_out: | |||
444 | 444 | ||
445 | 445 | ||
446 | /* | 446 | /* |
447 | * 0x1725/0x7174 is the Vitesse VSC-7174 | 447 | * Intel 31244 is supposed to be identical. |
448 | * 0x8086/0x3200 is the Intel 31244, which is supposed to be identical | 448 | * Compatibility is untested as of yet. |
449 | * compatibility is untested as of yet | ||
450 | */ | 449 | */ |
451 | static const struct pci_device_id vsc_sata_pci_tbl[] = { | 450 | static const struct pci_device_id vsc_sata_pci_tbl[] = { |
452 | { 0x1725, 0x7174, PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, | 451 | { PCI_VENDOR_ID_VITESSE, PCI_DEVICE_ID_VITESSE_VSC7174, |
453 | { 0x8086, 0x3200, PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, | 452 | PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, |
453 | { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_GD31244, | ||
454 | PCI_ANY_ID, PCI_ANY_ID, 0x10600, 0xFFFFFF, 0 }, | ||
454 | { } | 455 | { } |
455 | }; | 456 | }; |
456 | 457 | ||