diff options
author | Thomas Hellstrom <unichrome@shipmail.org> | 2005-10-20 17:37:32 +0000 |
---|---|---|
committer | Thomas Hellstrom <unichrome@shipmail.org> | 2005-10-20 17:37:32 +0000 |
commit | cf8ce0888acf34afb5705faf1b6cb8d2f2945402 (patch) | |
tree | 59a8954a3a08b5960a9f80df89a742ce3a574d38 /shared-core | |
parent | b3631ba02cc55e0f4a4212d7075de62689bd1f43 (diff) |
via: PCI DMA bugfixes and DOS due to too many mapped pages checks.
Diffstat (limited to 'shared-core')
-rw-r--r-- | shared-core/via_drv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-core/via_drv.h b/shared-core/via_drv.h index 9e4f303a..fd884223 100644 --- a/shared-core/via_drv.h +++ b/shared-core/via_drv.h @@ -32,7 +32,7 @@ #define DRIVER_MAJOR 2 #define DRIVER_MINOR 7 -#define DRIVER_PATCHLEVEL 0 +#define DRIVER_PATCHLEVEL 1 #include "via_verifier.h" |