Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 203639
b: refs/heads/master
c: b595446
h: refs/heads/master
i:
  203637: 2b4b129
  203635: 5d80cf9
  203631: d698ba2
v: v3
  • Loading branch information
Alexander Duyck authored and David S. Miller committed Jul 20, 2010
1 parent a329460 commit c1ea419
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 653954825dce4015d6418ddb4de7826205f44c87
refs/heads/master: b59544649d6bb5134ab56764836efc29241ae5e0
4 changes: 2 additions & 2 deletions trunk/drivers/net/e1000/e1000.h
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,12 @@ struct e1000_adapter;
/* TX/RX descriptor defines */
#define E1000_DEFAULT_TXD 256
#define E1000_MAX_TXD 256
#define E1000_MIN_TXD 80
#define E1000_MIN_TXD 48
#define E1000_MAX_82544_TXD 4096

#define E1000_DEFAULT_RXD 256
#define E1000_MAX_RXD 256
#define E1000_MIN_RXD 80
#define E1000_MIN_RXD 48
#define E1000_MAX_82544_RXD 4096

#define E1000_MIN_ITR_USECS 10 /* 100000 irq/sec */
Expand Down

0 comments on commit c1ea419

Please sign in to comment.