> I figured out I can't iprint my way out of the problem, because iprint
> doesn't work until after trapinit is over.

you can wave() your way out.

> I added a special case to intrs so that if ibits is 0x00000010 and the
> sort is Irqbridge, we just turn off that bit in the irq mask, and
> uncommented several debuggy iprints.
> 
> I found the sheevamem structure and changed its 512*MB to 256*MB
> because my TS-212 only has 256 MB of RAM, according to the u-boot
> startup message. (I think TS-219s have 512 MB.)

there are assumptions about the memory size in many devices,
including the ethernet.  make sure that you reprogram all the
windows that are active.  maybe that's not it, but it's the most
obvious change.  it could be that the new hw just tickles an
old problem.  those are the worst bugs to hunt.

- erik

Reply via email to