]> Pileus Git - ~andy/linux/commitdiff
[SCSI] mvsas: add support for 9480 device id
authorXiangliang Yu <yuxiangl@marvell.com>
Thu, 29 Sep 2011 07:33:24 +0000 (00:33 -0700)
committerJames Bottomley <JBottomley@Parallels.com>
Sun, 2 Oct 2011 18:09:55 +0000 (13:09 -0500)
Add support for Marvell 88SE9480 SAS/SATA HBA

Signed-off-by: Xiangliang Yu <yuxiangl@marvell.com>
Signed-off-by: James Bottomley <JBottomley@Parallels.com>
drivers/scsi/mvsas/mv_init.c

index 052861bdacfcbb5fca155faf279c13cdd9052209..621b5e07275871808482316c7c3c0949ff7a30b7 100644 (file)
@@ -705,6 +705,15 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = {
        { PCI_VDEVICE(TTI, 0x2740), chip_9480 },
        { PCI_VDEVICE(TTI, 0x2744), chip_9480 },
        { PCI_VDEVICE(TTI, 0x2760), chip_9480 },
+       {
+               .vendor         = 0x1b4b,
+               .device         = 0x9480,
+               .subvendor      = PCI_ANY_ID,
+               .subdevice      = 0x9480,
+               .class          = 0,
+               .class_mask     = 0,
+               .driver_data    = chip_9480,
+       },
        {
                .vendor         = 0x1b4b,
                .device         = 0x9445,