projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f85272a
)
[libata sata_mv] add Adaptec 1420SA PCI ID
author
Jeff Garzik
<jgarzik@pobox.com>
Fri, 11 Nov 2005 13:08:03 +0000
(08:08 -0500)
committer
Jeff Garzik
<jgarzik@pobox.com>
Fri, 11 Nov 2005 13:08:03 +0000
(08:08 -0500)
Contributed by Jeroen <dekien@pandora.be>
drivers/scsi/sata_mv.c
patch
|
blob
|
history
diff --git
a/drivers/scsi/sata_mv.c
b/drivers/scsi/sata_mv.c
index
6cff8ee
..
257c128
100644
(file)
--- 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 */
};