mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d309a46e42
commit
f51a8903f1
|
@ -264,7 +264,6 @@ static DEFINE_PCI_DEVICE_TABLE(tg3_pci_tbl) = {
|
|||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57788)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5717)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5718)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_5724)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57781)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57785)},
|
||||
{PCI_DEVICE(PCI_VENDOR_ID_BROADCOM, TG3PCI_DEVICE_TIGON3_57761)},
|
||||
|
@ -12883,7 +12882,6 @@ static int __devinit tg3_get_invariants(struct tg3 *tp)
|
|||
|
||||
if (tp->pdev->device == TG3PCI_DEVICE_TIGON3_5717 ||
|
||||
tp->pdev->device == TG3PCI_DEVICE_TIGON3_5718 ||
|
||||
tp->pdev->device == TG3PCI_DEVICE_TIGON3_5724 ||
|
||||
tp->pdev->device == TG3PCI_DEVICE_TIGON3_5719)
|
||||
pci_read_config_dword(tp->pdev,
|
||||
TG3PCI_GEN2_PRODID_ASICREV,
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
#define TG3PCI_DEVICE_TIGON3_5785_F 0x16a0 /* 10/100 only */
|
||||
#define TG3PCI_DEVICE_TIGON3_5717 0x1655
|
||||
#define TG3PCI_DEVICE_TIGON3_5718 0x1656
|
||||
#define TG3PCI_DEVICE_TIGON3_5724 0x165c
|
||||
#define TG3PCI_DEVICE_TIGON3_57781 0x16b1
|
||||
#define TG3PCI_DEVICE_TIGON3_57785 0x16b5
|
||||
#define TG3PCI_DEVICE_TIGON3_57761 0x16b0
|
||||
|
|
Loading…
Reference in New Issue