From: Karim 'Kasi Mir' Senoucci <ks@double-you.de>
To: Alan Cox <alan@lxorguk.ukuu.org.uk>
Cc: linux-ide@vger.kernel.org
Subject: Re: Should sata_mv work with Highpoint RocketRAID 2300?
Date: Tue, 14 Aug 2007 21:37:33 +0200 [thread overview]
Message-ID: <46C2047D.4040901@double-you.de> (raw)
In-Reply-To: <20070814184301.3201d162@the-village.bc.nu>
Alan Cox schrieb:
> On Tue, 14 Aug 2007 18:47:55 +0200
> "Karim 'Kasi Mir' Senoucci" <ks@double-you.de> wrote:
>
>
>> Hello all,
>> sorry if this it too dumb a question, but since I haven't gotten any
>> results with the sata_mv driver (kernel 2.6.22.2), I was wondering if
>> the Highpoint RocketRaid 2300 controller - which features a Marvell chip
>> - is even supposed to work with sata_mv.
>>
>
> It should but the vendor issued the chip with different PCI identifiers
> to a normal Marvell chip. Add it to the sata_mv driver and it should work.
>
>
I'm not entirely sure what to add there - I'm gathering you mean those
lines:
{ PCI_VDEVICE(MARVELL, 0x6040), chip_604x },
{ PCI_VDEVICE(MARVELL, 0x6041), chip_604x },
{ PCI_VDEVICE(MARVELL, 0x6042), chip_6042 },
{ PCI_VDEVICE(MARVELL, 0x6080), chip_608x },
{ PCI_VDEVICE(MARVELL, 0x6081), chip_608x },
and so on, and thus would add something like:
{ PCI_VDEVICE(MARVELL, 0x11ab), chip_614x },
(for the 88SE614x apparently used on the RocketRAID 2300) except that
there is no "chip_614x" in the module.
Should I write "chip_604x" instead or do I need to do something else
entirely.
Along the same lines, theres is an entry:
{ PCI_VDEVICE(TTI, 0x2310), chip_7042 },
in the sata_mv source. Should I add something like:
{ PCI_VDEVICE(TTI, 0x2300), chip_604x },
as well?
Last but not least: I'm assuming that this driver - when working
correctly - will let me access the RAID arrays I setup via BIOS or
Windows driver, but there will be no way to create or modify the arrays
from within linux itself, right?
Thank for any help, past, present or future. :-)
Greetings, Karim.
next prev parent reply other threads:[~2007-08-14 19:37 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-14 16:47 Should sata_mv work with Highpoint RocketRAID 2300? Karim 'Kasi Mir' Senoucci
2007-08-14 17:43 ` Alan Cox
2007-08-14 19:37 ` Karim 'Kasi Mir' Senoucci [this message]
2007-08-14 23:24 ` Alan Cox
2007-08-24 7:46 ` Karim 'Kasi Mir' Senoucci
2007-08-24 9:55 ` Jeff Garzik
2007-08-24 13:48 ` Alan Cox
2007-09-01 13:46 ` Krzysztof Oledzki
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=46C2047D.4040901@double-you.de \
--to=ks@double-you.de \
--cc=alan@lxorguk.ukuu.org.uk \
--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).