9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
* [9fans] /sys/src/9/pc/ether83815.c
@ 2002-07-06  1:30 forsyth
  0 siblings, 0 replies; only message in thread
From: forsyth @ 2002-07-06  1:30 UTC (permalink / raw)
  To: 9fans

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)



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-07-06  1:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-06  1:30 [9fans] /sys/src/9/pc/ether83815.c forsyth

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).