The patch titled PATA: add the MCP73/77 support to PATA driver has been added to the -mm tree. Its filename is pata-add-the-mcp73-77-support-to-pata-driver.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: PATA: add the MCP73/77 support to PATA driver From: "Peer Chen" <peerchen@xxxxxxxxx> Add the MCP73/MCP77 support to PATA driver. Signed-off-by: Peer Chen <peerchen@xxxxxxxxx> Cc: Alan Cox <alan@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/ata/pata_amd.c | 2 ++ drivers/ide/pci/amd74xx.c | 2 ++ include/linux/pci_ids.h | 2 ++ 3 files changed, 6 insertions(+) diff -puN drivers/ata/pata_amd.c~pata-add-the-mcp73-77-support-to-pata-driver drivers/ata/pata_amd.c --- a/drivers/ata/pata_amd.c~pata-add-the-mcp73-77-support-to-pata-driver +++ a/drivers/ata/pata_amd.c @@ -693,6 +693,8 @@ static const struct pci_device_id amd[] { 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(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_IDE), 8 }, + { PCI_VDEVICE(NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP77_IDE), 8 }, { PCI_VDEVICE(AMD, PCI_DEVICE_ID_AMD_CS5536_IDE), 9 }, { }, diff -puN drivers/ide/pci/amd74xx.c~pata-add-the-mcp73-77-support-to-pata-driver drivers/ide/pci/amd74xx.c --- a/drivers/ide/pci/amd74xx.c~pata-add-the-mcp73-77-support-to-pata-driver +++ a/drivers/ide/pci/amd74xx.c @@ -76,6 +76,8 @@ static struct amd_ide_chip { { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE, 0x50, AMD_UDMA_133 }, { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE, 0x50, AMD_UDMA_133 }, { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE, 0x50, AMD_UDMA_133 }, + { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_IDE, 0x50, AMD_UDMA_133 }, + { PCI_DEVICE_ID_NVIDIA_NFORCE_MCP77_IDE, 0x50, AMD_UDMA_133 }, { PCI_DEVICE_ID_AMD_CS5536_IDE, 0x40, AMD_UDMA_100 }, { 0 } }; diff -puN include/linux/pci_ids.h~pata-add-the-mcp73-77-support-to-pata-driver include/linux/pci_ids.h --- a/include/linux/pci_ids.h~pata-add-the-mcp73-77-support-to-pata-driver +++ a/include/linux/pci_ids.h @@ -1234,6 +1234,8 @@ #define PCI_DEVICE_ID_NVIDIA_NVENET_26 0x054E #define PCI_DEVICE_ID_NVIDIA_NVENET_27 0x054F #define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE 0x0560 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP73_IDE 0x056C +#define PCI_DEVICE_ID_NVIDIA_NFORCE_MCP77_IDE 0x0759 #define PCI_VENDOR_ID_IMS 0x10e0 #define PCI_DEVICE_ID_IMS_TT128 0x9128 _ Patches currently in -mm which might be from peerchen@xxxxxxxxx are alsa-add-the-mcp73-77-support-to-hda_intel-driver.patch ahci-add-mcp73-mcp77-support-to-ahci-driver.patch pata-add-the-mcp73-77-support-to-pata-driver.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