diff options
author | Kevin E Martin <kem@kem.org> | 2001-04-05 18:27:05 +0000 |
---|---|---|
committer | Kevin E Martin <kem@kem.org> | 2001-04-05 18:27:05 +0000 |
commit | 2673fcbaaef60aa9f1258a24f3b678d3b1861c73 (patch) | |
tree | 9512644d621933df87dfcfe9681ec00a2ab70375 /linux/r128_drv.c | |
parent | 5c2aa063b68f75a4557e3bbe8262bbbee7137c94 (diff) |
- Reintegrate PPC support from old pcigart branchati-pcigart-1-0-0-20010405-freeze
Diffstat (limited to 'linux/r128_drv.c')
-rw-r--r-- | linux/r128_drv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/r128_drv.c b/linux/r128_drv.c index 7e736541c..584cb29c3 100644 --- a/linux/r128_drv.c +++ b/linux/r128_drv.c @@ -39,11 +39,11 @@ #define DRIVER_NAME "r128" #define DRIVER_DESC "ATI Rage 128" -#define DRIVER_DATE "20010308" +#define DRIVER_DATE "20010405" #define DRIVER_MAJOR 2 #define DRIVER_MINOR 1 -#define DRIVER_PATCHLEVEL 5 +#define DRIVER_PATCHLEVEL 6 #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { r128_cce_buffers, 1, 0 }, \ |