linux-ide.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Mark Lord <liml@rtr.ca>
To: Jeff Garzik <jeff@garzik.org>
Cc: Alan Cox <alan@lxorguk.ukuu.org.uk>,
	linux-ide@vger.kernel.org, stable@kernel.org
Subject: [PATCH] sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742
Date: Tue, 27 Jan 2009 16:33:13 -0500	[thread overview]
Message-ID: <497F7D99.4060108@rtr.ca> (raw)
In-Reply-To: <497F7AC8.7070700@rtr.ca>

Fix chip type for the Highpoint RocketRAID 1740 and 1742 PCI cards.
These really do have Marvell 6042 chips on them, rather than the 5081 chip.

Confirmed by multiple (two) users (for the 1740), and by examining
the product photographs from Highpoint's web site.

Signed-off-by: Mark Lord <mlord@pobox.com>
---
This replaces the earlier 1740-only version of the patch.
This patch is a candidate for linux-stable as well.

--- old/drivers/ata/sata_mv.c	2009-01-27 16:03:08.000000000 -0500
+++ linux/drivers/ata/sata_mv.c	2009-01-27 16:28:15.000000000 -0500
@@ -663,8 +663,8 @@
 	{ PCI_VDEVICE(MARVELL, 0x5081), chip_508x },
 	/* RocketRAID 1720/174x have different identifiers */
 	{ PCI_VDEVICE(TTI, 0x1720), chip_6042 },
-	{ PCI_VDEVICE(TTI, 0x1740), chip_508x },
-	{ PCI_VDEVICE(TTI, 0x1742), chip_508x },
+	{ PCI_VDEVICE(TTI, 0x1740), chip_6042 },
+	{ PCI_VDEVICE(TTI, 0x1742), chip_6042 },
 
 	{ PCI_VDEVICE(MARVELL, 0x6040), chip_604x },
 	{ PCI_VDEVICE(MARVELL, 0x6041), chip_604x },

  parent reply	other threads:[~2009-01-27 21:33 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-07-09 13:38 [PATCH] sata_mv: Test patch for Hightpoint RocketRaid 1740/1742 Alan Cox
2007-07-12 21:00 ` Jeff Garzik
2007-07-13 14:07   ` Alan Cox
2009-01-27 21:15   ` Mark Lord
2009-01-27 21:21     ` [PATCH] sata_mv: Fix chip type for Hightpoint RocketRaid 1740 Mark Lord
2009-01-27 21:25       ` Mark Lord
2009-01-27 21:33       ` Mark Lord [this message]
2009-02-03  3:42         ` [PATCH] sata_mv: Fix chip type for Hightpoint RocketRaid 1740/1742 Jeff Garzik
2007-08-01 13:49 ` [PATCH] sata_mv: Test patch " Jeff Garzik
2007-08-01 15:46   ` Alan Cox
2007-09-01 13:38     ` Krzysztof Oledzki
2007-09-01 13:50       ` Jeff Garzik
2007-09-01 14:49       ` Alan Cox

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=497F7D99.4060108@rtr.ca \
    --to=liml@rtr.ca \
    --cc=alan@lxorguk.ukuu.org.uk \
    --cc=jeff@garzik.org \
    --cc=linux-ide@vger.kernel.org \
    --cc=stable@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).