[Commit] kdrive/chips Imakefile, 1.1, 1.2 chips.c, 1.1, 1.2 chips.h, 1.1, 1.2 chipsdraw.c, 1.1, 1.2 chipsstub.c, 1.2, 1.3

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


Committed by: keithp

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

Modified Files:
	Imakefile chips.c chips.h chipsdraw.c chipsstub.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/chips/Imakefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Imakefile	5 Sep 2001 07:12: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/chips/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
+XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/chips/Imakefile,v 1.6 2000/10/20 00:19:51 keithp Exp $
 KDRIVE=..
 #include "../Kdrive.tmpl"
 

Index: chips.c
===================================================================
RCS file: /local/src/CVS/kdrive/chips/chips.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- chips.c	5 Sep 2001 07:12:41 -0000	1.1
+++ chips.c	7 Jul 2003 19:12:58 -0000	1.2
@@ -19,7 +19,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/trident/trident.c,v 1.18 2001/06/04 09:45:42 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/trident.c,v 1.18 2001/06/04 09:45:42 keithp Exp $ */
 
 #include "chips.h"
 #include <sys/io.h>

Index: chips.h
===================================================================
RCS file: /local/src/CVS/kdrive/chips/chips.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- chips.h	5 Sep 2001 07:12:41 -0000	1.1
+++ chips.h	7 Jul 2003 19:12:58 -0000	1.2
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/chips/chips.h,v 1.9 2000/11/29 08:42:25 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/chips/chips.h,v 1.9 2000/11/29 08:42:25 keithp Exp $ */
 
 #ifndef _CHIPS_H_
 #define _CHIPS_H_

Index: chipsdraw.c
===================================================================
RCS file: /local/src/CVS/kdrive/chips/chipsdraw.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- chipsdraw.c	5 Sep 2001 07:12:41 -0000	1.1
+++ chipsdraw.c	7 Jul 2003 19:12:58 -0000	1.2
@@ -21,7 +21,7 @@
  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  * PERFORMANCE OF THIS SOFTWARE.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.c,v 1.10 2001/06/03 18:48:19 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.c,v 1.10 2001/06/03 18:48:19 keithp Exp $ */
 
 #include "chips.h"
 

Index: chipsstub.c
===================================================================
RCS file: /local/src/CVS/kdrive/chips/chipsstub.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- chipsstub.c	12 Oct 2001 06:33:08 -0000	1.2
+++ chipsstub.c	7 Jul 2003 19:12:58 -0000	1.3
@@ -22,7 +22,7 @@
  *
  * Author:  Keith Packard, SuSE, Inc.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/chips/chipsstub.c,v 1.1 2001/09/05 07:12:42 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/chips/chipsstub.c,v 1.1 2001/09/05 07:12:42 keithp Exp $ */
 
 #include "chips.h"
 




More information about the Commit mailing list