* [PATCH] tg3: new ID
@ 2005-05-21 0:11 Xose Vazquez Perez
0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2005-05-21 0:11 UTC (permalink / raw)
To: netdev, davem, jgarzik, mchan
[-- Attachment #1: Type: text/plain, Size: 187 bytes --]
Add 0x1601 as 5752M, it's a 5752 but for mobile PCs.
Stolen from Broadcom bcm5700-8.1.55 driver.
Someone forgot to add it to tg3 ;-)
(against linux-2.6.12-rc4-git4)
-thanks-
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tg3_5752M_id.diff --]
[-- Type: text/x-patch; name="tg3_5752M_id.diff", Size: 1047 bytes --]
diff -Nuar o/drivers/net/tg3.c n/drivers/net/tg3.c
--- o/drivers/net/tg3.c 2005-05-21 01:50:40.000000000 +0200
+++ n/drivers/net/tg3.c 2005-05-21 01:42:29.000000000 +0200
@@ -206,6 +206,8 @@
PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
{ 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_5752M,
+ 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,
diff -Nuar o/include/linux/pci_ids.h n/include/linux/pci_ids.h
--- o/include/linux/pci_ids.h 2005-05-21 01:50:34.000000000 +0200
+++ n/include/linux/pci_ids.h 2005-05-21 01:50:06.000000000 +0200
@@ -2064,6 +2064,7 @@
#define PCI_VENDOR_ID_BROADCOM 0x14e4
#define PCI_DEVICE_ID_TIGON3_5752 0x1600
+#define PCI_DEVICE_ID_TIGON3_5752M 0x1601
#define PCI_DEVICE_ID_TIGON3_5700 0x1644
#define PCI_DEVICE_ID_TIGON3_5701 0x1645
#define PCI_DEVICE_ID_TIGON3_5702 0x1646
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-05-21 0:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-05-21 0:11 [PATCH] tg3: new ID 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).