[Commit] kdrive/pcmcia Imakefile, 1.2, 1.3 modes.h, 1.1, 1.2 pcmcia.c, 1.7, 1.8 pcmcia.h, 1.3, 1.4 pcmciacurs.c, 1.1, 1.2 pcmciarotate.c, 1.1, 1.2 pcmciashadow.c, 1.2, 1.3 pcmciastub.c, 1.2, 1.3

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


Committed by: keithp

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

Modified Files:
	Imakefile modes.h pcmcia.c pcmcia.h pcmciacurs.c 
	pcmciarotate.c pcmciashadow.c pcmciastub.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/pcmcia/Imakefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Imakefile	14 Oct 2002 18:01:41 -0000	1.2
+++ Imakefile	7 Jul 2003 19:13:00 -0000	1.3
@@ -1,4 +1,4 @@
-XCOMM $XFree86$
+XCOMM $RCSId: $
 KDRIVE=..
 #include "../Kdrive.tmpl"
 

Index: modes.h
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/modes.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- modes.h	23 May 2001 08:56:08 -0000	1.1
+++ modes.h	7 Jul 2003 19:13:00 -0000	1.2
@@ -21,7 +21,7 @@
  *
  * Authors:  Alan Hourihane, <alanh at fairlite.demon.co.uk>
  */
-/* $XFree86$ */
+/* $RCSId: $ */
 
 #define V_NHSYNC 0x01
 #define V_NVSYNC 0x02

Index: pcmcia.c
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/pcmcia.c,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pcmcia.c	18 Oct 2002 06:08:10 -0000	1.7
+++ pcmcia.c	7 Jul 2003 19:13:00 -0000	1.8
@@ -27,7 +27,7 @@
  *
  * Tested running under a Compaq IPAQ Pocket PC running Linux
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.c,v 1.6 2002/10/14 18:01:41 keithp Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.c,v 1.6 2002/10/14 18:01:41 keithp Exp $ */
 
 #include "pcmcia.h"
 #define extern

Index: pcmcia.h
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/pcmcia.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- pcmcia.h	14 Oct 2002 18:01:41 -0000	1.3
+++ pcmcia.h	7 Jul 2003 19:13:00 -0000	1.4
@@ -21,7 +21,7 @@
  *
  * Authors:  Alan Hourihane, <alanh at fairlite.demon.co.uk>
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.h,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmcia.h,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
 
 #ifndef _PCMCIA_H_
 #define _PCMCIA_H_

Index: pcmciacurs.c
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/pcmciacurs.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pcmciacurs.c	23 May 2001 08:56:09 -0000	1.1
+++ pcmciacurs.c	7 Jul 2003 19:13:00 -0000	1.2
@@ -21,7 +21,7 @@
  *
  * Authors:  Alan Hourihane, <alanh at fairlite.demon.co.uk>
  */
-/* $XFree86$ */
+/* $RCSId: $ */
 
 #include "pcmcia.h"
 #include "cursorstr.h"

Index: pcmciarotate.c
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/pcmciarotate.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- pcmciarotate.c	13 Oct 2002 19:35:56 -0000	1.1
+++ pcmciarotate.c	7 Jul 2003 19:13:00 -0000	1.2
@@ -1,7 +1,7 @@
 /*
- * $XFree86: xc/programs/Xserver/miext/shadow/shrotate.c,v 1.3 2001/07/21 04:13:26 keithp Exp $
+ * $RCSId: xc/programs/Xserver/miext/shadow/shrotate.c,v 1.3 2001/07/21 04:13:26 keithp Exp $
  *
- * Copyright © 2001 Keith Packard, member of The XFree86 Project, Inc.
+ * Copyright © 2001 Keith Packard
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that

Index: pcmciashadow.c
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/pcmciashadow.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcmciashadow.c	29 May 2001 17:47:55 -0000	1.2
+++ pcmciashadow.c	7 Jul 2003 19:13:00 -0000	1.3
@@ -21,7 +21,7 @@
  *
  * Authors:  Alan Hourihane, <alanh at fairlite.demon.co.uk>
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciashadow.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciashadow.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
 
 #include    "X.h"
 #include    "scrnintstr.h"

Index: pcmciastub.c
===================================================================
RCS file: /local/src/CVS/kdrive/pcmcia/pcmciastub.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- pcmciastub.c	12 Oct 2001 06:33:11 -0000	1.2
+++ pcmciastub.c	7 Jul 2003 19:13:00 -0000	1.3
@@ -21,7 +21,7 @@
  *
  * Authors:  Alan Hourihane, <alanh at fairlite.demon.co.uk>
  */
-/* $XFree86: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciastub.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
+/* $RCSId: xc/programs/Xserver/hw/kdrive/pcmcia/pcmciastub.c,v 1.1 2001/05/23 08:56:09 alanh Exp $ */
 
 #include "pcmcia.h"
 




More information about the Commit mailing list