Put drm version back from 3.0 to 2.2; XFree86 4.1 is the baseline for
authorKeith Whitwell <keith@tungstengraphics.com>
Mon, 26 Nov 2001 13:28:38 +0000 (13:28 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Mon, 26 Nov 2001 13:28:38 +0000 (13:28 +0000)
    versioning information.

linux-core/r128_drv.c
linux/r128_drv.c

index 86cd3e7..d8d7be4 100644 (file)
@@ -41,8 +41,8 @@
 #define DRIVER_DESC            "ATI Rage 128"
 #define DRIVER_DATE            "20010917"
 
-#define DRIVER_MAJOR           3
-#define DRIVER_MINOR           0
+#define DRIVER_MAJOR           2
+#define DRIVER_MINOR           2
 #define DRIVER_PATCHLEVEL      0
 
 #define DRIVER_IOCTLS                                                      \
index 86cd3e7..d8d7be4 100644 (file)
@@ -41,8 +41,8 @@
 #define DRIVER_DESC            "ATI Rage 128"
 #define DRIVER_DATE            "20010917"
 
-#define DRIVER_MAJOR           3
-#define DRIVER_MINOR           0
+#define DRIVER_MAJOR           2
+#define DRIVER_MINOR           2
 #define DRIVER_PATCHLEVEL      0
 
 #define DRIVER_IOCTLS                                                      \