Ronald G Minnich <[EMAIL PROTECTED]> writes:

> On 14 Mar 2002, Eric W. Biederman wrote:
> 
> > > Also, I should mention, I had to comment out: verify_loaded_image
> > > to make it work.
> > Very weird verify_loaded_image should normally be a noop.
> >
> > >  There's something wrong in there. I'm going to see if
> > > that's also the cause of my troubles on the L440GX+. Also, bounce_buffer
> > > computed a bounce buffer address of something like: 0x1ffa3bd0 or some
> > > such, which is somewhat out of range.
> >
> > You have less than 512MB of ram???
> 
> yes. Is that our problem? I have not looked at the bounce buffer code.

The bounce buffer stuff tries to allocate a buffer at the top
of memory.  It had allocated a buffer just under 512MB so I suspected
it is that.  I am wondering if something is reporting the wrong
memory size on the board you are having problems with.

> I suspect that this verify_loaded_image might be my l440gx problem. When
> did it go in?

It has been there just about as long as the bounce buffer code.  It
is pretty much a proof of concept that you can check checksums.  I'd
have to dig through CVS to see.

It really feels like you might have memory corruption going on.

Eric


Reply via email to