Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 35176
b: refs/heads/master
c: 600c977
h: refs/heads/master
v: v3
  • Loading branch information
Jeff Kirsher authored and Auke Kok committed Aug 16, 2006
1 parent 49f9293 commit f2d3d43
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 7820d4281a0d746a92992a9117aec007628ae3fe
refs/heads/master: 600c977c0801210602d7502f9c978c2b8c31a209
2 changes: 0 additions & 2 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1498,8 +1498,6 @@ e1000_configure_tx(struct e1000_adapter *adapter)
} else if (hw->mac_type == e1000_80003es2lan) {
tarc = E1000_READ_REG(hw, TARC0);
tarc |= 1;
if (hw->media_type == e1000_media_type_internal_serdes)
tarc |= (1 << 20);
E1000_WRITE_REG(hw, TARC0, tarc);
tarc = E1000_READ_REG(hw, TARC1);
tarc |= 1;
Expand Down

0 comments on commit f2d3d43

Please sign in to comment.