ether82563: fix block refcounting incompatibility with 9atom

This commit is contained in:
cinap_lenrek 2011-07-13 19:44:54 +02:00
parent f4617dc7db
commit 7dfdb696a6

View file

@ -792,6 +792,7 @@ i82563rballoc(Rbpool *p)
p->nfast++;
p->x = b->next;
b->next = nil;
_xinc(&b->ref);
return b;
}