diff options
author | Michael Chan <mchan@broadcom.com> | 2005-10-26 18:46:52 -0400 |
---|---|---|
committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-28 16:07:29 -0400 |
commit | a4e2b347848bf626b822599329933887dc90e50f (patch) | |
tree | 414564393157868b8c6d708bfb2c750cf49b1f6b /include/linux/pci_ids.h | |
parent | 5fadd053d9bb4345ec6f405d24db4e7eb49cf81e (diff) |
[PATCH] tg3: add 5714/5715 support
Add complete support for 5714/5715. These chips are very similar to
5780 so the changes are very trivial. A TG3_FLG2_5780_CLASS flag is
added to identify these chips.
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Jeff Garzik <jgarzik@pobox.com>
Diffstat (limited to 'include/linux/pci_ids.h')
-rw-r--r-- | include/linux/pci_ids.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/pci_ids.h b/include/linux/pci_ids.h index 71834f05504f..d6865bbd9ea4 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h | |||
@@ -2165,11 +2165,13 @@ | |||
2165 | #define PCI_DEVICE_ID_TIGON3_5721 0x1659 | 2165 | #define PCI_DEVICE_ID_TIGON3_5721 0x1659 |
2166 | #define PCI_DEVICE_ID_TIGON3_5705M 0x165d | 2166 | #define PCI_DEVICE_ID_TIGON3_5705M 0x165d |
2167 | #define PCI_DEVICE_ID_TIGON3_5705M_2 0x165e | 2167 | #define PCI_DEVICE_ID_TIGON3_5705M_2 0x165e |
2168 | #define PCI_DEVICE_ID_TIGON3_5714 0x1668 | ||
2168 | #define PCI_DEVICE_ID_TIGON3_5780 0x166a | 2169 | #define PCI_DEVICE_ID_TIGON3_5780 0x166a |
2169 | #define PCI_DEVICE_ID_TIGON3_5780S 0x166b | 2170 | #define PCI_DEVICE_ID_TIGON3_5780S 0x166b |
2170 | #define PCI_DEVICE_ID_TIGON3_5705F 0x166e | 2171 | #define PCI_DEVICE_ID_TIGON3_5705F 0x166e |
2171 | #define PCI_DEVICE_ID_TIGON3_5750 0x1676 | 2172 | #define PCI_DEVICE_ID_TIGON3_5750 0x1676 |
2172 | #define PCI_DEVICE_ID_TIGON3_5751 0x1677 | 2173 | #define PCI_DEVICE_ID_TIGON3_5751 0x1677 |
2174 | #define PCI_DEVICE_ID_TIGON3_5715 0x1678 | ||
2173 | #define PCI_DEVICE_ID_TIGON3_5750M 0x167c | 2175 | #define PCI_DEVICE_ID_TIGON3_5750M 0x167c |
2174 | #define PCI_DEVICE_ID_TIGON3_5751M 0x167d | 2176 | #define PCI_DEVICE_ID_TIGON3_5751M 0x167d |
2175 | #define PCI_DEVICE_ID_TIGON3_5751F 0x167e | 2177 | #define PCI_DEVICE_ID_TIGON3_5751F 0x167e |