diff options
author | Auke Kok <auke-jan.h.kok@intel.com> | 2006-06-27 12:08:13 -0400 |
---|---|---|
committer | Auke Kok <juke-jan.h.kok@intel.com> | 2006-06-27 12:08:13 -0400 |
commit | ab7bc0ad72a12ef8eacc1560c9342aa567f3531d (patch) | |
tree | 935ea7423189eb59ec9be5c841961ecd6b749309 | |
parent | 592600a0536f0d5aab4dc95f19515a37d03430f8 (diff) |
e1000: disable ERT
Hardware is reported to have problems with ERT. We disable it for
all hardware to make sure we are not seeing unexplainable user
problems.
Signed-off-by: Jesse Brandeburg <jesse.brandeburg@intel.com>
Signed-off-by: Auke Kok <auke-jan.h.kok@intel.com>
-rw-r--r-- | drivers/net/e1000/e1000_main.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/net/e1000/e1000_main.c b/drivers/net/e1000/e1000_main.c index a9e55dc10c55..cc0c77c4c170 100644 --- a/drivers/net/e1000/e1000_main.c +++ b/drivers/net/e1000/e1000_main.c | |||
@@ -1806,9 +1806,6 @@ e1000_configure_rx(struct e1000_adapter *adapter) | |||
1806 | E1000_WRITE_REG(hw, RXCSUM, rxcsum); | 1806 | E1000_WRITE_REG(hw, RXCSUM, rxcsum); |
1807 | } | 1807 | } |
1808 | 1808 | ||
1809 | if (hw->mac_type == e1000_82573) | ||
1810 | E1000_WRITE_REG(hw, ERT, 0x0100); | ||
1811 | |||
1812 | /* Enable Receives */ | 1809 | /* Enable Receives */ |
1813 | E1000_WRITE_REG(hw, RCTL, rctl); | 1810 | E1000_WRITE_REG(hw, RCTL, rctl); |
1814 | } | 1811 | } |