Am Mittwoch, 6. August 2003 11:12 schrieb Michel Dänzer:
> On Wed, 2003-08-06 at 07:25, Dieter Nützel wrote:
> > The 2.4.22-rc1 radeon.o module is outdate of course.
> > But the DRI CVS radeon.o module wouldn't load any longer.
> >
> > Linux agpgart interface v0.99 (c) Jeff Hartmann
> > agpgart: Maximum main memory to use for agp memory: 941M
> > agpgart: Detected AMD 760MP chipset
> > agpgart: AGP aperture is 64M @ 0xe8000000
> >
> > SunWave1 /opt/Mesa# modprobe radeon
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o: unresolved
> > symbol flush_tlb_all
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o: insmod
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o failed
> > /lib/modules/2.4.22-rc1-rl/kernel/drivers/char/drm/radeon.o: insmod
> > radeon failed
>
> The kernel basically needs to export flush_tlb_all.
>
> However, it's probably not really needed for your hardware (it's only
> needed for AGP bridges which don't provide direct CPU access to the
> aperture), so if somebody knows a more sophisticated way to handle this,
> I'm all ears.

In which sections of "kernel/ksyms.c" do these two lines belong?

#include <asm/pgalloc.h>
EXPORT_SYMBOL(flush_tlb_all);

Works great.

Aug  6 18:01:10 SunWave1 kernel: Linux agpgart interface v0.99 (c) Jeff 
Hartmann
Aug  6 18:01:10 SunWave1 kernel: agpgart: Maximum main memory to use for agp 
memory: 941M
Aug  6 18:01:10 SunWave1 kernel: agpgart: Detected AMD 760MP chipset
Aug  6 18:01:10 SunWave1 kernel: agpgart: AGP aperture is 64M @ 0xe8000000

Aug  6 20:55:50 SunWave1 kernel: [drm] AGP 0.99 aperture @ 0xe8000000 64MB
Aug  6 20:55:50 SunWave1 kernel: [drm] Initialized radeon 1.9.0 20020828 on 
minor 0


Greetings,
        Dieter



-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
Dri-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/dri-devel

Reply via email to