aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/net/tg3.c2
-rw-r--r--include/linux/pci_ids.h1
2 files changed, 2 insertions, 1 deletions
diff --git a/drivers/net/tg3.c b/drivers/net/tg3.c
index b72e95e8fac5..4375eec06d37 100644
--- a/drivers/net/tg3.c
+++ b/drivers/net/tg3.c
@@ -206,7 +206,7 @@ static struct pci_device_id tg3_pci_tbl[] = {
206 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, 206 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
207 { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5751F, 207 { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5751F,
208 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, 208 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
209 { PCI_VENDOR_ID_BROADCOM, 0x1600, /* TIGON3_5752 */ 209 { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5752,
210 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, 210 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
211 { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753, 211 { PCI_VENDOR_ID_BROADCOM, PCI_DEVICE_ID_TIGON3_5753,
212 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL }, 212 PCI_ANY_ID, PCI_ANY_ID, 0, 0, 0UL },
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h
index f1f75fde8cd4..6a1897481942 100644
--- a/include/linux/pci_ids.h
+++ b/include/linux/pci_ids.h
@@ -2062,6 +2062,7 @@
2062#define PCI_DEVICE_ID_AFAVLAB_P030 0x2182 2062#define PCI_DEVICE_ID_AFAVLAB_P030 0x2182
2063 2063
2064#define PCI_VENDOR_ID_BROADCOM 0x14e4 2064#define PCI_VENDOR_ID_BROADCOM 0x14e4
2065#define PCI_DEVICE_ID_TIGON3_5752 0x1600
2065#define PCI_DEVICE_ID_TIGON3_5700 0x1644 2066#define PCI_DEVICE_ID_TIGON3_5700 0x1644
2066#define PCI_DEVICE_ID_TIGON3_5701 0x1645 2067#define PCI_DEVICE_ID_TIGON3_5701 0x1645
2067#define PCI_DEVICE_ID_TIGON3_5702 0x1646 2068#define PCI_DEVICE_ID_TIGON3_5702 0x1646