From b8e51f4ad81744b765b14da06cc4d56bd1817bd9 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Sun, 7 Jul 2002 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2002-07-07 --- pc/ether83815.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc/ether83815.c b/pc/ether83815.c index b424ce2549369be98484f8b0486865f26b7684d0..2c15a8bb2d87379578f6e07536a404e22e239b56 100644 --- a/pc/ether83815.c +++ b/pc/ether83815.c @@ -600,7 +600,7 @@ ctlrinit(Ether* ether) ctlr->rdr = malloc(ctlr->nrdr*sizeof(Des)); last = nil; for(des = ctlr->rdr; des < &ctlr->rdr[ctlr->nrdr]; des++){ - des->bp = allocb(Rbsz); + des->bp = iallocb(Rbsz); des->cmdsts = Rbsz; des->addr = PADDR(des->bp->rp); if(last != nil)