Re: [PATCH] ahci: Add MCP73/MCP77 support to AHCI driver

From: Tejun Heo
Date: Thu Jun 07 2007 - 06:19:01 EST


Hello,

This one looks much better. Just few more things.

Peer Chen wrote:
> Add the MCP73/MCP77 support to ahci driver.
> The patch base on kernel 2.6.22-rc4
>
> Signed-off-by: Peer Chen <peerchen@xxxxxxxxx>
> ------------------------------------------------

The separator is '---'. Automated tools are used, so sticking to it
makes things easier.

> --- linux-2.6.22-rc4/drivers/ata/ahci.c.orig
> +++ linux-2.6.22-rc4/drivers/ata/ahci.c
> @@ -426,6 +426,30 @@ static const struct pci_device_id ahci_p
> { PCI_VDEVICE(NVIDIA, 0x0559), board_ahci }, /* MCP67 */
> { PCI_VDEVICE(NVIDIA, 0x055a), board_ahci }, /* MCP67 */
> { PCI_VDEVICE(NVIDIA, 0x055b), board_ahci }, /* MCP67 */
> + { PCI_VDEVICE(NVIDIA, 0x07f0), board_ahci }, /* MCP73 */
> + { PCI_VDEVICE(NVIDIA, 0x07f1), board_ahci }, /* MCP73 */
[--snip--]

Whoa, that's a lot of PCI IDs. AHCI PCI class code doesn't catch them?

--
tejun
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/