diff options
author | Matt Carlson <mcarlson@broadcom.com> | 2008-05-25 23:48:31 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-29 01:38:33 -0700 |
commit | 57e6983cbde91b4569b4014b933f3a16e12b99fd (patch) | |
tree | d5f06b5b0afcb465ebf60ee3c6b84413f4ded4ad /include/linux/pci_ids.h | |
parent | b02fd9e3ac118037549baeb86fbe0718561db17f (diff) | |
download | op-kernel-dev-57e6983cbde91b4569b4014b933f3a16e12b99fd.zip op-kernel-dev-57e6983cbde91b4569b4014b933f3a16e12b99fd.tar.gz |
tg3: Add 5785 ASIC revision
This patch added the 5785 device ID and ASIC revision to the code.
Signed-off-by: Matt Carlson <mcarlson@broadcom.com>
Signed-off-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: Benjamin Li <benli@broadcom.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 cf6dbd75..72c03856 100644 --- a/include/linux/pci_ids.h +++ b/include/linux/pci_ids.h @@ -1979,6 +1979,7 @@ #define PCI_DEVICE_ID_TIGON3_5787M 0x1693 #define PCI_DEVICE_ID_TIGON3_5782 0x1696 #define PCI_DEVICE_ID_TIGON3_5784 0x1698 +#define PCI_DEVICE_ID_TIGON3_5785 0x1699 #define PCI_DEVICE_ID_TIGON3_5786 0x169a #define PCI_DEVICE_ID_TIGON3_5787 0x169b #define PCI_DEVICE_ID_TIGON3_5788 0x169c |