Subject: Re: tlb problems with -current.
To: None <port-pmax@NetBSD.ORG>
From: Toru Nishimura <nisimura@itc.aist-nara.ac.jp>
List: port-pmax
Date: 05/29/1999 15:42:28
>        prodtype = *(u_int32_t *)(ioasic_base + IOASIC_INTR);
>
> in dec_3maxplus_init().  v0 gets loaded with IOASIC_SLOT_1_START+0x110,
> and IOASIC_INTR is that + 0x110 (or 272).
>
> Any ideas?

Aaah, it's a bozo.  Just replace it with known constant.  Sorry about the
trivial mistake.

Tohru Nishimura