The patch titled ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c has been added to the -mm tree. Its filename is ahci-add-the-support-of-nvidia-ahci-controllers-of-mcp67-to-ahcic.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: ahci: Add the support of nvidia AHCI controllers of MCP67 to ahci.c From: "Peer Chen" <pchen@xxxxxxxxxx> Add support for AHCI controllers of MCP67. Signed-off-by: Peer Chen <pchen@xxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ata/ahci.c | 8 ++++++++ 1 files changed, 8 insertions(+) diff -puN drivers/ata/ahci.c~ahci-add-the-support-of-nvidia-ahci-controllers-of-mcp67-to-ahcic drivers/ata/ahci.c --- a/drivers/ata/ahci.c~ahci-add-the-support-of-nvidia-ahci-controllers-of-mcp67-to-ahcic +++ a/drivers/ata/ahci.c @@ -370,6 +370,14 @@ static const struct pci_device_id ahci_p { PCI_VDEVICE(NVIDIA, 0x044d), board_ahci }, /* MCP65 */ { PCI_VDEVICE(NVIDIA, 0x044e), board_ahci }, /* MCP65 */ { PCI_VDEVICE(NVIDIA, 0x044f), board_ahci }, /* MCP65 */ + { PCI_VDEVICE(NVIDIA, 0x0554), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x0555), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x0556), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x0557), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x0558), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x0559), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x055a), board_ahci }, /* MCP67 */ + { PCI_VDEVICE(NVIDIA, 0x055b), board_ahci }, /* MCP67 */ /* SiS */ { PCI_VDEVICE(SI, 0x1184), board_ahci }, /* SiS 966 */ _ Patches currently in -mm which might be from pchen@xxxxxxxxxx are origin.patch git-alsa.patch ahci-add-the-support-of-nvidia-ahci-controllers-of-mcp67-to-ahcic.patch ide-add-the-support-of-nvidia-pata-controllers-of-mcp67-to-amd74xxc.patch ide-add-the-support-of-nvidia-pata-controllers-of-mcp67-to-pata_amdc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html