> > > > Thanks for your reply. I'm using the DRM templates. > > These are the values I have, I must have got them from an > > example. > > DRIVER_MAJOR 1 > > DRIVER_MINOR 0 > > DRIVER_PATCHLEVEL 0 > > > > How do I find out what's the major, minor and patch level for > > the DRM I'm using? The DRM I'm using is from CVS, ~July 2002. > > These days, the DRM prints it on initialization, e.g. > > [drm] Initialized radeon 1.8.0 20020828 on minor 0 > Yes, DRM prints that line out for me too. But a quick test revealed that it prints out whatever major, minor is in wc_drv.c. Change it to 2.4.0 and it prints that out. I guess I'll just leave it as 1.0.0 for now.
> but I don't know if that was always the case. Then, if there > has been a > backwards compatible change in the interface of the DRM to user space, > you need to bump the minor; if there has been an incompatible change > (strongly discouraged), you need to bump the major. > OK. We may need to bump the minor. Thanks for the info. Bhavana ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ Dri-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/dri-devel
