From c9d387a04851a543dcb0e683dd17006752a07fc3 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Mon, 26 Aug 2002 17:29:06 +0000 Subject: [PATCH] Bump minor number to account for parallel bump on trunk --- shared/radeon.h | 7 ++++--- 1 file 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 }, \