diff options
author | Michel Daenzer <michel@daenzer.net> | 2002-07-14 20:26:52 +0000 |
---|---|---|
committer | Michel Daenzer <michel@daenzer.net> | 2002-07-14 20:26:52 +0000 |
commit | 9a3a3143ce41c72b4de2721cf16025f11ca334ca (patch) | |
tree | c2cb53dcbec6f4c719b16a7c228f19029ec8d020 | |
parent | fd86ac9561dc77ef23e19d28723b40c72bdf1e97 (diff) |
bump DRM minor and check it before using the GETPARAM ioctl to obtain
scratch register values
-rw-r--r-- | shared/radeon.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/shared/radeon.h b/shared/radeon.h index 503df68b..ad36c868 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -47,11 +47,11 @@ #define DRIVER_NAME "radeon" #define DRIVER_DESC "ATI Radeon" -#define DRIVER_DATE "20020611" +#define DRIVER_DATE "20020714" #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 3 -#define DRIVER_PATCHLEVEL 1 +#define DRIVER_MINOR 4 +#define DRIVER_PATCHLEVEL 0 /* Interface history: * |