diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-01-27 22:48:47 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-01-27 22:48:47 +0000 |
commit | cd9ef39c769202f161619ee7a95674371c57cd48 (patch) | |
tree | 85e034ddc5c57fc72f7cb4f97b453c89e942fea8 /shared/via.h | |
parent | 77045dc51672715115f179c099dfb8d7b4d304d4 (diff) |
Fixed multiple devices DMA bug. Fixed PCI path FIRE command detection
Diffstat (limited to 'shared/via.h')
-rw-r--r-- | shared/via.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shared/via.h b/shared/via.h index 91c52073..ee46b139 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 "20050107" +#define DRIVER_DATE "20050127" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 4 -#define DRIVER_PATCHLEVEL 3 +#define DRIVER_PATCHLEVEL 4 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_VIA_ALLOCMEM)] = { via_mem_alloc, 1, 0 }, \ |