aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Garzik <jgarzik@pobox.com>2005-11-11 08:08:03 -0500
committerJeff Garzik <jgarzik@pobox.com>2005-11-11 08:08:03 -0500
commit29179539dac74bf46b519b889602f23841be12e8 (patch)
tree11a62334396ac1d5c8e4edac9cdb89498c99b681
parentMerge branch 'master' (diff)
downloadlinux-dev-29179539dac74bf46b519b889602f23841be12e8.tar.xz
linux-dev-29179539dac74bf46b519b889602f23841be12e8.zip
[libata sata_mv] add Adaptec 1420SA PCI ID
Contributed by Jeroen <dekien@pandora.be>
-rw-r--r--drivers/scsi/sata_mv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/scsi/sata_mv.c b/drivers/scsi/sata_mv.c
index 6cff8ee01edc..257c128f4aaa 100644
--- a/drivers/scsi/sata_mv.c
+++ b/drivers/scsi/sata_mv.c
@@ -359,6 +359,8 @@ static const struct pci_device_id mv_pci_tbl[] = {
{PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6041), 0, 0, chip_604x},
{PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6080), 0, 0, chip_608x},
{PCI_DEVICE(PCI_VENDOR_ID_MARVELL, 0x6081), 0, 0, chip_608x},
+
+ {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x0241), 0, 0, chip_604x},
{} /* terminate list */
};