From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <2652d36646a0af69a95ec20f19388af1@caldo.demon.co.uk> To: 9fans@cse.psu.edu From: forsyth@caldo.demon.co.uk MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] /sys/src/9/pc/ether83815.c Date: Sat, 6 Jul 2002 02:30:43 +0100 Topicbox-Message-UUID: c340374c-eaca-11e9-9e20-41e7f4b1d025 the line reading des->bp = allocb(Rbsz); should read des->bp = iallocb(Rbsz); to avoid a panic owing to a rule now being enforced in allocb.c (allocb can't be called in reset functions)