diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2013-02-07 00:37:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-02-07 23:47:01 -0500 |
commit | 7e6c63f03d94278135753fef7ffcc5b03e34282e (patch) | |
tree | 695331432f2d422efa6c71ad3b35b281b17a81c8 /include/linux | |
parent | 5c358045ae6b4e9ec7edcd70e6486123ca2c9c72 (diff) |
tg3: add support for Ethernet core in bcm4785
The BCM4785 or sometimes named BMC4705 is a Broadcom SoC which a
Gigabit 5750 Ethernet core. The core is connected via PCI with the rest
of the SoC, but it uses some extension.
This core does not use a firmware or an eeprom.
Some devices only have a switch which supports 100MBit/s, this
currently does not work with this driver.
This patch was original written by Michael Buesch <m@bues.ch> and is in
OpenWrt for some years now.
This was tested on a Linksys WRT610N V1 and older versions of this patch
were tested by other people on different devices.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 0eb65796bcb9..907e7e56fa4b 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2127,6 +2127,7 @@ | |||
2127 | #define PCI_DEVICE_ID_TIGON3_5754M 0x1672 | 2127 | #define PCI_DEVICE_ID_TIGON3_5754M 0x1672 |
2128 | #define PCI_DEVICE_ID_TIGON3_5755M 0x1673 | 2128 | #define PCI_DEVICE_ID_TIGON3_5755M 0x1673 |
2129 | #define PCI_DEVICE_ID_TIGON3_5756 0x1674 | 2129 | #define PCI_DEVICE_ID_TIGON3_5756 0x1674 |
2130 | #define PCI_DEVICE_ID_TIGON3_5750 0x1676 | ||
2130 | #define PCI_DEVICE_ID_TIGON3_5751 0x1677 | 2131 | #define PCI_DEVICE_ID_TIGON3_5751 0x1677 |
2131 | #define PCI_DEVICE_ID_TIGON3_5715 0x1678 | 2132 | #define PCI_DEVICE_ID_TIGON3_5715 0x1678 |
2132 | #define PCI_DEVICE_ID_TIGON3_5715S 0x1679 | 2133 | #define PCI_DEVICE_ID_TIGON3_5715S 0x1679 |