2006-01-09 22:21:52

by Gaston, Jason D

[permalink] [raw]
Subject: [PATCH 2.6.15 6/6] ahci: AHCI mode SATA patch for Intel ICH8

Hello,

This patch adds the Intel ICH8 DID's to the ahci.c file for AHCI mode SATA support. ?This patch was built against the 2.6.15 kernel. ?
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by: ?Jason Gaston <[email protected]>

--- linux-2.6.15/drivers/scsi/ahci.c.orig 2006-01-02 19:21:10.000000000 -0800
+++ linux-2.6.15/drivers/scsi/ahci.c 2006-01-09 08:18:08.014291320 -0800
@@ -277,6 +277,16 @@
board_ahci }, /* ESB2 */
{ PCI_VENDOR_ID_INTEL, 0x27c6, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
board_ahci }, /* ICH7-M DH */
+ { PCI_VENDOR_ID_INTEL, 0x2821, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ICH8 */
+ { PCI_VENDOR_ID_INTEL, 0x2822, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ICH8 */
+ { PCI_VENDOR_ID_INTEL, 0x2824, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ICH8 */
+ { PCI_VENDOR_ID_INTEL, 0x2829, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ICH8M */
+ { PCI_VENDOR_ID_INTEL, 0x282a, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
+ board_ahci }, /* ICH8M */
{ } /* terminate list */
};


2006-01-17 12:57:05

by Jeff Garzik

[permalink] [raw]
Subject: Re: [PATCH 2.6.15 6/6] ahci: AHCI mode SATA patch for Intel ICH8

Jason Gaston wrote:
> Hello,
>
> This patch adds the Intel ICH8 DID's to the ahci.c file for AHCI mode SATA support. This patch was built against the 2.6.15 kernel.
> If acceptable, please apply.
>
> Thanks,
>
> Jason Gaston
>
> Signed-off-by: Jason Gaston <[email protected]>

Patch applied, after hand-editing.

Please be aware that your email is copied via scripts directly into the
kernel changelog. As such,

* stuff like "hello," "thanks, jason gaston" must be hand-edited out.

* your subject line notes the kernel against which you generated the
patch. the sentence "This patch was built against the 2.6.15 kernel."
had to be hand-edited out.

* "If acceptable, please apply." had to be hand-edited out.