Port-ofppc archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD/ofppc boots multiuser on Pegasos
On Fri, Jul 28, 2006 at 02:18:44AM +0200, Jorge Acereda Maci? wrote:
> Maybe you have a theory on what's going on. When I copy a file, what I
> get on the NFS server is a file of the same size, but with chunks of
> zeros interleaved, that is:
>
> 0x0000 <correct data>
> 0x1000 <zeros>
> 0x2000 <correct data>
> 0x3000 <zeros>
> ...
It seems possible that OF_write() is not dumping the cache for the data
that you're sending. I haven't looked at the Openfirmware bindings to
see if that says anything about it.
I don't know off-hand why it would result in exactly that kind of behavior.
-allen
--
Use NetBSD! http://www.NetBSD.org/
Home |
Main Index |
Thread Index |
Old Index