netdev
[Top] [All Lists]

[patch 2.6.12-rc2 3/10] tg3: add bcm5752 entry to pci_ids.h

To: linux-kernel@xxxxxxxxxxxxxxx, netdev@xxxxxxxxxxx
Subject: [patch 2.6.12-rc2 3/10] tg3: add bcm5752 entry to pci_ids.h
From: "John W. Linville" <linville@xxxxxxxxxxxxx>
Date: Wed, 13 Apr 2005 19:38:44 -0400
Cc: jgarzik@xxxxxxxxx, davem@xxxxxxxxxxxxx
In-reply-to: <04132005193844.8410@laptop>
Sender: netdev-bounce@xxxxxxxxxxx
User-agent: PatchPost/0.1
Add proper entry for bcm5752 PCI ID to pci_ids.h, and use it in tg3.

Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx>
---
I did this separately in case patches like this (i.e. new PCI IDs)
need to come from more "official" sources.

 drivers/net/tg3.c       |    2 +-
 include/linux/pci_ids.h |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

--- bcm5752-support/drivers/net/tg3.c.orig      2005-04-08 17:35:34.834372048 
-0400
+++ bcm5752-support/drivers/net/tg3.c   2005-04-08 17:34:42.536563710 -0400
@@ -206,7 +206,7 @@ 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_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_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 },
--- bcm5752-support/include/linux/pci_ids.h.orig        2005-04-08 
17:30:45.655140363 -0400
+++ bcm5752-support/include/linux/pci_ids.h     2005-04-08 17:31:52.965883217 
-0400
@@ -2065,6 +2065,7 @@
 #define PCI_DEVICE_ID_AFAVLAB_P030     0x2182
 
 #define PCI_VENDOR_ID_BROADCOM         0x14e4
+#define PCI_DEVICE_ID_TIGON3_5752      0x1600
 #define PCI_DEVICE_ID_TIGON3_5700      0x1644
 #define PCI_DEVICE_ID_TIGON3_5701      0x1645
 #define PCI_DEVICE_ID_TIGON3_5702      0x1646

<Prev in Thread] Current Thread [Next in Thread>