Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932079AbWEWHK0 (ORCPT ); Tue, 23 May 2006 03:10:26 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932078AbWEWHKZ (ORCPT ); Tue, 23 May 2006 03:10:25 -0400 Received: from h-66-166-126-70.lsanca54.covad.net ([66.166.126.70]:30679 "EHLO myri.com") by vger.kernel.org with ESMTP id S932074AbWEWHKZ (ORCPT ); Tue, 23 May 2006 03:10:25 -0400 Date: Tue, 23 May 2006 03:10:23 -0400 From: Brice Goglin To: netdev@vger.kernel.org Cc: gallatin@myri.com, linux-kernel@vger.kernel.org Subject: [PATCH 1/5] Add Myricom PCI vendor ID to pci_ids.h Message-ID: <20060523071022.GC30499@myri.com> References: <20060523070919.GB30499@myri.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20060523070919.GB30499@myri.com> User-Agent: Mutt/1.5.9i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 919 Lines: 26 [PATCH 1/5] Add Myricom PCI vendor ID to pci_ids.h Add PCI_VENDOR_ID_MYRICOM to pci_ids.h so that the myri10ge driver and any other driver for Myricom hardware may use it. Signed-off-by: Brice Goglin Signed-off-by: Andrew J. Gallatin include/linux/pci_ids.h | 1 + 1 file changed, 1 insertion(+) --- linux-mm/include/linux/pci_ids.h.old 2006-05-19 04:34:30.000000000 +0200 +++ linux-mm/include/linux/pci_ids.h 2006-05-16 01:42:49.000000000 +0200 @@ -1841,6 +1841,7 @@ #define PCI_VENDOR_ID_SAMSUNG 0x144d +#define PCI_VENDOR_ID_MYRICOM 0x14c1 #define PCI_VENDOR_ID_TITAN 0x14D2 #define PCI_DEVICE_ID_TITAN_010L 0x8001 - 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/