Re: [PATCH 3/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-08 Thread Bartlomiej Zolnierkiewicz
On Thursday 07 June 2007, Peer Chen wrote:
> Add the PATA controller device ID to pci_ids.h for MCP73/MCP77.
> The patch base on kernel 2.6.22-rc4
>  
> Signed-off-by: Peer Chen <[EMAIL PROTECTED]>

applied
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [PATCH 3/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-08 Thread Bartlomiej Zolnierkiewicz
On Thursday 07 June 2007, Peer Chen wrote:
 Add the PATA controller device ID to pci_ids.h for MCP73/MCP77.
 The patch base on kernel 2.6.22-rc4
  
 Signed-off-by: Peer Chen [EMAIL PROTECTED]

applied
-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the PATA controller device ID to pci_ids.h for MCP73/MCP77.
The patch base on kernel 2.6.22-rc4
 
Signed-off-by: Peer Chen <[EMAIL PROTECTED]>
--
--- linux-2.6.22-rc4/include/linux/pci_ids.h.orig
+++ linux-2.6.22-rc4/include/linux/pci_ids.h
@@ -1233,6 +1233,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_TT1280x9128

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[PATCH 3/3] PATA: Add the MCP73/77 support to PATA driver

2007-06-07 Thread Peer Chen
Add the PATA controller device ID to pci_ids.h for MCP73/MCP77.
The patch base on kernel 2.6.22-rc4
 
Signed-off-by: Peer Chen [EMAIL PROTECTED]
--
--- linux-2.6.22-rc4/include/linux/pci_ids.h.orig
+++ linux-2.6.22-rc4/include/linux/pci_ids.h
@@ -1233,6 +1233,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_TT1280x9128

-
To unsubscribe from this list: send the line unsubscribe linux-kernel in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/