The patch titled IDE: Add the support of nvidia PATA controllers of MCP67 to pata_amd.c has been removed from the -mm tree. Its filename was ide-add-the-support-of-nvidia-pata-controllers-of-mcp67-to-pata_amdc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: IDE: Add the support of nvidia PATA controllers of MCP67 to pata_amd.c From: "Peer Chen" <pchen@xxxxxxxxxx> Add support for PATA controllers of MCP67 to pata_amd.c. Signed-off-by: Peer Chen <pchen@xxxxxxxxxx> Cc: Jeff Garzik <jeff@xxxxxxxxxx> Acked-by: Alan Cox <alan@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/ata/pata_amd.c | 2 ++ 1 files changed, 2 insertions(+) diff -puN drivers/ata/pata_amd.c~ide-add-the-support-of-nvidia-pata-controllers-of-mcp67-to-pata_amdc drivers/ata/pata_amd.c --- a/drivers/ata/pata_amd.c~ide-add-the-support-of-nvidia-pata-controllers-of-mcp67-to-pata_amdc +++ a/drivers/ata/pata_amd.c @@ -677,6 +677,8 @@ static const struct pci_device_id amd[] { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP51_IDE), 8 }, { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE), 8 }, { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE), 8 }, + { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE), 8 }, + { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE), 8 }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CS5536_IDE), 9 }, { }, _ Patches currently in -mm which might be from pchen@xxxxxxxxxx are origin.patch ide-add-the-support-of-nvidia-pata-controllers-of-mcp67-to-amd74xxc.patch git-alsa.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