summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Dawes <dawes@xfree86.org>2002-02-13 21:18:28 +0000
committerDavid Dawes <dawes@xfree86.org>2002-02-13 21:18:28 +0000
commitbf01c96677fba8e7b0c8d1281b87d59256be7525 (patch)
tree24d25b8fa4987897180d249b671ac2ab9e8edab1
parentd779dbfb8b2f97561350a936462e9f5a50ed3f78 (diff)
Revert the minor version back to 2 (and bump the patchlevel).mesa-4-0-20020214mesa-4-0-20020213mesa-4-0-branch
-rw-r--r--linux-core/i810_drv.c14
-rw-r--r--linux/i810_drv.c14
2 files changed, 14 insertions, 14 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c
index 733e5850..f792e378 100644
--- a/linux-core/i810_drv.c
+++ b/linux-core/i810_drv.c
@@ -43,15 +43,15 @@
/* Interface history
*
- * 1.1 - XFree86 4.1
- * 1.2 - XvMC interfaces
- * - XFree86 4.2
- * 1.3 - Disable copying code (leave stub ioctls for backwards compatibility)
- * - Remove requirement for interrupt (leave stubs again)
+ * 1.1 - XFree86 4.1
+ * 1.2 - XvMC interfaces
+ * - XFree86 4.2
+ * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility)
+ * - Remove requirement for interrupt (leave stubs again)
*/
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 3
-#define DRIVER_PATCHLEVEL 0
+#define DRIVER_MINOR 2
+#define DRIVER_PATCHLEVEL 1
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)] = { i810_dma_init, 1, 1 }, \
diff --git a/linux/i810_drv.c b/linux/i810_drv.c
index 733e5850..f792e378 100644
--- a/linux/i810_drv.c
+++ b/linux/i810_drv.c
@@ -43,15 +43,15 @@
/* Interface history
*
- * 1.1 - XFree86 4.1
- * 1.2 - XvMC interfaces
- * - XFree86 4.2
- * 1.3 - Disable copying code (leave stub ioctls for backwards compatibility)
- * - Remove requirement for interrupt (leave stubs again)
+ * 1.1 - XFree86 4.1
+ * 1.2 - XvMC interfaces
+ * - XFree86 4.2
+ * 1.2.1 - Disable copying code (leave stub ioctls for backwards compatibility)
+ * - Remove requirement for interrupt (leave stubs again)
*/
#define DRIVER_MAJOR 1
-#define DRIVER_MINOR 3
-#define DRIVER_PATCHLEVEL 0
+#define DRIVER_MINOR 2
+#define DRIVER_PATCHLEVEL 1
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_I810_INIT)] = { i810_dma_init, 1, 1 }, \