aboutsummaryrefslogtreecommitdiff
path: root/shared/via.h
diff options
context:
space:
mode:
authorThomas Hellstrom <unichrome@shipmail.org>2004-12-21 17:13:22 +0000
committerThomas Hellstrom <unichrome@shipmail.org>2004-12-21 17:13:22 +0000
commit02c35ec0a28b4fffcfc09ca444f7dc0c0912216d (patch)
tree988aa44f498d6251ad28d76663ec786e625537d1 /shared/via.h
parent47c178da08c01501890e23219cbac8319992a453 (diff)
via DRM: Tightened the security for some functions of the
DRM_IOCTL_VIA_DMA_INIT IOCTL. Bumped patchlevel and driver date. XFree86 bug: 2119
Diffstat (limited to 'shared/via.h')
-rw-r--r--shared/via.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/via.h b/shared/via.h
index 960f5e2d..2811d786 100644
--- a/shared/via.h
+++ b/shared/via.h
@@ -30,11 +30,11 @@
#define DRIVER_NAME "via"
#define DRIVER_DESC "VIA Unichrome"
-#define DRIVER_DATE "20041220"
+#define DRIVER_DATE "20041221"
#define DRIVER_MAJOR 2
#define DRIVER_MINOR 3
-#define DRIVER_PATCHLEVEL 2
+#define DRIVER_PATCHLEVEL 3
#define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_VIA_ALLOCMEM)] = { via_mem_alloc, 1, 0 }, \