Re: [BUG]: agpgart for i810 chipsets broken in 2.5.51

Dave Jones (davej@suse.de)
Tue, 10 Dec 2002 17:23:20 +0100


On Wed, Dec 11, 2002 at 12:08:22AM +0500, Antonino Daplas wrote:
> Tried it with framebuffer console off, same results. Moved agp before vt
> in char/Makefile, same. Even manually calling agp_init() doesn't work
> because what's really needed is agp_intel_init().
>
> Anyway, I guess I'll stick to what I'm doing right now, periodically do
> an inter_module_get("drm_agp") until it becomes available.

That's really quite icky. Even putting an..

#ifdef CONFIG_FRAMEBUFFER_I810
dev = pci_find_blah..
agp_intel_init(dev);
#endif

before console_init() call in init/main.c seems cleaner than that imo,
(and this is still quite gross).

Dave

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