From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeff Garzik Subject: Re: [PATCH] sata_mv: Test patch for Hightpoint RocketRaid 1740/1742 Date: Wed, 01 Aug 2007 09:49:19 -0400 Message-ID: <46B08F5F.9040500@garzik.org> References: <20070709143841.133abb71@the-village.bc.nu> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from srv5.dvmed.net ([207.36.208.214]:46392 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762935AbXHANtV (ORCPT ); Wed, 1 Aug 2007 09:49:21 -0400 In-Reply-To: <20070709143841.133abb71@the-village.bc.nu> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Alan Cox Cc: linux-ide@vger.kernel.org, akpm@osdl.org Alan Cox wrote: > Underneath all the HPT packaging, PCI identifiers, binary driver modules > and stuff you find that ... > > Signed-off-by: Alan Cox > > --- drivers/ata/sata_mv.c~ 2007-07-09 13:19:57.003052904 +0100 > +++ drivers/ata/sata_mv.c 2007-07-09 13:19:57.004052752 +0100 > @@ -573,6 +573,9 @@ > { PCI_VDEVICE(MARVELL, 0x5041), chip_504x }, > { PCI_VDEVICE(MARVELL, 0x5080), chip_5080 }, > { PCI_VDEVICE(MARVELL, 0x5081), chip_508x }, > + /* RocketRAID 1740/174x have different identifiers */ > + { PCI_VDEVICE(TTI, 0x1740), chip_508x }, > + { PCI_VDEVICE(TTI, 0x1742), chip_508x }, Is this still a test patch, or can it go upstream? Jeff