aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.h
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2009-08-28 12:28:45 +0000
committerDavid S. Miller <davem@davemloft.net>2009-08-29 15:42:31 -0700
commit2befdcea96fcd9a13e94373c66ea1dd7365d2a74 (patch)
tree6cebb5d4aa9b6b90fc26402471b9fb0e9e1c8e32 /drivers/net/tg3.h
parenttg3: Delay mdio bus init until fw finishes (diff)
downloadlinux-dev-2befdcea96fcd9a13e94373c66ea1dd7365d2a74.tar.xz
linux-dev-2befdcea96fcd9a13e94373c66ea1dd7365d2a74.zip
tg3: Add new 5785 10/100 only device ID
This patch adds a new device ID for those 5785 devices that will only use 10/100 phys. Signed-off-by: Matt Carlson <mcarlson@broadcom.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/tg3.h')
-rw-r--r--drivers/net/tg3.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/tg3.h b/drivers/net/tg3.h
index 60b12ab79334..1c9495df67ce 100644
--- a/drivers/net/tg3.h
+++ b/drivers/net/tg3.h
@@ -44,6 +44,8 @@
#define TG3PCI_DEVICE_TIGON3_57760 0x1690
#define TG3PCI_DEVICE_TIGON3_57790 0x1694
#define TG3PCI_DEVICE_TIGON3_57788 0x1691
+#define TG3PCI_DEVICE_TIGON3_5785_G 0x1699 /* GPHY */
+#define TG3PCI_DEVICE_TIGON3_5785_F 0x16a0 /* 10/100 only */
/* 0x04 --> 0x64 unused */
#define TG3PCI_MSI_DATA 0x00000064
/* 0x66 --> 0x68 unused */