projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
729c845
)
[SCSI] mvsas: add support for Adaptec ASC-1045/1405 SAS/SATA HBA
author
Srinivas
<satyasrinivasp@hcl.in>
Tue, 24 Nov 2009 14:37:39 +0000
(20:07 +0530)
committer
James Bottomley
<James.Bottomley@suse.de>
Thu, 10 Dec 2009 14:54:12 +0000
(08:54 -0600)
This is support for Adaptec ASC-1045/1405 SAS/SATA HBA on mvsas, which
is based on Marvell 88SE6440 chipset.
Signed-off-by: Srinivas <satyasrinivasp@hcl.in>
Cc: Andy Yan <ayan@marvell.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/mvsas/mv_init.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/scsi/mvsas/mv_init.c
b/drivers/scsi/mvsas/mv_init.c
index c790d45876c47591d04f8906b79aaa134cbccb2d..cae6b2cf492fb099cd2b7b6a2257dd8a768c2105 100644
(file)
--- a/
drivers/scsi/mvsas/mv_init.c
+++ b/
drivers/scsi/mvsas/mv_init.c
@@
-657,6
+657,7
@@
static struct pci_device_id __devinitdata mvs_pci_table[] = {
{ PCI_VDEVICE(MARVELL, 0x9180), chip_9180 },
{ PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1300), chip_1300 },
{ PCI_VDEVICE(ARECA, PCI_DEVICE_ID_ARECA_1320), chip_1320 },
+ { PCI_VDEVICE(ADAPTEC2, 0x0450), chip_6440 },
{ } /* terminate list */
};