Bump minor number to account for parallel bump on trunk

This commit is contained in:
Keith Whitwell 2002-08-26 17:29:06 +00:00
parent a61589717f
commit c9d387a048

View file

@ -51,7 +51,7 @@
#define DRIVER_DATE "20020611" #define DRIVER_DATE "20020611"
#define DRIVER_MAJOR 1 #define DRIVER_MAJOR 1
#define DRIVER_MINOR 4 #define DRIVER_MINOR 5
#define DRIVER_PATCHLEVEL 0 #define DRIVER_PATCHLEVEL 0
/* Interface history: /* Interface history:
@ -64,9 +64,10 @@
* - Add support for new radeon packets (keith) * - Add support for new radeon packets (keith)
* - Add getparam ioctl (keith) * - Add getparam ioctl (keith)
* - Add flip-buffers ioctl, deprecate fullscreen foo (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 r200 function to init ioctl
* - Add 'scalar2' hack to cmdbuf ioctl (must die) * - Add 'scalar2' instruction to cmdbuf
*/ */
#define DRIVER_IOCTLS \ #define DRIVER_IOCTLS \
[DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \ [DRM_IOCTL_NR(DRM_IOCTL_DMA)] = { radeon_cp_buffers, 1, 0 }, \