Subject: Re: Error in iteattach() ?
To: None <paul@pgoyette.bdt.com>
From: Taras Ivanenko <ivanenko@ctpa03.mit.edu>
List: port-mac68k
Date: 11/09/1996 20:26:18
> I've tracked it down to rouine iteattach() in ite.c, where it seems that 
> the call to pmap_extract() returns zero, which of course won't match the 
> value for conspa.

As far as I can tell, pmap_extract() returns zero when asked to
extract the adress which is already physical, i.e. mapped to
itself. In your case internal video is probably mapped to physical I/O
address, therefore zero. One solution can be to check the adress
itself when pmap_extract() returns zero and you are sure the address
is valid.

	Taras Ivanenko