Subject: Re: boot panic on sparc with modified generic
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 12/22/1996 22:05:21
   
   Can you try this patch, please?

there is a couple of alternatives:

putting

options 	NBUF=128

in your kernel configuration is one.

doing this is another:

% gdb -k -w /netbsd.new
[ ... ]
set nbuf=128
^D

the first will set NBUF in the kernel as it is built, the second
changes the default in a previously built kernel.


.mrg.