drm_sysfs.h and radeon_i2c.c are also 2.6 specific. drm_stub.h works on 2.4 except for the register_chrdev/cdev stuff. I would keep stub as is for 2.4 and just revert that part. The proposed 2.6 VGA sharing code will make 90% of drm_drv/drm_stub useless on 2.6 when it shows up.
Alternatively I could just pull out the register_chrdev/cdev stuff since that was preparing for VGA sharing. I was going to let VGA share device majors with DRM but if that isn't going to happen we don't need the code. Removing that code removes a major point of 2.4 breakage. Another idea would be to split 2.6 off and make drm_core. -- Jon Smirl [EMAIL PROTECTED] ------------------------------------------------------- This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170 Project Admins to receive an Apple iPod Mini FREE for your judgement on who ports your project to Linux PPC the best. Sponsored by IBM. Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php -- _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
