linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC/PATCH] add PCI id for HighPoint RocketRAID 2720 to mvsas
@ 2010-10-20 22:31 Benjamin LaHaise
  2010-10-29  2:24 ` Benjamin LaHaise
  0 siblings, 1 reply; 4+ messages in thread
From: Benjamin LaHaise @ 2010-10-20 22:31 UTC (permalink / raw)
  To: linux-scsi

Hi folks,

I recently built a system using the HighPoint 2720 SAS controller, which 
is based on the Marvell 88SE9485.  In my limited testing (read: it boots), 
the following patch is needed to get mvsas to recognize the board.  With 
this patch, the system boots without issue and SATA passthrough seems to 
work.  Note that I have not tested the board with any SAS drives, as I 
only have SATA drives at present.  Any thoughts/comments on if anything 
further is needed for this board?

Signed-off-by: Benjamin LaHaise <bcrl@kvack.org>
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c
index 19ad34f..4590faa 100644
--- a/drivers/scsi/mvsas/mv_init.c
+++ b/drivers/scsi/mvsas/mv_init.c
@@ -648,6 +648,15 @@ static struct pci_device_id __devinitdata mvs_pci_table[] = {
 	{ PCI_VDEVICE(MARVELL, 0x6320), chip_6320 },
 	{ PCI_VDEVICE(MARVELL, 0x6340), chip_6440 },
+	{	/* HighPoint RocketRAID 2720 */
+		.vendor 	= 0x1103,
+		.device 	= 0x2720,
+		.subvendor	= PCI_ANY_ID,
+		.subdevice	= 0x0000,
+		.class		= 0,
+		.class_mask	= 0,
+		.driver_data	= chip_1320,
+	},
 	{
 		.vendor 	= PCI_VENDOR_ID_MARVELL,
 		.device 	= 0x6440,
 		.subvendor	= PCI_ANY_ID,

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-10-29  5:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20 22:31 [RFC/PATCH] add PCI id for HighPoint RocketRAID 2720 to mvsas Benjamin LaHaise
2010-10-29  2:24 ` Benjamin LaHaise
2010-10-29  5:23   ` Ron Pitts
2010-10-29  5:37     ` Benjamin LaHaise

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).