summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@localhost>2011-07-13 19:44:54 +0200
committercinap_lenrek <cinap_lenrek@localhost>2011-07-13 19:44:54 +0200
commit7dfdb696a68fc9ef02a9d4877475f2206dec1d85 (patch)
tree540786bc83661c51e7ad7d2e03a9e2c668df48f4 /sys
parentf4617dc7db28cd75e73bbe0044aa6bfc6941bfe5 (diff)
ether82563: fix block refcounting incompatibility with 9atom
Diffstat (limited to 'sys')
-rw-r--r--sys/src/9/pc/ether82563.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/src/9/pc/ether82563.c b/sys/src/9/pc/ether82563.c
index 94213a013..20fcb2a6f 100644
--- a/sys/src/9/pc/ether82563.c
+++ b/sys/src/9/pc/ether82563.c
@@ -792,6 +792,7 @@ i82563rballoc(Rbpool *p)
p->nfast++;
p->x = b->next;
b->next = nil;
+ _xinc(&b->ref);
return b;
}