Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41480
b: refs/heads/master
c: 21c4d5e
h: refs/heads/master
v: v3
  • Loading branch information
Auke Kok authored and Jeff Garzik committed Dec 2, 2006
1 parent 9ac0cad commit 9441167
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 87ca4e5b8d729fc157a0a599d78ccab245fc0602
refs/heads/master: 21c4d5e07859a6fc0f62be37da15b161e142c8d1
6 changes: 6 additions & 0 deletions trunk/drivers/net/e1000/e1000_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1934,6 +1934,12 @@ e1000_configure_rx(struct e1000_adapter *adapter)
E1000_WRITE_REG(hw, RXCSUM, rxcsum);
}

/* enable early receives on 82573, only takes effect if using > 2048
* byte total frame size. for example only for jumbo frames */
#define E1000_ERT_2048 0x100
if (hw->mac_type == e1000_82573)
E1000_WRITE_REG(hw, ERT, E1000_ERT_2048);

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

0 comments on commit 9441167

Please sign in to comment.