Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9f789755 authored by Peer Chen's avatar Peer Chen Committed by Jeff Garzik
Browse files

PATA: Add the MCP73/77 support to PATA driver



Add the MCP73/MCP77 support to PATA driver.
The patch base on kernel 2.6.22-rc4

Signed-off-by: default avatarPeer Chen <peerchen@gmail.com>
Signed-off-by: default avatarJeff Garzik <jeff@garzik.org>
parent d025d785
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 },

	{ },