Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964899AbWEJVfZ (ORCPT ); Wed, 10 May 2006 17:35:25 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S964996AbWEJVfZ (ORCPT ); Wed, 10 May 2006 17:35:25 -0400 Received: from h-66-166-126-70.lsanca54.covad.net ([66.166.126.70]:19128 "EHLO myri.com") by vger.kernel.org with ESMTP id S964913AbWEJVfY (ORCPT ); Wed, 10 May 2006 17:35:24 -0400 Message-ID: <44625C92.8020209@myri.com> Date: Wed, 10 May 2006 23:35:14 +0200 From: Brice Goglin User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: netdev@vger.kernel.org, Andrew Morton CC: LKML , "Andrew J. Gallatin" Subject: [PATCH 2/6] myri10ge - Add missing PCI IDs References: <446259A0.8050504@myri.com> In-Reply-To: <446259A0.8050504@myri.com> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1453 Lines: 37 [PATCH 2/6] myri10ge - Add missing PCI IDs Add nVidia nForce CK804 PCI-E bridge and ServerWorks HT2000 PCI-E bridge IDs. They will be used by the myri10ge driver. Signed-off-by: Brice Goglin Signed-off-by: Andrew J. Gallatin pci_ids.h | 2 ++ 1 file changed, 2 insertions(+) --- linux-mm/include/linux/pci_ids.h.old 2006-05-09 03:03:23.000000000 +0200 +++ linux-mm/include/linux/pci_ids.h 2006-05-09 03:05:19.000000000 +0200 @@ -1021,6 +1021,7 @@ #define PCI_DEVICE_ID_NVIDIA_NVENET_8 0x0056 #define PCI_DEVICE_ID_NVIDIA_NVENET_9 0x0057 #define PCI_DEVICE_ID_NVIDIA_CK804_AUDIO 0x0059 +#define PCI_DEVICE_ID_NVIDIA_NFORCE_CK804_PCIE 0x005d #define PCI_DEVICE_ID_NVIDIA_NFORCE2_SMBUS 0x0064 #define PCI_DEVICE_ID_NVIDIA_NFORCE2_IDE 0x0065 #define PCI_DEVICE_ID_NVIDIA_NVENET_2 0x0066 @@ -1383,6 +1384,7 @@ #define PCI_DEVICE_ID_SERVERWORKS_LE 0x0009 #define PCI_DEVICE_ID_SERVERWORKS_GCNB_LE 0x0017 #define PCI_DEVICE_ID_SERVERWORKS_EPB 0x0103 +#define PCI_DEVICE_ID_SERVERWORKS_HT2000_PCIE 0x0132 #define PCI_DEVICE_ID_SERVERWORKS_OSB4 0x0200 #define PCI_DEVICE_ID_SERVERWORKS_CSB5 0x0201 #define PCI_DEVICE_ID_SERVERWORKS_CSB6 0x0203 - 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/