diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2006-01-12 19:08:16 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2006-01-12 19:08:16 +0000 |
commit | d394c9fa082407591586856afbaeb0833f5a7534 (patch) | |
tree | 78f64c5010964549b2e508dde2ce870ffdb98be0 /shared-core | |
parent | 2e0c281d1aabdf5b775a2f7de804d2f34a500124 (diff) |
via: direction bug in get_user_pages call in via_dmablit.c fixed. Bumped
minor since this causes the via DDX to fail with vlc video player.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/via_drv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index ae8b0d11..11a61167 100644 --- a/shared-core/via_drv.h +++ b/shared-core/via_drv.h @@ -28,10 +28,10 @@ #define DRIVER_NAME "via" #define DRIVER_DESC "VIA Unichrome / Pro" -#define DRIVER_DATE "20060106" +#define DRIVER_DATE "20060111" #define DRIVER_MAJOR 2 -#define DRIVER_MINOR 8 +#define DRIVER_MINOR 9 #define DRIVER_PATCHLEVEL 0 #include "via_verifier.h" |