diff options
author | Jeff Garzik <jeff@garzik.org> | 2006-12-15 11:06:17 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-12-26 15:51:30 -0500 |
commit | bb8e3311ef9de8e72f45f910e4a977c313c7009c (patch) | |
tree | bcf4b5b900face868506bc50a5e7a23338198efb /drivers/net/e1000/e1000_hw.h | |
parent | 72f3ab7462f4e153d1e8ac78e379716ad71d6923 (diff) |
e1000: workaround for the ESB2 NIC RX unit issue
In rare occasions, ESB2 systems would end up started without the RX
unit being turned on. Add a check that runs post-init to work around
this issue.
Originally from Jesse Brandeburg <jesse.brandeburg@intel.com>,
rewritten to use feature flags by me.
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/net/e1000/e1000_hw.h')
-rw-r--r-- | drivers/net/e1000/e1000_hw.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/e1000/e1000_hw.h b/drivers/net/e1000/e1000_hw.h index 18a4ae4549ad..f4d01e169c48 100644 --- a/drivers/net/e1000/e1000_hw.h +++ b/drivers/net/e1000/e1000_hw.h | |||
@@ -1463,6 +1463,7 @@ struct e1000_hw { | |||
1463 | boolean_t kmrn_lock_loss_workaround_disabled; | 1463 | boolean_t kmrn_lock_loss_workaround_disabled; |
1464 | boolean_t bad_tx_carr_stats_fd; | 1464 | boolean_t bad_tx_carr_stats_fd; |
1465 | boolean_t has_manc2h; | 1465 | boolean_t has_manc2h; |
1466 | boolean_t rx_needs_kicking; | ||
1466 | }; | 1467 | }; |
1467 | 1468 | ||
1468 | 1469 | ||