diff options
author | Rik Faith <faith@alephnull.com> | 2000-09-29 01:47:11 +0000 |
---|---|---|
committer | Rik Faith <faith@alephnull.com> | 2000-09-29 01:47:11 +0000 |
commit | 39a659e87718d8b6bbf138510e83de7a1e95d855 (patch) | |
tree | 5d7ed3ac4e9f3d08e8abb94f46fe2db2d0a764d8 /linux/r128_drv.c | |
parent | b0a7efb5a959a6105486d303d25d06d69d5d569e (diff) |
Audit calls to schedule() Remove tags from files shared with Linux kernel
tree Remove debugging statements to make debugging more useful Other
minor cleanups in preparation for sync with Linux 2.4.0-test9-pre7
Diffstat (limited to 'linux/r128_drv.c')
-rw-r--r-- | linux/r128_drv.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/linux/r128_drv.c b/linux/r128_drv.c index dcb766a6..7ae49801 100644 --- a/linux/r128_drv.c +++ b/linux/r128_drv.c @@ -28,7 +28,6 @@ * Kevin E. Martin <martin@valinux.com> * */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/r128_drv.c,v 1.3 2000/08/28 02:43:16 tsi Exp $ */ #include <linux/config.h> #include "drmP.h" @@ -36,7 +35,7 @@ #define R128_NAME "r128" #define R128_DESC "ATI Rage 128" -#define R128_DATE "20000910" +#define R128_DATE "20000928" #define R128_MAJOR 1 #define R128_MINOR 0 #define R128_PATCHLEVEL 0 |