[Commit] kdrive/i810 Imakefile, 1.1, 1.2 i810.c, 1.2, 1.3 i810.h, 1.1, 1.2 i810_cursor.c, 1.3, 1.4 i810_reg.h, 1.2, 1.3 i810_video.c, 1.2, 1.3 i810stub.c, 1.3, 1.4

Keith Packard commit at keithp.com
Mon Jul 7 13:13:32 PDT 2003


Committed by: keithp

Update of /local/src/CVS/kdrive/i810
In directory home.keithp.com:/tmp/cvs-serv15771/i810

Modified Files:
	Imakefile i810.c i810.h i810_cursor.c i810_reg.h i810_video.c 
	i810stub.c 
Log Message:
Update RCS tags, fix keyboard hang on VT switch, fix scroll wheel mice, add -rawcoord option to not transform mice on rotate, fix mtrr to use power-of-two size, add a few vesa options

Index: Imakefile
===================================================================
RCS file: /local/src/CVS/kdrive/i810/Imakefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Imakefile	30 Mar 2001 02:18:41 -0000	1.1
+++ Imakefile	7 Jul 2003 19:12:58 -0000	1.2
@@ -1,5 +1,5 @@
 XCOMM $XConsortium: Imakefile /main/10 1996/12/02 10:20:33 lehors $
-XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/i810/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
+XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/i810/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
 KDRIVE=..
 #include "../Kdrive.tmpl"
 

Index: i810.c
===================================================================
RCS file: /local/src/CVS/kdrive/i810/i810.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- i810.c	20 Jul 2001 19:35:30 -0000	1.2
+++ i810.c	7 Jul 2003 19:12:58 -0000	1.3
@@ -32,7 +32,7 @@
 X Window System is a trademark of The Open Group */
 
 
-/* $XFree86: xc/programs/Xserver/hw/kdrive/i810/i810.c,v 1.1 2001/03/30 02:18:41 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/i810/i810.c,v 1.1 2001/03/30 02:18:41 keithp Exp $ */
 
 /*
  * i810.c - KDrive driver for the i810 chipset

Index: i810.h
===================================================================
RCS file: /local/src/CVS/kdrive/i810/i810.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- i810.h	30 Mar 2001 02:18:41 -0000	1.1
+++ i810.h	7 Jul 2003 19:12:58 -0000	1.2
@@ -31,7 +31,7 @@
 
 X Window System is a trademark of The Open Group */
 
-/* $XFree86$ */
+/* $RCSId: $ */
 
 /*
  * Author:

Index: i810_cursor.c
===================================================================
RCS file: /local/src/CVS/kdrive/i810/i810_cursor.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- i810_cursor.c	30 Oct 2002 12:52:06 -0000	1.3
+++ i810_cursor.c	7 Jul 2003 19:12:58 -0000	1.4
@@ -60,7 +60,7 @@
 
 
 
-/* $XFree86: xc/programs/Xserver/hw/kdrive/i810/i810_cursor.c,v 1.2 2001/12/10 16:34:20 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/i810/i810_cursor.c,v 1.2 2001/12/10 16:34:20 keithp Exp $ */
 
 /* i810_cursor.c: KDrive hardware cursor routines for the i810 chipset */
 

Index: i810_reg.h
===================================================================
RCS file: /local/src/CVS/kdrive/i810/i810_reg.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- i810_reg.h	30 Oct 2002 12:52:06 -0000	1.2
+++ i810_reg.h	7 Jul 2003 19:12:58 -0000	1.3
@@ -57,7 +57,7 @@
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
 
 **************************************************************************/
-/* $XFree86: xc/programs/Xserver/hw/kdrive/i810/i810_reg.h,v 1.1 2001/03/30 02:18:41 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/i810/i810_reg.h,v 1.1 2001/03/30 02:18:41 keithp Exp $ */
 
 /*
  * Authors:

Index: i810_video.c
===================================================================
RCS file: /local/src/CVS/kdrive/i810/i810_video.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- i810_video.c	23 Apr 2003 21:51:18 -0000	1.2
+++ i810_video.c	7 Jul 2003 19:12:58 -0000	1.3
@@ -58,8 +58,6 @@
 **************************************************************************/
 
 
-/* $XFree86: xc/programs/Xserver/hw/kdrive/i810/i810_video.c,v 1.1tsi Exp $ */
-
 /*
  * i810_video.c: i810 KDrive Xv driver. 
  *               Based on the XFree86 i810 Xv driver by Jonathan Bian.

Index: i810stub.c
===================================================================
RCS file: /local/src/CVS/kdrive/i810/i810stub.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- i810stub.c	28 Oct 2001 03:33:10 -0000	1.3
+++ i810stub.c	7 Jul 2003 19:12:58 -0000	1.4
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $RCSId: $ */
 /* COPYRIGHT AND PERMISSION NOTICE
 
 Copyright (c) 2000, 2001 Nokia Home Communications




More information about the Commit mailing list