[Commit] kdrive/mach64 Imakefile, 1.2, 1.3 mach64.c, 1.11, 1.12 mach64.h, 1.6, 1.7 mach64curs.c, 1.1, 1.2 mach64draw.c, 1.7, 1.8 mach64draw.h, 1.1, 1.2 mach64stub.c, 1.4, 1.5 mach64video.c, 1.10, 1.11

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


Committed by: keithp

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

Modified Files:
	Imakefile mach64.c mach64.h mach64curs.c mach64draw.c 
	mach64draw.h mach64stub.c mach64video.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/mach64/Imakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Imakefile	16 Jun 2001 05:48:48 -0000	1.2
+++ Imakefile	7 Jul 2003 19:13:00 -0000	1.3
@@ -1,4 +1,4 @@
-XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/mach64/Imakefile,v 1.1 2001/06/03 18:48:19 keithp Exp $
+XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/mach64/Imakefile,v 1.1 2001/06/03 18:48:19 keithp Exp $
 KDRIVE=..
 #include "../Kdrive.tmpl"
 

Index: mach64.c
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- mach64.c	18 Oct 2002 06:31:17 -0000	1.11
+++ mach64.c	7 Jul 2003 19:13:00 -0000	1.12
@@ -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/mach64/mach64.c,v 1.10 2002/10/14 18:01:41 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64.c,v 1.10 2002/10/14 18:01:41 keithp Exp $ */
 
 #include "mach64.h"
 #include <sys/io.h>

Index: mach64.h
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- mach64.h	24 Jul 2001 19:06:03 -0000	1.6
+++ mach64.h	7 Jul 2003 19:13:00 -0000	1.7
@@ -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/mach64/mach64.h,v 1.5 2001/06/23 03:41:24 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64.h,v 1.5 2001/06/23 03:41:24 keithp Exp $ */
 
 #ifndef _MACH64_H_
 #define _MACH64_H_

Index: mach64curs.c
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64curs.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mach64curs.c	3 Jun 2001 18:48:19 -0000	1.1
+++ mach64curs.c	7 Jul 2003 19:13:00 -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/tridentcurs.c,v 1.6 2000/09/03 05:11:20 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentcurs.c,v 1.6 2000/09/03 05:11:20 keithp Exp $ */
 
 #include "trident.h"
 #include "cursorstr.h"

Index: mach64draw.c
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64draw.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- mach64draw.c	24 Jul 2001 19:06:03 -0000	1.7
+++ mach64draw.c	7 Jul 2003 19:13:00 -0000	1.8
@@ -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/mach64/mach64draw.c,v 1.6 2001/07/23 03:44:17 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64draw.c,v 1.6 2001/07/23 03:44:17 keithp Exp $ */
 
 #include "mach64.h"
 #include "mach64draw.h"

Index: mach64draw.h
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64draw.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- mach64draw.h	3 Jun 2001 18:48:19 -0000	1.1
+++ mach64draw.h	7 Jul 2003 19:13:00 -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.h,v 1.4 2000/10/11 06:04:40 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.h,v 1.4 2000/10/11 06:04:40 keithp Exp $ */
 
 #ifndef _TRIDENTDRAW_H_
 #define _TRIDENTDRAW_H_

Index: mach64stub.c
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64stub.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- mach64stub.c	8 Oct 2002 21:25:35 -0000	1.4
+++ mach64stub.c	7 Jul 2003 19:13:00 -0000	1.5
@@ -22,7 +22,7 @@
  *
  * Author:  Keith Packard, SuSE, Inc.
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c,v 1.2 2001/10/12 06:33:10 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64stub.c,v 1.2 2001/10/12 06:33:10 keithp Exp $ */
 
 #include "mach64.h"
 

Index: mach64video.c
===================================================================
RCS file: /local/src/CVS/kdrive/mach64/mach64video.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- mach64video.c	23 Apr 2003 21:51:18 -0000	1.10
+++ mach64video.c	7 Jul 2003 19:13:00 -0000	1.11
@@ -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/mach64/mach64video.c,v 1.9tsi Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/mach64/mach64video.c,v 1.9tsi Exp $ */
 #include "mach64.h"
 
 #include "Xv.h"




More information about the Commit mailing list