Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-1-6] syssrc/sys/arch/macppc/stand/ofwboot



Module Name:    syssrc
Committed By:   lukem
Date:           Mon Sep 30 13:38:34 UTC 2002

Added Files:
        syssrc/sys/arch/macppc/stand/ofwboot [netbsd-1-6]: alloc.c

Log Message:
Pull up revision 1.3 (requested by wrstuden in ticket #866):
Re-add own alloc(). Recent issues with kernels randomly dying on boot
are related to using libsa's alloc(). Problems go away with this alloc().
The problem is that the libsa alloc() assumes we can grab memory off
the end of the program. That assumption doesn't work for us. It's
much better to use the alloc() we were using as it calls OF_claim()
to get memory.


To generate a diff of this commit:
cvs rdiff -r0 -r1.3.2.1 syssrc/sys/arch/macppc/stand/ofwboot/alloc.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index