From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755335AbXJBPcD (ORCPT ); Tue, 2 Oct 2007 11:32:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1752925AbXJBPbw (ORCPT ); Tue, 2 Oct 2007 11:31:52 -0400 Received: from srv5.dvmed.net ([207.36.208.214]:38808 "EHLO mail.dvmed.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752888AbXJBPbv (ORCPT ); Tue, 2 Oct 2007 11:31:51 -0400 Message-ID: <47026464.5060209@garzik.org> Date: Tue, 02 Oct 2007 11:31:48 -0400 From: Jeff Garzik User-Agent: Thunderbird 2.0.0.5 (X11/20070727) MIME-Version: 1.0 To: Peer Chen CC: Alan Cox , linux-kernel , linux-ide , akpm Subject: Re: [PATCH] ahci: Add MCP79 support to AHCI driver References: <200709211406065332552@gmail.com>, <20070921113908.180cd154@the-village.bc.nu> <200709241016214230742@gmail.com> In-Reply-To: <200709241016214230742@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Score: -4.4 (----) X-Spam-Report: SpamAssassin version 3.1.9 on srv5.dvmed.net summary: Content analysis details: (-4.4 points, 5.0 required) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Peer Chen wrote: > Code change, remove some Device IDs. > > Signed-off-by: Peer Chen > --- > --- linux-2.6.23-rc7/drivers/ata/ahci.c.orig 2007-09-20 11:01:55.000000000 -0400 > +++ linux-2.6.23-rc7/drivers/ata/ahci.c 2007-09-24 10:08:03.000000000 -0400 > @@ -472,6 +472,14 @@ static const struct pci_device_id ahci_p > { PCI_VDEVICE(NVIDIA, 0x0ad9), board_ahci }, /* MCP77 */ > { PCI_VDEVICE(NVIDIA, 0x0ada), board_ahci }, /* MCP77 */ > { PCI_VDEVICE(NVIDIA, 0x0adb), board_ahci }, /* MCP77 */ > + { PCI_VDEVICE(NVIDIA, 0x0ab8), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0ab9), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0aba), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0abb), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0abc), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0abd), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0abe), board_ahci }, /* MCP79 */ > + { PCI_VDEVICE(NVIDIA, 0x0abf), board_ahci }, /* MCP79 */ applied