Hi,
I've been seeing panics on a netbsd-4/i386 machine which appears to be
related to the reception of oversized frames:
re0: discarding oversize frame (len=8813)
I've narrowed down the problem here to a specific change.
Basically with netbsd-4 branch I see the failure, but if I revert
only
hi,
> On Thu, Oct 28, 2010 at 05:31:45AM +, YAMAMOTO Takashi wrote:
>> hi,
>>
>> > Here's the reason why I've written xmd_machdep.c:
>> >
>> > xmd(4) is a read-only RAM-based disk driver capable of XIP. The
>> > main purpose is to test XIP functionality. xmd(4) can be implemented
>> > on a
On Thu, Oct 28, 2010 at 05:31:45AM +, YAMAMOTO Takashi wrote:
> hi,
>
> > Here's the reason why I've written xmd_machdep.c:
> >
> > xmd(4) is a read-only RAM-based disk driver capable of XIP. The
> > main purpose is to test XIP functionality. xmd(4) can be implemented
> > on any platforms t