diff options
author | Keith Packard <keithp@keithp.com> | 2003-07-07 19:13:03 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-07-07 19:13:03 +0000 |
commit | 283a7f32c449b1970e5a484351f8396a8afd99da (patch) | |
tree | ab6df42d57b9d8dfd49203a18e607f90ff925935 /hw/kdrive/igs | |
parent | 804b89284665f19e2c92a07fadc72c25fbb3f5d9 (diff) |
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
Diffstat (limited to 'hw/kdrive/igs')
-rw-r--r-- | hw/kdrive/igs/Imakefile | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igs.c | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igs.h | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igscmap.c | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igscurs.c | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igsdraw.c | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igsdraw.h | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igsreg.c | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igsreg.h | 2 | ||||
-rw-r--r-- | hw/kdrive/igs/igsstub.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/hw/kdrive/igs/Imakefile b/hw/kdrive/igs/Imakefile index f282225ab..2214ee5ba 100644 --- a/hw/kdrive/igs/Imakefile +++ b/hw/kdrive/igs/Imakefile @@ -1,4 +1,4 @@ -XCOMM $XFree86: xc/programs/Xserver/hw/kdrive/igs/Imakefile,v 1.2 2000/05/24 23:52:47 keithp Exp $ +XCOMM $RCSId: xc/programs/Xserver/hw/kdrive/igs/Imakefile,v 1.2 2000/05/24 23:52:47 keithp Exp $ KDRIVE=.. #include "../Kdrive.tmpl" diff --git a/hw/kdrive/igs/igs.c b/hw/kdrive/igs/igs.c index 99ad6ec74..cdefe7551 100644 --- a/hw/kdrive/igs/igs.c +++ b/hw/kdrive/igs/igs.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/programs/Xserver/hw/kdrive/igs/igs.c,v 1.2 2000/05/24 23:52:47 keithp Exp $ + * $RCSId: xc/programs/Xserver/hw/kdrive/igs/igs.c,v 1.2 2000/05/24 23:52:47 keithp Exp $ * * Copyright © 1999 SuSE, Inc. * diff --git a/hw/kdrive/igs/igs.h b/hw/kdrive/igs/igs.h index 86f65d9d6..264425022 100644 --- a/hw/kdrive/igs/igs.h +++ b/hw/kdrive/igs/igs.h @@ -1,5 +1,5 @@ /* - * $XFree86: xc/programs/Xserver/hw/kdrive/igs/igs.h,v 1.1 2000/05/06 22:17:43 keithp Exp $ + * $RCSId: xc/programs/Xserver/hw/kdrive/igs/igs.h,v 1.1 2000/05/06 22:17:43 keithp Exp $ * * Copyright © 1999 SuSE, Inc. * diff --git a/hw/kdrive/igs/igscmap.c b/hw/kdrive/igs/igscmap.c index b6cc93538..fa464384c 100644 --- a/hw/kdrive/igs/igscmap.c +++ b/hw/kdrive/igs/igscmap.c @@ -1,5 +1,5 @@ /* - * $XFree86$ + * $RCSId: $ * * Copyright © 2000 Keith Packard * diff --git a/hw/kdrive/igs/igscurs.c b/hw/kdrive/igs/igscurs.c index 9c330b80f..82fc1a166 100644 --- a/hw/kdrive/igs/igscurs.c +++ b/hw/kdrive/igs/igscurs.c @@ -1,5 +1,5 @@ /* - * $XFree86$ + * $RCSId: $ * * Copyright © 2000 Keith Packard * diff --git a/hw/kdrive/igs/igsdraw.c b/hw/kdrive/igs/igsdraw.c index 7ac19393b..547e61791 100644 --- a/hw/kdrive/igs/igsdraw.c +++ b/hw/kdrive/igs/igsdraw.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/programs/Xserver/hw/kdrive/igs/igsdraw.c,v 1.1 2000/05/06 22:17:43 keithp Exp $ + * $RCSId: xc/programs/Xserver/hw/kdrive/igs/igsdraw.c,v 1.1 2000/05/06 22:17:43 keithp Exp $ * * Copyright © 2000 Keith Packard * diff --git a/hw/kdrive/igs/igsdraw.h b/hw/kdrive/igs/igsdraw.h index 7b561fd55..c969826b1 100644 --- a/hw/kdrive/igs/igsdraw.h +++ b/hw/kdrive/igs/igsdraw.h @@ -1,5 +1,5 @@ /* - * $XFree86: xc/programs/Xserver/hw/kdrive/igs/igsdraw.h,v 1.1 2000/05/06 22:17:43 keithp Exp $ + * $RCSId: xc/programs/Xserver/hw/kdrive/igs/igsdraw.h,v 1.1 2000/05/06 22:17:43 keithp Exp $ * * Copyright © 2000 Keith Packard * diff --git a/hw/kdrive/igs/igsreg.c b/hw/kdrive/igs/igsreg.c index 7e4e095d0..1f4e6de8a 100644 --- a/hw/kdrive/igs/igsreg.c +++ b/hw/kdrive/igs/igsreg.c @@ -1,5 +1,5 @@ /* - * $XFree86$ + * $RCSId: $ * * Copyright © 2000 Keith Packard * diff --git a/hw/kdrive/igs/igsreg.h b/hw/kdrive/igs/igsreg.h index 3da489c2a..ddccd8907 100644 --- a/hw/kdrive/igs/igsreg.h +++ b/hw/kdrive/igs/igsreg.h @@ -1,5 +1,5 @@ /* - * $XFree86$ + * $RCSId: $ * * Copyright © 2000 Keith Packard * diff --git a/hw/kdrive/igs/igsstub.c b/hw/kdrive/igs/igsstub.c index 9d5949aa3..a25257ffc 100644 --- a/hw/kdrive/igs/igsstub.c +++ b/hw/kdrive/igs/igsstub.c @@ -1,5 +1,5 @@ /* - * $XFree86: xc/programs/Xserver/hw/kdrive/igs/igsstub.c,v 1.2 2000/05/24 23:52:48 keithp Exp $ + * $RCSId: xc/programs/Xserver/hw/kdrive/igs/igsstub.c,v 1.2 2000/05/24 23:52:48 keithp Exp $ * * Copyright © 2000 Keith Packard * |