aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/tg3.c
diff options
context:
space:
mode:
authorMatt Carlson <mcarlson@broadcom.com>2010-09-30 06:34:32 -0400
committerDavid S. Miller <davem@davemloft.net>2010-10-01 03:24:42 -0400
commitf51a8903f14512f5ce61a74657db7f84f16b2717 (patch)
treebac620351655a491a9f2c7958453276edd828740 /drivers/net/tg3.c
parentd309a46e42542223946d3a9e4e239fdc945cb53e (diff)
tg3: Remove 5724 device ID
This product was never released to the public. 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/net/tg3.c')
-rw-r--r--drivers/net/tg3.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index b6388be1cd1e..035d0d94e2b3 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -264,7 +264,6 @@ static DEFINE_PCI_DEVICE_TABLE(tg3_pci_tbl) = {
264 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57788)}, 264 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57788)},
265 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5717)}, 265 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5717)},
266 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5718)}, 266 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5718)},
267 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5724)},
268 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57781)}, 267 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57781)},
269 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)}, 268 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)},
270 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)}, 269 {PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)},
@@ -12883,7 +12882,6 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
12883 12882
12884 if (tp->pdev->device == TG3PCI_DEVICE_TIGON3_5717 || 12883 if (tp->pdev->device == TG3PCI_DEVICE_TIGON3_5717 ||
12885 tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 || 12884 tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 ||
12886 tp->pdev->device == TG3PCI_DEVICE_TIGON3_5724 ||
12887 tp->pdev->device == TG3PCI_DEVICE_TIGON3_5719) 12885 tp->pdev->device == TG3PCI_DEVICE_TIGON3_5719)
12888 pci_read_config_dword(tp->pdev, 12886 pci_read_config_dword(tp->pdev,
12889 TG3PCI_GEN2_PRODID_ASICREV, 12887 TG3PCI_GEN2_PRODID_ASICREV,