[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 052861b..621b5e0 100644 (file)
@@ -707,6 +707,15 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = {
        { 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,
                .subvendor      = PCI_ANY_ID,
                .subdevice      = 0x9480,