The patch titled
     pci: add PCI identifiers for the RDC devices
has been removed from the -mm tree.  Its filename was
     pci-add-pci-identifiers-for-the-rdc-devices.patch

This patch was dropped because it was merged into mainline or a subsystem tree

------------------------------------------------------
Subject: pci: add PCI identifiers for the RDC devices
From: Florian Fainelli <[EMAIL PROTECTED]>

Define the PCI identifiers found in the RDC R-321x System-on-Chip.

Signed-off-by: Florian Fainelli <[EMAIL PROTECTED]>
Cc: Thomas Gleixner <[EMAIL PROTECTED]>
Cc: Ingo Molnar <[EMAIL PROTECTED]>
Cc: David Brownell <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---

 include/linux/pci_ids.h |    7 +++++++
 1 file changed, 7 insertions(+)

diff -puN include/linux/pci_ids.h~pci-add-pci-identifiers-for-the-rdc-devices 
include/linux/pci_ids.h
--- a/include/linux/pci_ids.h~pci-add-pci-identifiers-for-the-rdc-devices
+++ a/include/linux/pci_ids.h
@@ -2105,6 +2105,13 @@
 #define PCI_DEVICE_ID_HERC_WIN         0x5732
 #define PCI_DEVICE_ID_HERC_UNI         0x5832
 
+#define PCI_VENDOR_ID_RDC              0x17f3
+#define PCI_DEVICE_ID_RDC_R6020                0x6020
+#define PCI_DEVICE_ID_RDC_R6030                0x6030
+#define PCI_DEVICE_ID_RDC_R6040                0x6040
+#define PCI_DEVICE_ID_RDC_R6060                0x6060
+#define PCI_DEVICE_ID_RDC_R6061                0x6061
+
 #define PCI_VENDOR_ID_SITECOM          0x182d
 #define PCI_DEVICE_ID_SITECOM_DC105V2  0x3069
 
_

Patches currently in -mm which might be from [EMAIL PROTECTED] are

git-x86.patch

-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to