summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-02-26 13:35:55 +0000
committerEgbert Eich <eich@suse.de>2004-02-26 13:35:55 +0000
commitf329056951ac1990fb7a82b69dd7e1ec8b9fdfd4 (patch)
treea4713e1aad812a65729339b21b3a1d67362300f4
parentba93b590923e13d6c416385928f448be495af876 (diff)
readding XFree86's cvs IDsxf86-4_3_99_903
-rw-r--r--README.sgml2
-rw-r--r--src/BT463ramdac.c2
-rw-r--r--src/BTramdac.c2
-rw-r--r--src/IBM561ramdac.c2
-rw-r--r--src/ICS1562.c2
-rw-r--r--src/tga.h2
-rw-r--r--src/tga_accel.c2
-rw-r--r--src/tga_cursor.c2
-rw-r--r--src/tga_dac.c2
-rw-r--r--src/tga_driver.c2
-rw-r--r--src/tga_line.c2
-rw-r--r--src/tga_regs.h2
12 files changed, 12 insertions, 12 deletions
diff --git a/README.sgml b/README.sgml
index cc691a9..3dba59b 100644
--- a/README.sgml
+++ b/README.sgml
@@ -8,7 +8,7 @@
<date>March 5th, 2000
<ident>
-$XFree86$
+$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/DECtga.sgml,v 3.9 2000/03/06 22:59:23 dawes Exp $
</ident>
<toc>
diff --git a/src/BT463ramdac.c b/src/BT463ramdac.c
index c48aead..44d1f24 100644
--- a/src/BT463ramdac.c
+++ b/src/BT463ramdac.c
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/BT463ramdac.c,v 1.1 1998/08/29 05:43:34 dawes Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/BTramdac.c b/src/BTramdac.c
index f355077..c2aa06a 100644
--- a/src/BTramdac.c
+++ b/src/BTramdac.c
@@ -24,7 +24,7 @@
* tgaBTOutIndReg() and tgaBTInIndReg() are used to access
* the indirect TGA BT RAMDAC registers only.
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/BTramdac.c,v 1.5 2000/10/20 12:57:26 alanh Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/IBM561ramdac.c b/src/IBM561ramdac.c
index 21b6f0d..c67850a 100644
--- a/src/IBM561ramdac.c
+++ b/src/IBM561ramdac.c
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/IBM561ramdac.c,v 1.4 2003/09/24 02:43:28 dawes Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/ICS1562.c b/src/ICS1562.c
index aef5b49..ac72b24 100644
--- a/src/ICS1562.c
+++ b/src/ICS1562.c
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/ICS1562.c,v 1.3 1999/04/17 07:06:56 dawes Exp $ */
#define BASE_FREQ 14.31818
#define MAX_FREQ 230000
diff --git a/src/tga.h b/src/tga.h
index d2963cc..7246511 100644
--- a/src/tga.h
+++ b/src/tga.h
@@ -21,7 +21,7 @@
*
* Authors: Alan Hourihane, <alanh@fairlite.demon.co.uk>
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga.h,v 1.18 2001/11/21 22:32:58 alanh Exp $ */
#ifndef _TGA_H_
#define _TGA_H_
diff --git a/src/tga_accel.c b/src/tga_accel.c
index 32e21ca..7d1c9dc 100644
--- a/src/tga_accel.c
+++ b/src/tga_accel.c
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_accel.c,v 1.16 2003/09/24 02:43:28 dawes Exp $ */
/*
* Copyright 1996,1997 by Alan Hourihane, Wigan, England.
diff --git a/src/tga_cursor.c b/src/tga_cursor.c
index ac6696e..1c2d359 100644
--- a/src/tga_cursor.c
+++ b/src/tga_cursor.c
@@ -25,7 +25,7 @@
*
* DEC TGA hardware cursor using BT485 ramdac
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_cursor.c,v 1.2 2000/10/20 12:57:26 alanh Exp $ */
/* tga_cursor.c */
diff --git a/src/tga_dac.c b/src/tga_dac.c
index 2d05507..ec5f866 100644
--- a/src/tga_dac.c
+++ b/src/tga_dac.c
@@ -21,7 +21,7 @@
*
* Authors: Alan Hourihane, <alanh@fairlite.demon.co.uk>
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_dac.c,v 1.14 2001/10/28 03:33:50 tsi Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/tga_driver.c b/src/tga_driver.c
index ea9d414..baa0413 100644
--- a/src/tga_driver.c
+++ b/src/tga_driver.c
@@ -22,7 +22,7 @@
* Authors: Alan Hourihane, <alanh@fairlite.demon.co.uk>
* Matthew Grossman, <mattg@oz.net> - acceleration and misc fixes
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_driver.c,v 1.61 2003/11/03 05:11:41 tsi Exp $ */
/* everybody includes these */
#include "xf86.h"
diff --git a/src/tga_line.c b/src/tga_line.c
index a521fc8..b1a510c 100644
--- a/src/tga_line.c
+++ b/src/tga_line.c
@@ -1,4 +1,4 @@
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_line.c,v 1.2 1999/12/16 02:26:30 robin Exp $ */
/*
* Copyright 1999 by Matthew Grossman, Seattle, USA.
diff --git a/src/tga_regs.h b/src/tga_regs.h
index 98f50b2..4bda04a 100644
--- a/src/tga_regs.h
+++ b/src/tga_regs.h
@@ -21,7 +21,7 @@
*
* Author: Alan Hourihane, <alanh@fairlite.demon.co.uk>
*/
-/* $XFree86$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/tga/tga_regs.h,v 1.12 2002/05/13 05:22:37 keithp Exp $ */
/* TGA hardware description (minimal)
*