From: Mark Lord <liml@rtr.ca>
To: Petr Jelen <petr.jelen@gmail.com>, Jeff Garzik <jgarzik@pobox.com>
Cc: mlord@pobox.com, linux-ide@vger.kernel.org, Tejun Heo <htejun@gmail.com>
Subject: Re: Highpoint RocketRaid 1720 support in sata_mv
Date: Sun, 29 Jun 2008 04:45:06 -0400 [thread overview]
Message-ID: <48674B92.3030801@rtr.ca> (raw)
In-Reply-To: <ae2e8fb00806281400l54d9378ey22b7a952a6315088@mail.gmail.com>
>Petr Jelen wrote:
> I have a simple patch for sata_mv.c, which adds support for Highpoint
> RocketRaid 1720 adapter (2 SATA2 ports on PCI bus).
> The adapter has Marvel 88SX6042-BCZ1 on board.
>
> The patch is against 2.6.25.9 and I have tested it. I could normally
> work with my disks (in JBOD mode).
..
Looks simple enough.
Signed-off-by: Mark Lord <mlord@pobox.com>
---
Jeff, can you push this one-liner (or equivalent) out for 2.6.26?
I don't have a dev tree with me on the road here,
so the line offsets probably differ.
diff -urN linux-2.6.25.9/drivers/ata/sata_mv.c
linux-2.6.25.9-new/drivers/ata/sata_mv.c
--- linux-2.6.25.9/drivers/ata/sata_mv.c 2008-06-24
23:09:06.000000000 +0200
+++ linux-2.6.25.9-new/drivers/ata/sata_mv.c 2008-06-28
22:36:22.000000000 +0200
@@ -695,7 +695,8 @@
{ PCI_VDEVICE(MARVELL, 0x5041), chip_504x },
{ PCI_VDEVICE(MARVELL, 0x5080), chip_5080 },
{ PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
- /* RocketRAID 1740/174x have different identifiers */
+ /* RocketRAID 1720/174x have different identifiers */
+ { PCI_VDEVICE(TTI, 0x1720), chip_6042 },
{ PCI_VDEVICE(TTI, 0x1740), chip_508x },
{ PCI_VDEVICE(TTI, 0x1742), chip_508x },
Best Regards,
Petr Jelen
--
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
next prev parent reply other threads:[~2008-06-29 8:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-06-28 21:00 Highpoint RocketRaid 1720 support in sata_mv Petr Jelen
2008-06-29 8:45 ` Mark Lord [this message]
2008-09-03 19:39 ` Petr Jelen
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=48674B92.3030801@rtr.ca \
--to=liml@rtr.ca \
--cc=htejun@gmail.com \
--cc=jgarzik@pobox.com \
--cc=linux-ide@vger.kernel.org \
--cc=mlord@pobox.com \
--cc=petr.jelen@gmail.com \
/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).