Skip to content

Commit

Permalink
e1000: disable ERT
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Auke Kok authored and Auke Kok committed Jun 27, 2006
1 parent 592600a commit ab7bc0a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1806,9 +1806,6 @@ e1000_configure_rx(struct e1000_adapter *adapter)
E1000_WRITE_REG(hw, RXCSUM, rxcsum);
}

if (hw->mac_type == e1000_82573)
E1000_WRITE_REG(hw, ERT, 0x0100);

/* Enable Receives */
E1000_WRITE_REG(hw, RCTL, rctl);
}
Expand Down

0 comments on commit ab7bc0a

Please sign in to comment.