diff options
author | Gareth Hughes <gareth@users.sourceforge.net> | 2001-01-24 15:34:46 +0000 |
---|---|---|
committer | Gareth Hughes <gareth@users.sourceforge.net> | 2001-01-24 15:34:46 +0000 |
commit | 4d2a4455b4e7bc65952aa6167c34b488c4ca3b8d (patch) | |
tree | 853b80f2484ac679f46f6c8319807b6e0ec24b0c /linux/r128_drv.c | |
parent | 642bb6fbb0bfbc6e549e61bd0ece72abcbd399b7 (diff) |
- Misc cleanups.
- Fix drmR128Clear parameters (Radeon to follow).
- Add some helper macros to r128/radeon kernel modules.
Diffstat (limited to 'linux/r128_drv.c')
-rw-r--r-- | linux/r128_drv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/r128_drv.c b/linux/r128_drv.c index cf258925..62185b58 100644 --- a/linux/r128_drv.c +++ b/linux/r128_drv.c @@ -37,7 +37,7 @@ #define R128_NAME "r128" #define R128_DESC "ATI Rage 128" -#define R128_DATE "20010101" +#define R128_DATE "20010125" #define R128_MAJOR 2 #define R128_MINOR 1 #define R128_PATCHLEVEL 4 |