2007-10-18 13:54:44

by Florian Fainelli

[permalink] [raw]
Subject: [PATCH 2/4 resend] pci.h : Add PCI identifiers for the RDC devices

This patch defines the PCI identifiers found in
the RDC R-321x System-on-Chip.

Signed-off-by: Florian Fainelli <[email protected]>
---
include/linux/pci_ids.h | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 2aaf1c1..c5a0f5b 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2097,6 +2097,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


Attachments:
(No filename) (828.00 B)
f39865158a37041d0e7a8d4e5666c6f753fd6477.diff (587.00 B)
Download all attachments

2007-10-18 14:03:09

by Florian Fainelli

[permalink] [raw]
Subject: Re: [PATCH 2/4 resend] pci.h : Add PCI identifiers for the RDC devices

I forgot to remove the attachment on this one, sorry.

This patch defines the PCI identifiers found in
the RDC R-321x System-on-Chip.

Signed-off-by: Florian Fainelli <[email protected]>
---
?include/linux/pci_ids.h | ? ?7 +++++++
?1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index 2aaf1c1..c5a0f5b 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2097,6 +2097,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