[SCSI] mvsas: Add support for HighPoint RR27xx series HBA
authorHighPoint Linux Team <linux@highpoint-tech.com>
Wed, 23 Feb 2011 08:28:44 +0000 (16:28 +0800)
committerJames Bottomley <James.Bottomley@suse.de>
Wed, 23 Mar 2011 16:35:59 +0000 (11:35 -0500)
This patch is to add support for HighPoint RR27xx SAS/SATA HBA which
is based on Marvell 88SE9480 chipset.

Signed-off-by: HighPoint Linux Team <linux@highpoint-tech.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/mvsas/mv_init.c

index 19ad34f..938d045 100644 (file)
@@ -663,6 +663,13 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = {
        { 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 },
+       { PCI_VDEVICE(TTI, 0x2710), chip_9480 },
+       { PCI_VDEVICE(TTI, 0x2720), chip_9480 },
+       { PCI_VDEVICE(TTI, 0x2721), chip_9480 },
+       { PCI_VDEVICE(TTI, 0x2722), chip_9480 },
+       { PCI_VDEVICE(TTI, 0x2740), chip_9480 },
+       { PCI_VDEVICE(TTI, 0x2744), chip_9480 },
+       { PCI_VDEVICE(TTI, 0x2760), chip_9480 },
 
        { }     /* terminate list */
 };