diff options
author | Morrison, Tom <tmorrison@empirix.com> | 2007-03-06 05:38:10 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-04-28 14:15:56 -0400 |
commit | 6a3d586d8e8a50e4cfd7f8c36d82a53c5614e05b (patch) | |
tree | 645c214a6d481588b501bc69062ae6a2ed56643d /drivers/ata/sata_mv.c | |
parent | b2248dac07cf057e4af3ec970e7d36a09f44fac8 (diff) |
Support for Marvell 7042 Chip
Added Support for Marvell 7042 Chip - 7042 has same capabilities & behavior
as 6042.
Signed-off-by: Thomas A. Morrison <tmorrison@empirix.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/ata/sata_mv.c')
-rw-r--r-- | drivers/ata/sata_mv.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/ata/sata_mv.c b/drivers/ata/sata_mv.c index 7b73c73b3f34..2580beb70539 100644 --- a/drivers/ata/sata_mv.c +++ b/drivers/ata/sata_mv.c | |||
@@ -548,6 +548,9 @@ static const struct pci_device_id mv_pci_tbl[] = { | |||
548 | 548 | ||
549 | { PCI_VDEVICE(TTI, 0x2310), chip_7042 }, | 549 | { PCI_VDEVICE(TTI, 0x2310), chip_7042 }, |
550 | 550 | ||
551 | /* add Marvell 7042 support */ | ||
552 | { PCI_VDEVICE(MARVELL, 0x7042), chip_7042 }, | ||
553 | |||
551 | { } /* terminate list */ | 554 | { } /* terminate list */ |
552 | }; | 555 | }; |
553 | 556 | ||