From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mark Lord Subject: Re: [PATCH] sata_mv: Fix chip type for Hightpoint RocketRaid 1740 Date: Tue, 27 Jan 2009 16:25:57 -0500 Message-ID: <497F7BE5.8080405@rtr.ca> References: <20070709143841.133abb71@the-village.bc.nu> <4696965E.70403@garzik.org> <497F795D.8090600@rtr.ca> <497F7AC8.7070700@rtr.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from rtr.ca ([76.10.145.34]:58587 "EHLO mail.rtr.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754818AbZA0VZ7 (ORCPT ); Tue, 27 Jan 2009 16:25:59 -0500 In-Reply-To: <497F7AC8.7070700@rtr.ca> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Jeff Garzik Cc: Alan Cox , linux-ide@vger.kernel.org, stable@kernel.org Mark Lord wrote: > Fix chip type for the Highpoint RocketRAID 1740 4-port PCI(-X) card. > It really has a Marvell 6042 on it, rather than a (8-port) 5081 chip. > Confirmed by multiple (two) users. > > Signed-off-by: Mark Lord > --- > > 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:05:15.000000000 -0500 > @@ -663,7 +663,7 @@ > { 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, 0x1740), chip_6042 }, > { PCI_VDEVICE(TTI, 0x1742), chip_508x }, > > { PCI_VDEVICE(MARVELL, 0x6040), chip_604x }, .. Here's some definitive supporting documentation: http://www.highpoint-tech.com/image/products/SATAII/RR1740_card_big.jpg Cheers