Subject: Re: my ds3100...
To: Herb Peyerl <Herb.Peyerl@sidney.novatel.ca>
From: Per Fogelstrom <pefo@enea.se>
List: port-pmax
Date: 12/13/1994 22:29:20
> 
> 
> Ok, just to continue... Yesterday I supped, and this morning I grabbed
> Jonathan's latest as/ld/gcc binaries, did a make clean, and rebuilt the
> kernel from scratch.
> 
> I also put some printf()s in machdep.c and the kernel dies in 
> locore.S:spl0():
[cut down]
> 
>     hpeyerl@cyst.corp.novatel.ca:/usr/src/sys/arch/pmax/compile/CYST
> real mem = 16777216
> avail mem = 13574144
> using 409 buffers containing 1675264 bytes of memory
> initcpu()
> spl0()
> 
Hmm. Funny. My 3081 does this sometimes. I thougth it was some 'wire wrap'
problem. Apperently it happens when the interrupt is enabled.

Suggestion: Put an printf in the interrupt handler and print out the
cause register. If you get there tell me what you got.

Per