diff options
author | Keith Whitwell <keith@tungstengraphics.com> | 2002-08-26 17:29:06 +0000 |
---|---|---|
committer | Keith Whitwell <keith@tungstengraphics.com> | 2002-08-26 17:29:06 +0000 |
commit | c9d387a04851a543dcb0e683dd17006752a07fc3 (patch) | |
tree | edb575430a69257977409cd3955ae01f6898c6ea | |
parent | a61589717f056786e2f25e9cdb7027b259538418 (diff) |
Bump minor number to account for parallel bump on trunk
-rw-r--r-- | shared/radeon.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/shared/radeon.h b/shared/radeon.h index 4ea2baff..885e4297 100644 --- a/shared/radeon.h +++ b/shared/radeon.h @@ -51,7 +51,7 @@ #define DRIVER_DATE "20020611" #define DRIVER_MAJOR 1 -#define DRIVER_MINOR 4 +#define DRIVER_MINOR 5 #define DRIVER_PATCHLEVEL 0 /* Interface history: @@ -64,9 +64,10 @@ * - Add support for new radeon packets (keith) * - Add getparam ioctl (keith) * - Add flip-buffers ioctl, deprecate fullscreen foo (keith). - * 1.4 - Add r200 packets to cmdbuf ioctl + * 1.4 - Add scratch registers to get_param ioctl. + * 1.5 - Add r200 packets to cmdbuf ioctl * - Add r200 function to init ioctl - * - Add 'scalar2' hack to cmdbuf ioctl (must die) + * - Add 'scalar2' instruction to cmdbuf */ #define DRIVER_IOCTLS \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \ |