lkml.org 
[lkml]   [2002]   [Dec]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [BUG]: agpgart for i810 chipsets broken in 2.5.51
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/

\
 
 \ /
  Last update: 2005-03-22 13:31    [W:0.046 / U:0.380 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site