Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261241AbVDMXzD (ORCPT ); Wed, 13 Apr 2005 19:55:03 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261236AbVDMXwV (ORCPT ); Wed, 13 Apr 2005 19:52:21 -0400 Received: from ra.tuxdriver.com ([24.172.12.4]:37384 "EHLO ra.tuxdriver.com") by vger.kernel.org with ESMTP id S261242AbVDMXpA (ORCPT ); Wed, 13 Apr 2005 19:45:00 -0400 Date: Wed, 13 Apr 2005 19:38:44 -0400 From: "John W. Linville" To: linux-kernel@vger.kernel.org, netdev@oss.sgi.com Cc: jgarzik@pobox.com, davem@davemloft.net Subject: [patch 2.6.12-rc2 2/10] tg3: add bcm5752 to tg3_pci_tbl Message-ID: <04132005193844.8410@laptop> In-Reply-To: <04132005193843.8351@laptop> User-Agent: PatchPost/0.1 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1094 Lines: 25 Add hard-coded definition of bcm5752 PCI ID to tg3_pci_tbl. Signed-off-by: John W. Linville --- Next patch will change entry to use pci_ids.h-based definition. drivers/net/tg3.c | 2 ++ 1 files changed, 2 insertions(+) --- bcm5752-support/drivers/net/tg3.c.orig 2005-04-08 17:30:08.886197282 -0400 +++ bcm5752-support/drivers/net/tg3.c 2005-04-08 17:30:17.113065813 -0400 @@ -206,6 +206,8 @@ static struct pci_device_id tg3_pci_tbl[ PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5751F, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, + { PCI_VENDOR_ID_BROADCOM, 0x1600, /* TIGON3_5752 */ + PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753, PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753M, - 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/