From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sergei Shtylyov Subject: Re: [PATCH] ahci: Add MCP79 support to AHCI driver Date: Mon, 24 Sep 2007 16:53:24 +0400 Message-ID: <46F7B344.7050903@ru.mvista.com> References: <200709211406065332552@gmail.com>, <20070921113908.180cd154@the-village.bc.nu> <200709241016214230742@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from homer.mvista.com ([63.81.120.155]:6386 "EHLO imap.sh.mvista.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1755971AbXIXMxl (ORCPT ); Mon, 24 Sep 2007 08:53:41 -0400 In-Reply-To: <200709241016214230742@gmail.com> Sender: linux-ide-owner@vger.kernel.org List-Id: linux-ide@vger.kernel.org To: Peer Chen Cc: Alan Cox , linux-kernel , linux-ide , akpm , jeff Hello. 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 */ I wonder whether all of those 8 IDs belong to AHCI controllers... MBR, Sergei