[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201102231628.44678.linux@highpoint-tech.com>
Date: Wed, 23 Feb 2011 16:28:44 +0800
From: HighPoint Linux Team <linux@...hpoint-tech.com>
To: "Andrew Morton" <akpm@...ux-foundation.org>
Cc: James.Bottomley@...senPartnership.com, linux-scsi@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH][SCSI] mvsas: Add support for HighPoint RR27xx series HBA
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@...hpoint-tech.com>
drivers/scsi/mvsas/mv_init.c | 7 +++++++
1 file changed, 7 insertions(+)
diff -urN linux-2.6.37.orig/drivers/scsi/mvsas/mv_init.c linux-2.6.37/drivers/scsi/mvsas/mv_init.c
--- linux-2.6.37.orig/drivers/scsi/mvsas/mv_init.c 2011-02-11 08:10:46.000000000 -0500
+++ linux-2.6.37/drivers/scsi/mvsas/mv_init.c 2011-02-11 10:47:01.000000000 -0500
@@ -663,6 +663,13 @@
{ 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 */
};
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists