Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423119AbWJaLHV (ORCPT ); Tue, 31 Oct 2006 06:07:21 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423124AbWJaLHV (ORCPT ); Tue, 31 Oct 2006 06:07:21 -0500 Received: from hqemgate02.nvidia.com ([216.228.112.143]:4168 "EHLO HQEMGATE02.nvidia.com") by vger.kernel.org with ESMTP id S1423119AbWJaLHT convert rfc822-to-8bit (ORCPT ); Tue, 31 Oct 2006 06:07:19 -0500 X-MimeOLE: Produced By Microsoft Exchange V6.5.7226.0 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 8BIT Subject: RE: [Patch] SCSI: Add nvidia AHCI controllers of MCP67 support to ahci.c Date: Tue, 31 Oct 2006 19:06:58 +0800 Message-ID: <15F501D1A78BD343BE8F4D8DB854566B0C42D7F3@hkemmail01.nvidia.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [Patch] SCSI: Add nvidia AHCI controllers of MCP67 support to ahci.c Thread-Index: Acb8vuReAXlfZLAJRYCHTQwLs+yA5wAA+YSwAAZNC5A= From: "Peer Chen" To: , , X-OriginalArrivalTime: 31 Oct 2006 11:07:04.0920 (UTC) FILETIME=[B2C99D80:01C6FCDC] Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1991 Lines: 44 Resend the patch. Signed-off-by: Peer Chen ============================ --- linux-2.6.18/drivers/scsi/ahci.c.orig 2006-10-31 18:25:18.000000000 +0800 +++ linux-2.6.18/drivers/scsi/ahci.c 2006-10-31 18:25:18.000000000 +0800 @@ -349,6 +349,22 @@ static const struct pci_device_id ahci_p board_ahci }, /* MCP65 */ { PCI_VENDOR_ID_NVIDIA, 0x044f, PCI_ANY_ID, PCI_ANY_ID, 0, 0, board_ahci }, /* MCP65 */ + { PCI_VENDOR_ID_NVIDIA, 0x0554, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0555, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0556, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0557, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0558, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x0559, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x055a, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ + { PCI_VENDOR_ID_NVIDIA, 0x055b, PCI_ANY_ID, PCI_ANY_ID, 0, 0, + board_ahci }, /* MCP67 */ { } /* terminate list */ }; =============================== ----------------------------------------------------------------------------------- This email message is for the sole use of the intended recipient(s) and may contain confidential information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. ----------------------------------------------------------------------------------- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/