diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2010-02-17 10:16:55 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-02-17 20:27:35 -0500 |
commit | d110114281fad580dd9ce629507d17b123169cff (patch) | |
tree | 0d6d8590bd70cc3fb4eb03e5041e4adef56d4e32 /drivers | |
parent | 61e800cf949926b3d463ca3cf3025d964872774b (diff) |
tg3: Make 57791 and 57795 10/100 only
This patch adds the 57791 and 57795 to the list of devices that only
support 10 and 100 Mbps speeds.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Reviewed-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/net/tg3.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c index 344490e872b4..051b18ad3f0c 100644 --- a/drivers/net/tg3.c +++ b/drivers/net/tg3.c | |||
@@ -13588,6 +13588,8 @@ static int __devinit tg3_get_invariants(struct tg3 *tp) | |||
13588 | tp->pdev->device == PCI_DEVICE_ID_TIGON3_5753F || | 13588 | tp->pdev->device == PCI_DEVICE_ID_TIGON3_5753F || |
13589 | tp->pdev->device == PCI_DEVICE_ID_TIGON3_5787F)) || | 13589 | tp->pdev->device == PCI_DEVICE_ID_TIGON3_5787F)) || |
13590 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_57790 || | 13590 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_57790 || |
13591 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_57791 || | ||
13592 | tp->pdev->device == TG3PCI_DEVICE_TIGON3_57795 || | ||
13591 | (tp->tg3_flags3 & TG3_FLG3_PHY_IS_FET)) | 13593 | (tp->tg3_flags3 & TG3_FLG3_PHY_IS_FET)) |
13592 | tp->tg3_flags |= TG3_FLAG_10_100_ONLY; | 13594 | tp->tg3_flags |= TG3_FLAG_10_100_ONLY; |
13593 | 13595 | ||