]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[libata] Add support for PATA controllers of MCP67 to pata_amd.c.
authorPeer Chen <pchen@nvidia.com>
Thu, 2 Nov 2006 22:58:21 +0000 (17:58 -0500)
committerJeff Garzik <jeff@garzik.org>
Thu, 2 Nov 2006 22:58:21 +0000 (17:58 -0500)
Signed-off-by: Peer Chen <pchen@nvidia.com>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
drivers/ata/pata_amd.c

index 29234c897118eb5d84cfaf08b18cd8560d524390..5c47a9e0e0ca0742d9d63fb72ad513395b0428c2 100644 (file)
@@ -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 },
 
        { },