From: Mark Lord <liml@rtr.ca>
To: eric@pozicom.net
Cc: linux-ide@vger.kernel.org
Subject: Re: multiple sata_mv boards with same DevID ?
Date: Mon, 28 Jul 2008 21:49:10 -0400 [thread overview]
Message-ID: <488E7716.90703@rtr.ca> (raw)
In-Reply-To: <20080728231012.BEBEE437FB@mail.pozicom.net>
eric wrote:
> To whom it may concern:
>
> We have the HighPoint 1740 SATAII RAID card. I had to modify the sata_mv.c
> (attached) to get it to work with my card. The interesting bits are as
> follows:
>
> /* RocketRAID 1740/174x have different identifiers */
>
> /* { PCI_VDEVICE(TTI, 0x1740), chip_508x }, */
>
> /* Pozicom: GenII 1740 cards use 88sx6042 chip */
>
> { PCI_VDEVICE(TTI, 0x1740), chip_6042 },
>
> { PCI_VDEVICE(TTI, 0x1742), chip_508x },
>
>
> It appears the same card has different chip set depending upon when you
> purchased your card. Looking through the code, the GenI vs. GenII vs.
> GenIIe is done after the call to mv_pci_init_one thus passing a table of
> values that are incorrect. It would appear to make sense to solve this by
> creating two or more tables and make mv_pci_tbl a pci_device_id global * and
> reference it accordingly after the Rev. level was determined.
..
Hi,
We (I) really need to see the output of "lspci -xxx" from that system.
Thanks.
next prev parent reply other threads:[~2008-07-29 1:49 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-07-28 22:23 (unknown), eric
2008-07-29 1:49 ` Mark Lord [this message]
2008-07-29 1:56 ` multiple sata_mv boards with same DevID ? eric
2008-07-31 15:12 ` Mark Lord
2008-07-31 20:47 ` eric
2009-01-27 16:54 ` Mark Lord
2009-01-27 19:48 ` Eric Mayo
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=488E7716.90703@rtr.ca \
--to=liml@rtr.ca \
--cc=eric@pozicom.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.