Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1764507AbXJRNyo (ORCPT ); Thu, 18 Oct 2007 09:54:44 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1756540AbXJRNyh (ORCPT ); Thu, 18 Oct 2007 09:54:37 -0400 Received: from mx1.minet.net ([157.159.40.25]:57517 "EHLO mx1.minet.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753620AbXJRNyg (ORCPT ); Thu, 18 Oct 2007 09:54:36 -0400 From: Florian Fainelli Date: Thu, 18 Oct 2007 15:51:28 +0200 Subject: [PATCH 2/4 resend] pci.h : Add PCI identifiers for the RDC devices MIME-Version: 1.0 X-Length: 1911 To: linux-kernel@vger.kernel.org, "H. Peter Anvin" , Thomas Gleixner Message-Id: <200710181551.28720.florian.fainelli@telecomint.eu> Content-Type: Multipart/Mixed; boundary="Boundary-00=_gT2FHhNpyAP8/ZK" Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2133 Lines: 69 This is a multi-part message in MIME format. --Boundary-00=_gT2FHhNpyAP8/ZK Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline This patch defines the PCI identifiers found in the RDC R-321x System-on-Chip. Signed-off-by: Florian Fainelli --- 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 --Boundary-00=_gT2FHhNpyAP8/ZK Content-Type: text/plain; charset="utf-8"; name="f39865158a37041d0e7a8d4e5666c6f753fd6477.diff" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="f39865158a37041d0e7a8d4e5666c6f753fd6477.diff" 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 --Boundary-00=_gT2FHhNpyAP8/ZK-- - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/