netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] tg3, more IDs
@ 2003-12-06 16:49 Xose Vazquez Perez
  2003-12-06 18:03 ` Xose Vazquez Perez
  0 siblings, 1 reply; 4+ messages in thread
From: Xose Vazquez Perez @ 2003-12-06 16:49 UTC (permalink / raw)
  To: Jeff Garzik, netdev, David S. Miller

[-- Attachment #1: Type: text/plain, Size: 120 bytes --]

hi,

two new IDs for tg3:

0x14e4,0x1649 is a BCM5704S based board.
0x14e4,0x166e is a BCM5705F based board.

-thanks-


[-- Attachment #2: tg3_ids.diff --]
[-- Type: text/plain, Size: 1363 bytes --]

--- linux/drivers/net/tg3.c	2003-11-29 00:00:15.000000000 +0100
+++ n/drivers/net/tg3.c	2003-12-06 17:26:24.000000000 +0100
@@ -175,6 +175,10 @@
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
 	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5901_2,
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
+	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5704S_2,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
+	{ PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5705F,
+	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
 	{ PCI_VENDOR_ID_SYSKONNECT, PCI_DEVICE_ID_SYSKONNECT_9DXX,
 	  PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
 	{ PCI_VENDOR_ID_SYSKONNECT, PCI_DEVICE_ID_SYSKONNECT_9MXX,
--- linux/include/linux/pci_ids.h	2003-11-29 00:00:21.000000000 +0100
+++ n/include/linux/pci_ids.h	2003-12-06 17:30:10.000000000 +0100
@@ -1656,11 +1656,13 @@
 #define PCI_DEVICE_ID_TIGON3_5702	0x1646
 #define PCI_DEVICE_ID_TIGON3_5703	0x1647
 #define PCI_DEVICE_ID_TIGON3_5704	0x1648
+#define PCI_DEVICE_ID_TIGON3_5704S_2	0x1649
 #define PCI_DEVICE_ID_TIGON3_5702FE	0x164d
 #define PCI_DEVICE_ID_TIGON3_5705	0x1653
 #define PCI_DEVICE_ID_TIGON3_5705_2	0x1654
 #define PCI_DEVICE_ID_TIGON3_5705M	0x165d
 #define PCI_DEVICE_ID_TIGON3_5705M_2	0x165e
+#define PCI_DEVICE_ID_TIGON3_5705F	0x166e
 #define PCI_DEVICE_ID_TIGON3_5782	0x1696
 #define PCI_DEVICE_ID_TIGON3_5788	0x169c
 #define PCI_DEVICE_ID_TIGON3_5702X	0x16a6


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2003-12-09 17:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-12-06 16:49 [PATCH] tg3, more IDs Xose Vazquez Perez
2003-12-06 18:03 ` Xose Vazquez Perez
2003-12-09  5:56   ` David S. Miller
2003-12-09 17:23     ` Xose Vazquez Perez

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).