diff options
author | Mark Lord <liml@rtr.ca> | 2008-09-04 18:21:07 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@redhat.com> | 2008-09-08 12:15:26 -0400 |
commit | 46c5784c8fa736c2bb42fe681189b86e99abdc2e (patch) | |
tree | 778de84a73f69c0a1fa01f8249ae8a09d894f3a5 /drivers/ata | |
parent | 5b66c829bf5c65663b2f68ee6b42f6e834cd39cd (diff) | |
download | linux-46c5784c8fa736c2bb42fe681189b86e99abdc2e.tar.gz linux-46c5784c8fa736c2bb42fe681189b86e99abdc2e.tar.bz2 linux-46c5784c8fa736c2bb42fe681189b86e99abdc2e.zip |
sata_mv: add RocketRaid 1720 PCI ID to driver
Signed-off-by: Petr Jelen <petr.jelen@gmail.com>
Signed-off-by: Mark Lord <mlord@pobox.com>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/sata_mv.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index 13c1d2af18ac..c815f8ecf6e6 100644 --- a/drivers/ata/sata_mv.c +++ b/drivers/ata/sata_mv.c @@ -667,7 +667,8 @@ static const struct pci_device_id mv_pci_tbl[] = { { PCI_VDEVICE(MARVELL, 0x5041), chip_504x }, { PCI_VDEVICE(MARVELL, 0x5080), chip_5080 }, { PCI_VDEVICE(MARVELL, 0x5081), chip_508x }, - /* RocketRAID 1740/174x have different identifiers */ + /* RocketRAID 1720/174x have different identifiers */ + { PCI_VDEVICE(TTI, 0x1720), chip_6042 }, { PCI_VDEVICE(TTI, 0x1740), chip_508x }, { PCI_VDEVICE(TTI, 0x1742), chip_508x }, |