diff options
author | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-16 21:47:06 +0100 |
---|---|---|
committer | cinap_lenrek <cinap_lenrek@felloff.net> | 2013-12-16 21:47:06 +0100 |
commit | f3f89e03ed0b8e48769596241939adf929bd345e (patch) | |
tree | 4a8a3bf5951e303339d655888f22e62cba3f5859 /sys/src/9/pc/ether82598.c | |
parent | ce5f9d8210ff630d24bfc5f392b96964c891673e (diff) |
ether82598, ether82563: remove packblock() avoidance hack
Diffstat (limited to 'sys/src/9/pc/ether82598.c')
-rw-r--r-- | sys/src/9/pc/ether82598.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/src/9/pc/ether82598.c b/sys/src/9/pc/ether82598.c index b786eced7..5adb88ec8 100644 --- a/sys/src/9/pc/ether82598.c +++ b/sys/src/9/pc/ether82598.c @@ -571,7 +571,6 @@ loop1: b = c->rb[rdh]; c->rb[rdh] = 0; b->wp += r->length; - b->lim = b->wp; /* lie like a dog */ if(!(r->status & Ixsm)){ if(r->status & Ipcs) b->flag |= Bipck; |