diff options
-rw-r--r-- | man/cirrus.man | 1 | ||||
-rw-r--r-- | src/CirrusClk.c | 2 | ||||
-rw-r--r-- | src/alp.h | 2 | ||||
-rw-r--r-- | src/alp_driver.c | 2 | ||||
-rw-r--r-- | src/alp_hwcurs.c | 2 | ||||
-rw-r--r-- | src/alp_i2c.c | 2 | ||||
-rw-r--r-- | src/alp_xaa.c | 2 | ||||
-rw-r--r-- | src/alp_xaam.c | 1 | ||||
-rw-r--r-- | src/cir.h | 2 | ||||
-rw-r--r-- | src/cir_dga.c | 1 | ||||
-rw-r--r-- | src/cir_driver.c | 2 | ||||
-rw-r--r-- | src/cir_shadow.c | 2 | ||||
-rw-r--r-- | src/lg.h | 2 | ||||
-rw-r--r-- | src/lg_driver.c | 1 | ||||
-rw-r--r-- | src/lg_hwcurs.c | 1 | ||||
-rw-r--r-- | src/lg_i2c.c | 2 | ||||
-rw-r--r-- | src/lg_xaa.c | 1 | ||||
-rw-r--r-- | src/lg_xaa.h | 1 |
18 files changed, 0 insertions, 29 deletions
diff --git a/man/cirrus.man b/man/cirrus.man index 009011e..af46248 100644 --- a/man/cirrus.man +++ b/man/cirrus.man @@ -1,4 +1,3 @@ -.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cirrus.man,v 1.2 2001/01/27 18:20:47 dawes Exp $ .\" 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 a3590c9..6fd6270 100644 --- a/src/CirrusClk.c +++ b/src/CirrusClk.c @@ -1,5 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/CirrusClk.c,v 1.8 1998/12/06 06:08:28 dawes Exp $ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -1,5 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp.h,v 1.8 2001/10/01 13:44:05 eich Exp $ */ - /* (c) Itai Nahshon */ #ifndef ALP_H diff --git a/src/alp_driver.c b/src/alp_driver.c index fe81757..b72dfeb 100644 --- a/src/alp_driver.c +++ b/src/alp_driver.c @@ -15,8 +15,6 @@ #include "config.h" #endif -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_driver.c,v 1.35 2003/11/03 05:11:09 tsi Exp $ */ - /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" diff --git a/src/alp_hwcurs.c b/src/alp_hwcurs.c index 79dfce7..9891eb4 100644 --- a/src/alp_hwcurs.c +++ b/src/alp_hwcurs.c @@ -1,5 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_hwcurs.c,v 1.4 2000/12/06 15:35:15 eich Exp $ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/alp_i2c.c b/src/alp_i2c.c index 9e6ae67..7365215 100644 --- a/src/alp_i2c.c +++ b/src/alp_i2c.c @@ -4,8 +4,6 @@ #include "config.h" #endif -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_i2c.c,v 1.6 1999/02/28 11:19:38 dawes Exp $ */ - #include "xf86.h" #include "xf86_OSproc.h" #include "compiler.h" diff --git a/src/alp_xaa.c b/src/alp_xaa.c index 95741fc..7a96e1a 100644 --- a/src/alp_xaa.c +++ b/src/alp_xaa.c @@ -4,8 +4,6 @@ #include "config.h" #endif -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaa.c,v 1.7 2001/10/01 13:44:05 eich Exp $ */ - #include "xf86.h" #include "xf86_OSproc.h" #include "compiler.h" diff --git a/src/alp_xaam.c b/src/alp_xaam.c index 0193a43..3ecc7de 100644 --- a/src/alp_xaam.c +++ b/src/alp_xaam.c @@ -1,6 +1,5 @@ /* (c) Itai Nahshon */ /* #define DEBUG */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/alp_xaam.c,v 1.7 2001/10/01 13:44:05 eich Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" @@ -1,5 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir.h,v 1.20 2002/01/04 21:26:54 tsi Exp $ */ - /* (c) Itai Nahshon */ #ifndef CIR_H diff --git a/src/cir_dga.c b/src/cir_dga.c index bc98df6..de2e38c 100644 --- a/src/cir_dga.c +++ b/src/cir_dga.c @@ -1,4 +1,3 @@ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_dga.c,v 1.5 2001/02/15 17:39:27 eich Exp $ */ /* * Copyright 2000 by Egbert Eich * diff --git a/src/cir_driver.c b/src/cir_driver.c index 5466c48..fe75cb8 100644 --- a/src/cir_driver.c +++ b/src/cir_driver.c @@ -15,8 +15,6 @@ #include "config.h" #endif -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/cir_driver.c,v 1.67 2001/05/15 10:19:37 eich Exp $ */ - /* All drivers should typically include these */ #include "xf86.h" #include "xf86_OSproc.h" diff --git a/src/cir_shadow.c b/src/cir_shadow.c index b89890a..0716a64 100644 --- a/src/cir_shadow.c +++ b/src/cir_shadow.c @@ -1,5 +1,3 @@ -/* $XFree86: Exp $ */ - /* Copyright (c) 1999,2000 The XFree86 Project Inc. based on code written by Mark Vojkovich <markv@valinux.com> @@ -10,8 +10,6 @@ * 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 $ */ - #ifndef LG_H #define LG_H #define LG_DEBUG diff --git a/src/lg_driver.c b/src/lg_driver.c index cfc3e65..718454a 100644 --- a/src/lg_driver.c +++ b/src/lg_driver.c @@ -13,7 +13,6 @@ * 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.49 2003/11/03 05:11:09 tsi Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/lg_hwcurs.c b/src/lg_hwcurs.c index b41b79a..381db1c 100644 --- a/src/lg_hwcurs.c +++ b/src/lg_hwcurs.c @@ -10,7 +10,6 @@ * 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.4 2000/12/06 15:35:17 eich Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/lg_i2c.c b/src/lg_i2c.c index 05e083c..145cc2e 100644 --- a/src/lg_i2c.c +++ b/src/lg_i2c.c @@ -1,7 +1,5 @@ /* (c) Itai Nahshon */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_i2c.c,v 1.1 1998/11/15 04:30:25 dawes Exp $ */ - #ifdef HAVE_CONFIG_H #include "config.h" #endif diff --git a/src/lg_xaa.c b/src/lg_xaa.c index fd8c70a..8bab365 100644 --- a/src/lg_xaa.c +++ b/src/lg_xaa.c @@ -10,7 +10,6 @@ * 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.4 2000/12/06 15:35:17 eich Exp $ */ #ifdef HAVE_CONFIG_H #include "config.h" diff --git a/src/lg_xaa.h b/src/lg_xaa.h index 7359a49..162aa5d 100644 --- a/src/lg_xaa.h +++ b/src/lg_xaa.h @@ -13,7 +13,6 @@ * 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 $ */ /* This header file defines the necessary structures, contstants, and variables for using the bitBLT engine on a Laguna family graphics |