Subject: Re: Error in iteattach() ? (fwd)
To: Paul Goyette <paul@pgoyette.bdt.com>
From: Scott Reynolds <scottr@og.org>
List: port-mac68k
Date: 11/10/1996 19:52:28
On Sun, 10 Nov 1996, Paul Goyette wrote:

> Later on, 
> when ite_match() attempts to get the physical address corresponding to 
> the relocated video RAM (by calling pmap_extract()) it gets a return 
> value of zero, which of course doesn't match the original physical 
> address (in my case, 0xfbb08000), so it doesn't attach the ite device.

That's not a physical address; it's the logical/virtual address that the
ROM and/or system software has set up.  This is documented in GMFH, 2nd ed
(I think I said 3rd ed. in the previous message... oops :-).

Thanks for the research, though.  It wasn't in vain.  I probably would
have asked you to do this stuff next, anyway...

--scott