It should be possible to avoid the whole DRM(fff) thing using linker directives to designate what symbols are exported from the final drm_xyz.o object, in the same way that static symbols don't get exported from individual object files.
I've thought this myself and mean to investigate at some strage, I get the feeling the kernel module loader would mess things up, also trying to get two DRMs into one kernel (non-modular..) might be messy...
I'm not sure how the kernel loader could do anything about it - I would expect (based on no actual investigation or knowledge), that the symbols wouldn't even appear in the final object file, they'd essentially disappear into the same hole as static symbols... Not as I point out that I've actually checked...
Keith
------------------------------------------------------- This SF.Net email is sponsored by BEA Weblogic Workshop FREE Java Enterprise J2EE developer tools! Get your free copy of BEA WebLogic Workshop 8.1 today. http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
