* [PATCH 1/2] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.c & pata_amd.c
@ 2006-11-02 3:30 Peer Chen
2006-11-02 11:32 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: Peer Chen @ 2006-11-02 3:30 UTC (permalink / raw)
To: linux-ide, linux-kernel; +Cc: jgarzik, Alan Cox
[-- Attachment #1: Type: text/plain, Size: 686 bytes --]
Add support for PATA controllers of MCP67 to amd74xx.c.
The patch will be applied to kernel 2.6.19-rc4-git1.
Please check attachment for the patch.
Signed-off-by: Peer Chen <pchen@nvidia.com>
-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information. Any unauthorized review, use, disclosure or distribution
is prohibited. If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------
[-- Attachment #2: patch.amd74xx --]
[-- Type: application/octet-stream, Size: 1669 bytes --]
--- linux-2.6.19-rc4-git1/drivers/ide/pci/amd74xx.c.orig 2006-10-31 20:44:25.000000000 +0800
+++ linux-2.6.19-rc4-git1/drivers/ide/pci/amd74xx.c 2006-10-31 20:23:00.000000000 +0800
@@ -75,6 +75,7 @@ static struct amd_ide_chip {
{ PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE, 0x50, AMD_UDMA_133 },
{ 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_AMD_CS5536_IDE, 0x40, AMD_UDMA_100 },
{ 0 }
};
@@ -491,7 +492,8 @@ static ide_pci_device_t amd74xx_chipsets
/* 16 */ DECLARE_NV_DEV("NFORCE-MCP55"),
/* 17 */ DECLARE_NV_DEV("NFORCE-MCP61"),
/* 18 */ DECLARE_NV_DEV("NFORCE-MCP65"),
- /* 19 */ DECLARE_AMD_DEV("AMD5536"),
+ /* 19 */ DECLARE_NV_DEV("NFORCE-MCP67"),
+ /* 20 */ DECLARE_AMD_DEV("AMD5536"),
};
static int __devinit amd74xx_probe(struct pci_dev *dev, const struct pci_device_id *id)
@@ -530,7 +532,8 @@ static struct pci_device_id amd74xx_pci_
{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP55_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 16 },
{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP61_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 17 },
{ PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP65_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 18 },
- { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 19 },
+ { PCI_VENDOR_ID_NVIDIA, PCI_DEVICE_ID_NVIDIA_NFORCE_MCP67_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 19 },
+ { PCI_VENDOR_ID_AMD, PCI_DEVICE_ID_AMD_CS5536_IDE, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 20 },
{ 0, },
};
MODULE_DEVICE_TABLE(pci, amd74xx_pci_tbl);
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH 1/2] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.c & pata_amd.c
2006-11-02 3:30 [PATCH 1/2] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.c & pata_amd.c Peer Chen
@ 2006-11-02 11:32 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2006-11-02 11:32 UTC (permalink / raw)
To: Peer Chen, akpm; +Cc: linux-ide, linux-kernel, jgarzik
Ar Iau, 2006-11-02 am 11:30 +0800, ysgrifennodd Peer Chen:
> Add support for PATA controllers of MCP67 to amd74xx.c.
> The patch will be applied to kernel 2.6.19-rc4-git1.
> Please check attachment for the patch.
>
> Signed-off-by: Peer Chen <pchen@nvidia.com>
Acked-by: Alan Cox <alan@redhat.com>
Andrew - it would be good if these two patches + ahci one could make
2.6.19 final as they are just ident updates for chipsets.
Alan
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-11-02 11:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-02 3:30 [PATCH 1/2] IDE: Add the support of nvidia PATA controllers of MCP67 to amd74xx.c & pata_amd.c Peer Chen
2006-11-02 11:32 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).