summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Daenzer <michel@daenzer.net>2002-07-14 20:26:52 +0000
committerMichel Daenzer <michel@daenzer.net>2002-07-14 20:26:52 +0000
commit9a3a3143ce41c72b4de2721cf16025f11ca334ca (patch)
treec2cb53dcbec6f4c719b16a7c228f19029ec8d020
parentfd86ac9561dc77ef23e19d28723b40c72bdf1e97 (diff)
downloaddrm-9a3a3143ce41c72b4de2721cf16025f11ca334ca.tar.gz
bump DRM minor and check it before using the GETPARAM ioctl to obtain
scratch register values
-rw-r--r--shared/radeon.h6
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:
*