The patch titled ahci: Add MCP79 support to AHCI driver (update) has been removed from the -mm tree. Its filename was ahci-add-mcp79-support-to-ahci-driver-update.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: ahci: Add MCP79 support to AHCI driver (update) From: "Peer Chen" <peerchen@xxxxxxxxx> Code change, remove some Device IDs. Signed-off-by: Peer Chen <peerchen@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/ahci.c | 4 ---- 1 file changed, 4 deletions(-) diff -puN drivers/ata/ahci.c~ahci-add-mcp79-support-to-ahci-driver-update drivers/ata/ahci.c --- a/drivers/ata/ahci.c~ahci-add-mcp79-support-to-ahci-driver-update +++ a/drivers/ata/ahci.c @@ -466,10 +466,6 @@ 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, 0x0ab4), board_ahci }, /* MCP79 */ - { PCI_VDEVICE(NVIDIA, 0x0ab5), board_ahci }, /* MCP79 */ - { PCI_VDEVICE(NVIDIA, 0x0ab6), board_ahci }, /* MCP79 */ - { PCI_VDEVICE(NVIDIA, 0x0ab7), board_ahci }, /* MCP79 */ { PCI_VDEVICE(NVIDIA, 0x0ab8), board_ahci }, /* MCP79 */ { PCI_VDEVICE(NVIDIA, 0x0ab9), board_ahci }, /* MCP79 */ { PCI_VDEVICE(NVIDIA, 0x0aba), board_ahci }, /* MCP79 */ _ Patches currently in -mm which might be from peerchen@xxxxxxxxx are git-alsa.patch git-libata-all.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