Re: [PATCH] SATA AHCI correction Intel ICH7R - 2.6.11

2005-03-22 Thread Jeff Garzik
Jason Gaston wrote:
This patch removes an invalid DID for Intel ICH7R from the ahci.c SATA AHCI 
driver.
If acceptable, please apply.
Applied.
For future patches, please put the kernel version ("- 2.6.11" in this 
case) into the subject line, as described in rule #1 at

http://linux.yyz.us/patch-format.html
Thanks,
Jeff
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH] SATA AHCI correction Intel ICH7R - 2.6.11

2005-03-07 Thread Jason Gaston
This patch removes an invalid DID for Intel ICH7R from the ahci.c SATA AHCI 
driver.
If acceptable, please apply.

Thanks,

Jason Gaston

Signed-off-by:  Jason Gaston <[EMAIL PROTECTED]>

--- linux-2.6.11/drivers/scsi/ahci.c.orig   2005-03-07 12:09:54.586699088 
-0800
+++ linux-2.6.11/drivers/scsi/ahci.c2005-03-07 12:10:45.446967152 -0800
@@ -249,8 +249,6 @@ static struct pci_device_id ahci_pci_tbl
  board_ahci }, /* ICH7 */
{ PCI_VENDOR_ID_INTEL, 0x27c5, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
  board_ahci }, /* ICH7M */
-   { PCI_VENDOR_ID_INTEL, 0x27c2, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
- board_ahci }, /* ICH7R */
{ PCI_VENDOR_ID_INTEL, 0x27c3, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
  board_ahci }, /* ICH7R */
{ PCI_VENDOR_ID_AL, 0x5288, PCI_ANY_ID, PCI_ANY_ID, 0, 0,
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/