[PATCH 8/8] mvsas: check subsystem id

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



add support for mv6480 chip which subsystem id is 6480 in spite of device id is 6440.


Signed-off-by: Ke Wei <kewei@xxxxxxxxxxx>
---
drivers/scsi/mvsas.c |    9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/drivers/scsi/mvsas.c b/drivers/scsi/mvsas.c
index b5de3d0..e55b903 100644
--- a/drivers/scsi/mvsas.c
+++ b/drivers/scsi/mvsas.c
@@ -3163,6 +3163,15 @@ static struct sas_domain_function_template mvs_transport_ops = {
static struct pci_device_id __devinitdata mvs_pci_table[] = {
    { PCI_VDEVICE(MARVELL, 0x6320), chip_6320 },
    { PCI_VDEVICE(MARVELL, 0x6340), chip_6440 },
+    {
+        .vendor     = PCI_VENDOR_ID_MARVELL,
+        .device     = 0x6440,
+        .subvendor    = PCI_ANY_ID,
+        .subdevice    = 0x6480,
+        .class        = 0,
+        .class_mask    = 0,
+        .driver_data    = chip_6480,
+    },
    { PCI_VDEVICE(MARVELL, 0x6440), chip_6440 },
    { PCI_VDEVICE(MARVELL, 0x6480), chip_6480 },

--
1.5.4


--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [SCSI Target Devel]     [Linux SCSI Target Infrastructure]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Linux IIO]     [Samba]     [Device Mapper]
  Powered by Linux