Now that I think about it there is no way to make this work without
the parallel kernel patch. I'll comment it out for the moment.
--
Jon Smirl
[EMAIL PROTECTED]
---
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use
>
> I added some transition code for getting rid of
> inter_module_get("agp"); I need to get a small kernel patch in place
> for it to switch to get_symbol("drm_agp_entry"). The code in CVS will
> work both ways.
>
CC [M] /storage/dri/drm/linux-core/drm_drv.o
/storage/dri/drm/linux-core/drm_drv.
I figured out how to change the drm_debug to just debug and not cause
symbol conflicts.
insmod ./drm.ko debug=1
insmod ./radeom.ko
You can do this in sysfs now and it works
echo "1" /sys/module/drm/debug
echo "0" /sys/module/drm/debug
I added some transition code for getting rid of
inter_module_