? kernel/Makefile
Index: kernel/s3v_drm.h
===================================================================
RCS file: /cvsroot/dri/xc/xc/programs/Xserver/hw/xfree86/os-support/linux/drm/kernel/Attic/s3v_drm.h,v
retrieving revision 1.1.2.2
diff -u -r1.1.2.2 s3v_drm.h
--- kernel/s3v_drm.h	26 Jun 2002 22:57:50 -0000	1.1.2.2
+++ kernel/s3v_drm.h	28 Jun 2002 21:08:54 -0000
@@ -53,14 +53,14 @@
 #define S3V_DEPTH   0x4
 
 /* s3v specific ioctls */
-#define DRM_IOCTL_S3V_INIT      	DRM_IOW( 0x60, drm_s3v_init_t)
-#define DRM_IOCTL_S3V_SIMPLE_LOCK   	DRM_IO(  0x6a)
-#define DRM_IOCTL_S3V_SIMPLE_FLUSH_LOCK DRM_IO(  0x6b)
-#define DRM_IOCTL_S3V_SIMPLE_UNLOCK 	DRM_IO(  0x6c)
-#define DRM_IOCTL_S3V_RESET     	DRM_IO(  0x61)
-#define DRM_IOCTL_S3V_STATUS        	DRM_IO(  0x62)
+#define DRM_IOCTL_S3V_INIT      	DRM_IOW( 0x40, drm_s3v_init_t)
+#define DRM_IOCTL_S3V_SIMPLE_LOCK   	DRM_IO(  0x4a)
+#define DRM_IOCTL_S3V_SIMPLE_FLUSH_LOCK DRM_IO(  0x4b)
+#define DRM_IOCTL_S3V_SIMPLE_UNLOCK 	DRM_IO(  0x4c)
+#define DRM_IOCTL_S3V_RESET     	DRM_IO(  0x41)
+#define DRM_IOCTL_S3V_STATUS        	DRM_IO(  0x42)
 /*
-#define DRM_IOCTL_S3V_COPY     		DRM_IOW( 0x6d, drm_s3v_copy_t)
+#define DRM_IOCTL_S3V_COPY     		DRM_IOW( 0x4d, drm_s3v_copy_t)
 */
 
 typedef struct _drm_s3v_init {
