* [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
* Re: [RFC/PATCH] add PCI id for HighPoint RocketRAID 2720 to mvsas
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
0 siblings, 1 reply; 4+ messages in thread
From: Benjamin LaHaise @ 2010-10-29 2:24 UTC (permalink / raw)
To: linux-scsi
Hello all,
On Wed, Oct 20, 2010 at 06:31:10PM -0400, Benjamin LaHaise wrote:
> 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?
No luck with this. Under testing it eventually starts reporting bad
sectors on writes. Does anyone have any pointers for docs on the mvsas
chips that I could use for debugging this? For that matter, am I using
the right description for the 88SE9485?
-ben
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC/PATCH] add PCI id for HighPoint RocketRAID 2720 to mvsas
2010-10-29 2:24 ` Benjamin LaHaise
@ 2010-10-29 5:23 ` Ron Pitts
2010-10-29 5:37 ` Benjamin LaHaise
0 siblings, 1 reply; 4+ messages in thread
From: Ron Pitts @ 2010-10-29 5:23 UTC (permalink / raw)
To: Benjamin LaHaise; +Cc: linux-scsi
Highpoint arent very good at the moment with linux support which is a
disappointment...good luck.
On Fri, Oct 29, 2010 at 1:24 PM, Benjamin LaHaise <bcrl@kvack.org> wrote:
> Hello all,
>
> On Wed, Oct 20, 2010 at 06:31:10PM -0400, Benjamin LaHaise wrote:
>> 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?
>
> No luck with this. Under testing it eventually starts reporting bad
> sectors on writes. Does anyone have any pointers for docs on the mvsas
> chips that I could use for debugging this? For that matter, am I using
> the right description for the 88SE9485?
>
> -ben
> --
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC/PATCH] add PCI id for HighPoint RocketRAID 2720 to mvsas
2010-10-29 5:23 ` Ron Pitts
@ 2010-10-29 5:37 ` Benjamin LaHaise
0 siblings, 0 replies; 4+ messages in thread
From: Benjamin LaHaise @ 2010-10-29 5:37 UTC (permalink / raw)
To: Ron Pitts; +Cc: linux-scsi
On Fri, Oct 29, 2010 at 04:23:46PM +1100, Ron Pitts wrote:
> Highpoint arent very good at the moment with linux support which is a
> disappointment...good luck.
Such is life, but a motivated developer can help fix that. I now have a
few of these cards and would like to make the effort to improve their
support. Surely someone has contacts at Marvell that could be helpful in
getting documentation on the variables the card manufacturers can tweak.
-ben
^ permalink raw reply [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).