Add support for ASUS P9A-I SAS controller to 'mvsas' driver (Marvell
88SE9485 based)

Signed-off-by: Jan Sebosik <[email protected]>

---

--- drivers/scsi/mvsas/mv_init.c.orig   2015-02-20 23:16:33.071890099 +0100
+++ drivers/scsi/mvsas/mv_init.c        2015-02-20 23:18:18.298499615 +0100
@@ -728,6 +728,15 @@ static struct pci_device_id mvs_pci_tabl
                .class_mask     = 0,
                .driver_data    = chip_9485,
        },
+       {
+               .vendor         = PCI_VENDOR_ID_MARVELL_EXT, /* ASUS
P9A-I series on-board SAS controller */
+               .device         = 0x9485,
+               .subvendor      = PCI_VENDOR_ID_ASUSTEK,
+               .subdevice      = 0x8635,
+               .class          = 0,
+               .class_mask     = 0,
+               .driver_data    = chip_9485,
+       },
        { PCI_VDEVICE(OCZ, 0x1021), chip_9485}, /* OCZ RevoDrive3 */
        { PCI_VDEVICE(OCZ, 0x1022), chip_9485}, /* OCZ
RevoDrive3/zDriveR4 (exact model unknown) */
        { PCI_VDEVICE(OCZ, 0x1040), chip_9485}, /* OCZ
RevoDrive3/zDriveR4 (exact model unknown) */
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to