Subject: Re: ThinkPad T61p
To: None <port-amd64@netbsd.org>
From: Arto Huusko <arto.huusko@pp2.inet.fi>
List: port-amd64
Date: 09/27/2007 13:53:10
On Thu, 27 Sep 2007, Arto Huusko wrote:

> agp0 at pchb0: using generic initialization for Intel AGP
> agp0: can't map aperture

And this fails because "pci_mem_find: void region".

I'm guessing 82965 Host-AGP needs 64 bit handling (and maybe more),
like i965 has in agp_i810. Just setting 64BIT flag for aperture
mapping didn't work, though (pci_mem_find: expected mem type foo,
found bar). I guess the register is different than AGP_APBASE,
like it is for i965 in agp_i810?