Subject: Re: netboot via native bootloader
To: None <port-cobalt@NetBSD.org>
From: Izumi Tsutsui <tsutsui@ceres.dti.ne.jp>
List: port-cobalt
Date: 10/31/2007 01:40:30
I wrote:

> Furthermore, I also have to change tlp_send() to copy
> data to txstore[] buffer allocated in struct local while
> I have no idea why the previous one worked without it.
> Wihtout this change, some short (~90 bytes) TX packets
> seem corrupted. These packets have correct headers but
> the NFS server doesn't respond such packets.

Duh, this is due to my stupid bug in cache flush code.

I've committed a fix and updated binary.
---
Izumi Tsutsui