summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 09:23:18 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 09:23:18 +0000
commit99774def5b55af0af2d53f78c4e09000c9105c29 (patch)
treed4a9201ffbde1fc7aabe0f80c8ffa8c48e482b62
parent08e4d07d7203d7db746839725d632756ede8816d (diff)
downloadxorg-driver-xf86-video-cirrus-99774def5b55af0af2d53f78c4e09000c9105c29.tar.gz
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
-rw-r--r--man/cirrus.man2
-rw-r--r--src/CirrusClk.c2
-rw-r--r--src/alp.h2
-rw-r--r--src/alp_driver.c2
-rw-r--r--src/alp_hwcurs.c2
-rw-r--r--src/alp_i2c.c2
-rw-r--r--src/alp_xaa.c2
-rw-r--r--src/alp_xaam.c2
-rw-r--r--src/cir.h2
-rw-r--r--src/cir_dga.c2
-rw-r--r--src/cir_driver.c2
-rw-r--r--src/cir_shadow.c2
-rw-r--r--src/lg.h2
-rw-r--r--src/lg_driver.c2
-rw-r--r--src/lg_hwcurs.c2
-rw-r--r--src/lg_i2c.c2
-rw-r--r--src/lg_xaa.c2
-rw-r--r--src/lg_xaa.h2
18 files changed, 18 insertions, 18 deletions
diff --git a/man/cirrus.man b/man/cirrus.man
index 5035b02..4876bdf 100644
--- a/man/cirrus.man
+++ b/man/cirrus.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cirrus.man,v 1.2 2001/01/27 18:20:47 dawes Exp $
+.\" $XFree86$
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH CIRRUS __drivermansuffix__ __vendorversion__
diff --git a/src/CirrusClk.c b/src/CirrusClk.c
index c548f1f..01bafe1 100644
--- a/src/CirrusClk.c
+++ b/src/CirrusClk.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/CirrusClk.c,v 1.9 1999/12/26 18:24:14 robin Exp $ */
+/* $XFree86$ */
/*
* Programming of the built-in Cirrus clock generator.
diff --git a/src/alp.h b/src/alp.h
index 01c5301..b749268 100644
--- a/src/alp.h
+++ b/src/alp.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp.h,v 1.8 2001/10/01 13:44:05 eich Exp $ */
+/* $XFree86$ */
/* (c) Itai Nahshon */
diff --git a/src/alp_driver.c b/src/alp_driver.c
index c4533c0..29d89b4 100644
--- a/src/alp_driver.c
+++ b/src/alp_driver.c
@@ -11,7 +11,7 @@
* Guy DESBIEF
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c,v 1.36 2003/11/07 22:49:58 dawes Exp $ */
+/* $XFree86$ */
/* All drivers should typically include these */
#include "xf86.h"
diff --git a/src/alp_hwcurs.c b/src/alp_hwcurs.c
index a4f0581..1eb573c 100644
--- a/src/alp_hwcurs.c
+++ b/src/alp_hwcurs.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_hwcurs.c,v 1.5 2001/05/07 21:59:06 tsi Exp $ */
+/* $XFree86$ */
/* (c) Itai Nahshon */
diff --git a/src/alp_i2c.c b/src/alp_i2c.c
index 78d5406..e325d54 100644
--- a/src/alp_i2c.c
+++ b/src/alp_i2c.c
@@ -1,6 +1,6 @@
/* (c) Itai Nahshon */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_i2c.c,v 1.3 2000/12/06 15:35:15 eich Exp $ */
+/* $XFree86$ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/alp_xaa.c b/src/alp_xaa.c
index 417f816..11c8b35 100644
--- a/src/alp_xaa.c
+++ b/src/alp_xaa.c
@@ -1,6 +1,6 @@
/* (c) Itai Nahshon */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaa.c,v 1.8 2002/01/25 21:56:00 tsi Exp $ */
+/* $XFree86$ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/alp_xaam.c b/src/alp_xaam.c
index 2f25092..f5d9193 100644
--- a/src/alp_xaam.c
+++ b/src/alp_xaam.c
@@ -1,6 +1,6 @@
/* (c) Itai Nahshon */
/* #define DEBUG */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaam.c,v 1.8 2002/07/10 02:36:50 tsi Exp $ */
+/* $XFree86$ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/cir.h b/src/cir.h
index 536f7aa..038b984 100644
--- a/src/cir.h
+++ b/src/cir.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir.h,v 1.21 2002/01/25 21:56:01 tsi Exp $ */
+/* $XFree86$ */
/* (c) Itai Nahshon */
diff --git a/src/cir_dga.c b/src/cir_dga.c
index 7677160..0ec452e 100644
--- a/src/cir_dga.c
+++ b/src/cir_dga.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_dga.c,v 1.7 2001/10/01 13:44:05 eich Exp $ */
+/* $XFree86$ */
/*
* Copyright 2000 by Egbert Eich
*
diff --git a/src/cir_driver.c b/src/cir_driver.c
index 737eb3f..4e9c6d8 100644
--- a/src/cir_driver.c
+++ b/src/cir_driver.c
@@ -11,7 +11,7 @@
* Guy DESBIEF
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_driver.c,v 1.69 2003/06/18 16:17:38 eich Exp $ */
+/* $XFree86$ */
/* All drivers should typically include these */
#include "xf86.h"
diff --git a/src/cir_shadow.c b/src/cir_shadow.c
index 184dee8..4312be6 100644
--- a/src/cir_shadow.c
+++ b/src/cir_shadow.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_shadow.c,v 1.1 2000/02/08 13:13:14 eich Exp $ */
+/* $XFree86$ */
/*
Copyright (c) 1999,2000 The XFree86 Project Inc.
diff --git a/src/lg.h b/src/lg.h
index 9d91053..af9a914 100644
--- a/src/lg.h
+++ b/src/lg.h
@@ -10,7 +10,7 @@
* Inspired by cir.h
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg.h,v 1.12 2001/05/04 19:05:36 dawes Exp $ */
+/* $XFree86$ */
#ifndef LG_H
#define LG_H
diff --git a/src/lg_driver.c b/src/lg_driver.c
index 90eee02..12c605d 100644
--- a/src/lg_driver.c
+++ b/src/lg_driver.c
@@ -13,7 +13,7 @@
* David Dawes, Andrew E. Mileski, Leonard N. Zubkoff,
* Guy DESBIEF, Itai Nahshon.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_driver.c,v 1.50 2003/11/07 22:49:58 dawes Exp $ */
+/* $XFree86$ */
#define EXPERIMENTAL
diff --git a/src/lg_hwcurs.c b/src/lg_hwcurs.c
index 7e30bdb..58b460e 100644
--- a/src/lg_hwcurs.c
+++ b/src/lg_hwcurs.c
@@ -10,7 +10,7 @@
* Much of this code is inspired by the HW cursor code from XFree86
* 3.3.3.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_hwcurs.c,v 1.5 2001/05/07 21:59:06 tsi Exp $ */
+/* $XFree86$ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/lg_i2c.c b/src/lg_i2c.c
index 6cb3e3d..08cfb19 100644
--- a/src/lg_i2c.c
+++ b/src/lg_i2c.c
@@ -1,6 +1,6 @@
/* (c) Itai Nahshon */
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_i2c.c,v 1.4 2000/12/06 15:35:17 eich Exp $ */
+/* $XFree86$ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/lg_xaa.c b/src/lg_xaa.c
index 9488721..44544db 100644
--- a/src/lg_xaa.c
+++ b/src/lg_xaa.c
@@ -10,7 +10,7 @@
* Much of this code is inspired by the XAA acceleration from XFree86
* 3.3.3, laguna_acl.c
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.c,v 1.5 2001/02/15 17:39:28 eich Exp $ */
+/* $XFree86$ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/lg_xaa.h b/src/lg_xaa.h
index 7359a49..e71ad6e 100644
--- a/src/lg_xaa.h
+++ b/src/lg_xaa.h
@@ -13,7 +13,7 @@
* This header file draws much from the file cir_blitLG.h in version 3.3.3
* of XFree86.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.h,v 1.3 2000/02/08 13:13:15 eich Exp $ */
+/* $XFree86$ */
/* This header file defines the necessary structures, contstants, and
variables for using the bitBLT engine on a Laguna family graphics