diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2007-10-10 18:03:07 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2007-10-10 18:03:07 -0700 |
commit | 9936bcf68a7e4d33f080bba9ee03d156c75c91ee (patch) | |
tree | 304371f919a53ee6be7c7bf0b672078ab123eb71 /include | |
parent | 0d3031d9e674cddd4c09731123ad252294cdf15f (diff) |
[TG3]: Add 5761 support
This patch adds rest of the miscellaneous code required to support the
5761.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 6f5fa39c829..27363bf2979 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1950,6 +1950,8 @@ #define PCI_DEVICE_ID_TIGON3_5751M 0x167d #define PCI_DEVICE_ID_TIGON3_5751F 0x167e #define PCI_DEVICE_ID_TIGON3_5787F 0x167f +#define PCI_DEVICE_ID_TIGON3_5761E 0x1680 +#define PCI_DEVICE_ID_TIGON3_5761 0x1681 #define PCI_DEVICE_ID_TIGON3_5764 0x1684 #define PCI_DEVICE_ID_TIGON3_5787M 0x1693 #define PCI_DEVICE_ID_TIGON3_5782 0x1696 |