]> err.no Git - linux-2.6/commitdiff
[TG3]: add bcm5752 to tg3_pci_tbl
authorJohn W. Linville <linville@tuxdriver.com>
Thu, 21 Apr 2005 23:57:50 +0000 (16:57 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 21 Apr 2005 23:57:50 +0000 (16:57 -0700)
Add hard-coded definition of bcm5752 PCI ID to tg3_pci_tbl.
Next patch will change entry to use pci_ids.h-based definition.

Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/tg3.c

index 34301ef3471420d7cbb5e3dc88038aa64f95c1a7..b72e95e8fac5c7288cc67affbe26acaf25403aef 100644 (file)
@@ -206,6 +206,8 @@ static struct pci_device_id tg3_pci_tbl[] = {
          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
        { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5751F,
          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
+       { PCI_VENDOR_ID_BROADCOM, 0x1600, /* TIGON3_5752 */
+         PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
        { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753,
          PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
        { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753M,