linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Davíð Steinn Geirsson" <david@dsg.to>
To: Mark Lord <liml@rtr.ca>
Cc: linux-ide@vger.kernel.org
Subject: Re: HighPoint RocketRAID 2320
Date: Mon, 3 Aug 2009 23:35:19 +0000	[thread overview]
Message-ID: <20090803233519.GF13863@dsg.to> (raw)
In-Reply-To: <4A776A80.5090409@rtr.ca>

[-- Attachment #1: Type: text/plain, Size: 2950 bytes --]

Hi Mark, thanks for the reply.

On Mon, Aug 03, 2009 at 06:53:52PM -0400, Mark Lord wrote:
> Mark Lord wrote:
>> Mark Lord wrote:
>>> Davíð Steinn Geirsson wrote:
>>>> Hi all,
>>>>
>>>> I'm throwing this out here in the hopes that someone smarter than me has
>>>> a simple solution - never hurts to be optimistic. :)
>>>>
>>>> I have a HighPoint controller, RocketRAID 2320 (8-port PCIe SATA  
>>>> fakeraid). It is only supported by an ugly binary blob deceptively  
>>>> labeled as an "open source driver" from HighPoint (rr232x). Looking 
>>>> at the wrapper around the blob, it seems this driver claims only 
>>>> the 2320 and 2322 controllers:
>>>>
>>>> static const struct pci_device_id hpt_pci_tbl[] = {
>>>>         {PCI_DEVICE(0x1103, 0x2320), 0, 0, 0},
>>>>         {PCI_DEVICE(0x1103, 0x2322), 0, 0, 0},
>>>>         {}
>>>> };
>>>>
>>>> I've found that this controller contains a marvell 88SX6081 chip, which
>>>> should be supported by the sata_mv driver. That driver claims device IDs
>>>> 2300 and 2310:
>>>>         { PCI_VDEVICE(TTI, 0x2300), chip_7042 },
>>>>         { PCI_VDEVICE(TTI, 0x2310), chip_7042 },
>>>>
>>>> So, ever hopeful, I tried adding the 2320 into the table:
>>>>         { PCI_VDEVICE(TTI, 0x2320), chip_608x },
>>>>
>>>> When I do this, the kernel successfully probes the attached disks and
>>>> their capacity, but immediately errors out and starts resetting the
>>>> ports repeatedly.
>>> ..
>>>
>>> Send me a clear, in-focus detailed photograph of the board,
>>> showing the chip markings very clearly.
>> ..
>>
>> Never mind -- found one here:
>> http://www.taipeitradeshows.com.tw/downloads/2007051104030512475/RR2320.jpg
>>
>> The SATA chip is clearly a 88SX6091-8CZ, which is a PCIX 8-port controller.
>                             ^^^^^^^^
> That was supposed to say 88SX6081 there.  :)

Ah, I see. I hadn't checked the datasheet, but it is indeed.

>
>> Since it is sitting on a PCIe card, one must assume there's a PCIe-to-PCIX
>> bridge hidden under that huge heatsink.
>>
>> So if the card does not work in the chip_608x mode,
>> there's probably some funny business in that bridge chip.
>>
>> Maybe it works *only* in the proprietary RAID mode (?)

I found some better chip pics (minus heatsink) here:
http://www.pcdvd.com.tw/showthread.php?t=788031&page=3&pp=10

It shows that under the heatsink is an Intel QG41210 serial-to-parallel
PCI bridge. I found it's datasheet here:
http://www.intel.com/design/bridge/datashts/27887505.pdf

Hope this helps. :)

Is there any more debugging information I could send that could help
diagnose this?

>>
>> Cheers
>> -- 
>> To unsubscribe from this list: send the line "unsubscribe linux-ide" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at  http://vger.kernel.org/majordomo-info.html
>

Kind regards,
-- 
Davíð Steinn Geirsson
david@dsg.to

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 189 bytes --]

  reply	other threads:[~2009-08-03 23:35 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-03 20:18 HighPoint RocketRAID 2320 Davíð Steinn Geirsson
2009-08-03 20:31 ` Davíð Steinn Geirsson
2009-08-04 11:55   ` Tejun Heo
2009-08-04 17:48     ` Davíð Steinn Geirsson
2009-08-05  3:36       ` Mark Lord
2009-08-05  3:44         ` Mark Lord
2009-08-05  3:58           ` Tejun Heo
2009-08-05 21:01             ` Davíð Steinn Geirsson
2009-08-05 22:35               ` Mark Lord
2009-08-05 22:40               ` Mark Lord
2009-08-05 22:41                 ` Mark Lord
2009-08-03 22:29 ` Mark Lord
2009-08-03 22:51   ` Mark Lord
2009-08-03 22:53     ` Mark Lord
2009-08-03 23:35       ` Davíð Steinn Geirsson [this message]
2009-08-04  1:50         ` Mark Lord
2009-08-04 17:51           ` Davíð Steinn Geirsson
2009-08-03 23:20     ` Ben Dooks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090803233519.GF13863@dsg.to \
    --to=david@dsg.to \
    --cc=liml@rtr.ca \
    --cc=linux-ide@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).