diff options
author | John W. Linville <linville@tuxdriver.com> | 2005-04-21 19:58:56 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-04-21 19:58:56 -0400 |
commit | 6e9017a7d9b949aea638eeba67d34affaa145f14 (patch) | |
tree | c68448ebd05911a8b026cc6130f61db988546f6c /include/linux/pci_ids.h | |
parent | af2bcd97b570f39da94103f80f67433dab515049 (diff) |
[TG3]: add bcm5752 entry to pci_ids.h
Add proper entry for bcm5752 PCI ID to pci_ids.h, and use it in tg3.
I did this separately in case patches like this (i.e. new PCI IDs)
need to come from more "official" sources.
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |