* [PATCH 2.6.12.3] drivers/pci: recognize more ICH7 PCI/SATA chips
@ 2005-08-02 18:28 Nash
2005-08-02 18:34 ` Nash
0 siblings, 1 reply; 3+ messages in thread
From: Nash @ 2005-08-02 18:28 UTC (permalink / raw)
To: linux-kernel
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@solace.net>
Index: linux-2.6.13-rc4-mm1/mm/mempolicy.c
===================================================================
--- linux/drivers/pci/quirks.c 2005-07-26 22:32:09.000000000 -0400
+++ linux-2.6.12.3/drivers/pci/quirks.c 2005-07-15 17:18:57.000000000
-0400
@@ -1199,7 +1199,6 @@
case 0x2680: /* ESB2 */
ich = 6;
break;
- case 0x27b8:
case 0x27c0:
case 0x27c4:
ich = 7;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.12.3] drivers/pci: recognize more ICH7 PCI/SATA chips
2005-08-02 18:28 [PATCH 2.6.12.3] drivers/pci: recognize more ICH7 PCI/SATA chips Nash
@ 2005-08-02 18:34 ` Nash
0 siblings, 0 replies; 3+ messages in thread
From: Nash @ 2005-08-02 18:34 UTC (permalink / raw)
To: linux-kernel
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@solace.net>
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;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 2.6.12.3] drivers/pci: recognize more ICH7 PCI/SATA chips
@ 2005-08-03 19:13 Gaston, Jason D
0 siblings, 0 replies; 3+ messages in thread
From: Gaston, Jason D @ 2005-08-03 19:13 UTC (permalink / raw)
To: nash; +Cc: linux-kernel
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@solace.net>
>Subject: Re: [PATCH 2.6.12.3] drivers/pci: recognize more ICH7
> PCI/SATA chips
>To: linux-kernel@vger.kernel.org
>Message-ID: <20050802183441.GD25843@quack.solace.net>
>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@solace.net>
>
>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;
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2005-08-03 19:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-02 18:28 [PATCH 2.6.12.3] drivers/pci: recognize more ICH7 PCI/SATA chips Nash
2005-08-02 18:34 ` Nash
-- strict thread matches above, loose matches on Subject: below --
2005-08-03 19:13 Gaston, Jason D
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox