diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2006-01-06 11:19:06 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2006-01-06 11:19:06 +0000 |
commit | 661004544c004090edfbb8541850303b4780b8b4 (patch) | |
tree | 89f8a5d1fe265025f35f21ffc85d1a16e44b97ad /shared-core | |
parent | 3f23f9b99db5d62fac6ab0f1e61f32f23ba5021b (diff) |
via: Combine PCI DMA transfers with stride==width (Idea from Luc
Verhaegen). A somewhat saner PCI DMA transfer size check. Fix some
typos. Bump patchlevel.
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 8f739457..deaa9336 100644 --- a/shared-core/via_drv.h +++ b/shared-core/via_drv.h @@ -28,11 +28,11 @@ #define DRIVER_NAME "via" #define DRIVER_DESC "VIA Unichrome / Pro" -#define DRIVER_DATE "20051116" +#define DRIVER_DATE "20060106" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 7 -#define DRIVER_PATCHLEVEL 4 +#define DRIVER_PATCHLEVEL 5 #include "via_verifier.h" |