diff options
author | Bernd Wiebelt <bernd.wiebelt@rz.uni-freiburg.de> | 2015-07-06 14:27:48 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2015-07-06 14:27:48 +0100 |
commit | 24112d91a0ab4c29794bc7750cbfc4166bc9026a (patch) | |
tree | 5c63060fa2dff3d257c114f912b62f7decf530bf /src/drivers/net/tg3/tg3_hw.c | |
parent | 652e5a96db85a86633b5c40fc1699ae5c8039942 (diff) | |
download | ipxe-24112d91a0ab4c29794bc7750cbfc4166bc9026a.tar.gz |
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/drivers/net/tg3/tg3_hw.c')
-rw-r--r-- | src/drivers/net/tg3/tg3_hw.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/net/tg3/tg3_hw.c b/src/drivers/net/tg3/tg3_hw.c index 3a481aba..50353cf3 100644 --- a/src/drivers/net/tg3/tg3_hw.c +++ b/src/drivers/net/tg3/tg3_hw.c @@ -436,6 +436,7 @@ int tg3_get_invariants(struct tg3 *tp) tp->pdev->device == TG3PCI_DEVICE_TIGON3_57761 || tp->pdev->device == TG3PCI_DEVICE_TIGON3_57762 || tp->pdev->device == TG3PCI_DEVICE_TIGON3_57765 || + tp->pdev->device == TG3PCI_DEVICE_TIGON3_57766 || tp->pdev->device == TG3PCI_DEVICE_TIGON3_57791 || tp->pdev->device == TG3PCI_DEVICE_TIGON3_57795) pci_read_config_dword(tp->pdev, |