Re: PCI memory allocation bug with CONFIG_HIGHMEM

From: Andi Kleen
Date: Tue Jan 06 2004 - 05:49:40 EST


On Tue, Jan 06, 2004 at 12:16:14PM +0200, Mika Penttil? wrote:
> But AGP aperture is controlled with the standard APBASE pci base
> register, so you always know where it is, can relocate it and reserve
> address space for it. Of course there may exist other uncontrollable hw,
> which may cause problems.

Actually not. There are quite a lot of chipsets that require special
programming for the AGP aperture (why do you think drivers/char/agp/*.c
is so big?). And not even everything AGPv2 compliant.

And as Linus points out you would likely need to do some Northbridge
specific magic to make that area usable for PCI then.

Also you would need to put it over RAM because again there is no
reliable way to find a hole.

-Andi

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/