Re: [PATCH 2.6.12.3] drivers/pci: recognize more ICH7 PCI/SATA chips

From: Gaston, Jason D
Date: Wed Aug 03 2005 - 14:16:41 EST


This is not right. 0x27b8 is the ICH7 LPC controller DID, not a SATA
Controller DID. The ICH7 IDE mode SATA controller DID's are 0x27c0 and
0x27c4 and they are already in the quirks.c file.

Jason Gaston


>Message: 124
>Date: Tue, 2 Aug 2005 14:34:41 -0400
>From: Nash <nash@xxxxxxxxxx>
>Subject: Re: [PATCH 2.6.12.3] drivers/pci: recognize more ICH7
> PCI/SATA chips
>To: linux-kernel@xxxxxxxxxxxxxxx
>Message-ID: <20050802183441.GD25843@xxxxxxxxxxxxxxxx>
>Content-Type: text/plain; charset=us-ascii
>
>
>On Tue, Aug 02, 2005 at 02:28:42PM -0400, Nash wrote:
>>
>> Updated pci/quirks.c to recognize additional ICH7 PCI/SATA controller
>> chips such as those integrated on the ASUS P5WD2 Premium motherboard.
>>
>> Signed-off-by: Nash E Foster <nash@xxxxxxxxxx>
>
>Blergh, this is the correct ratch. How embarrassing.
>
>Index: linux-2.6.12.3/drivers/pci/quirks.c
>===================================================================
>--- linux-2.6.12.3/drivers/pci/quirks.c 2005-07-15 17:18:57.000000000
>-0400
>+++ linux/drivers/pci/quirks.c 2005-07-26 22:32:09.000000000 -0400
>@@ -1199,6 +1199,7 @@
> case 0x2680: /* ESB2 */
> ich = 6;
> break;
>+ case 0x27b8:
> case 0x27c0:
> case 0x27c4:
> ich = 7;

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/