summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-03-19 15:28:09 -0400
committerAdam Jackson <ajax@redhat.com>2008-03-19 15:28:09 -0400
commitbe77b71c3614e5b926caf3a177f6d5b7ef8d528b (patch)
treecf1782ccae0d380e8dddb4ac0aa14c893849f457
parent6c7f2d4d2d1e89255007033be0f56a8cbe27397f (diff)
Death to RCS tags.
-rw-r--r--src/300vtbl.h2
-rw-r--r--src/310vtbl.h2
-rw-r--r--src/init.c2
-rw-r--r--src/init.h2
-rw-r--r--src/init301.c2
-rw-r--r--src/init301.h2
-rw-r--r--src/initdef.h2
-rw-r--r--src/initextx.c2
-rw-r--r--src/initextx.h2
-rw-r--r--src/oem300.h2
-rw-r--r--src/oem310.h2
-rw-r--r--src/osdef.h2
-rw-r--r--src/sis.h2
-rw-r--r--src/sis300_accel.c2
-rw-r--r--src/sis300_accel.h2
-rw-r--r--src/sis310_accel.c2
-rw-r--r--src/sis310_accel.h2
-rw-r--r--src/sis6326_video.c2
-rw-r--r--src/sis_accel.c2
-rw-r--r--src/sis_accel.h2
-rw-r--r--src/sis_common.h2
-rw-r--r--src/sis_cursor.c2
-rw-r--r--src/sis_cursor.h2
-rw-r--r--src/sis_dac.c2
-rw-r--r--src/sis_dac.h2
-rw-r--r--src/sis_dga.c2
-rw-r--r--src/sis_dri.c2
-rw-r--r--src/sis_dri.h2
-rw-r--r--src/sis_driver.c2
-rw-r--r--src/sis_driver.h2
-rw-r--r--src/sis_opt.c2
-rw-r--r--src/sis_regs.h2
-rw-r--r--src/sis_setup.c2
-rw-r--r--src/sis_shadow.c2
-rw-r--r--src/sis_utility.c2
-rw-r--r--src/sis_vb.c2
-rw-r--r--src/sis_vga.c2
-rw-r--r--src/sis_video.c2
-rw-r--r--src/sis_video.h2
-rw-r--r--src/sis_videostr.h2
-rw-r--r--src/vgatypes.h2
-rw-r--r--src/vstruct.h2
42 files changed, 0 insertions, 84 deletions
diff --git a/src/300vtbl.h b/src/300vtbl.h
index e4b4a26..289e465 100644
--- a/src/300vtbl.h
+++ b/src/300vtbl.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Register settings for SiS 300 series
*
diff --git a/src/310vtbl.h b/src/310vtbl.h
index 20d6b63..290842d 100644
--- a/src/310vtbl.h
+++ b/src/310vtbl.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Register settings for SiS 315/330/340 series
*
diff --git a/src/init.c b/src/init.c
index f2b48a0..74df1f5 100644
--- a/src/init.c
+++ b/src/init.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Mode initializing code (CRT1 section) for
* for SiS 300/305/540/630/730,
diff --git a/src/init.h b/src/init.h
index 8f2ba67..bc90933 100644
--- a/src/init.h
+++ b/src/init.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Data and prototypes for init.c
*
diff --git a/src/init301.c b/src/init301.c
index 2eded9f..ffa6eaa 100644
--- a/src/init301.c
+++ b/src/init301.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Mode initializing code (CRT2 section)
* for SiS 300/305/540/630/730,
diff --git a/src/init301.h b/src/init301.h
index 60f8116..7dca546 100644
--- a/src/init301.h
+++ b/src/init301.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Data and prototypes for init301.c
*
diff --git a/src/initdef.h b/src/initdef.h
index 9dc9efe..62ec836 100644
--- a/src/initdef.h
+++ b/src/initdef.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Global definitions for init.c and init301.c
*
diff --git a/src/initextx.c b/src/initextx.c
index 3c2b17e..5c00398 100644
--- a/src/initextx.c
+++ b/src/initextx.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* X.org/XFree86 specific extensions to init.c/init301.c
*
diff --git a/src/initextx.h b/src/initextx.h
index c4a5ded..fb00119 100644
--- a/src/initextx.h
+++ b/src/initextx.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* X.org/XFree86 specific supplements to init.c/init301.c
*
diff --git a/src/oem300.h b/src/oem300.h
index b73f268..906bc6f 100644
--- a/src/oem300.h
+++ b/src/oem300.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* OEM Data for 300 series
*
diff --git a/src/oem310.h b/src/oem310.h
index 8fce56e..95094a8 100644
--- a/src/oem310.h
+++ b/src/oem310.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* OEM Data for 315/330/340 series
*
diff --git a/src/osdef.h b/src/osdef.h
index 03e4869..cd6b907 100644
--- a/src/osdef.h
+++ b/src/osdef.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* OS depending defines
*
diff --git a/src/sis.h b/src/sis.h
index 0da6e0f..9bafd4b 100644
--- a/src/sis.h
+++ b/src/sis.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis.h,v 1.67 2006/04/07 21:05:21 ajax Exp $ */
/*
* Main global data and definitions
*
diff --git a/src/sis300_accel.c b/src/sis300_accel.c
index c28c207..503dee9 100644
--- a/src/sis300_accel.c
+++ b/src/sis300_accel.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis300_accel.c,v 1.23 2006-03-09 06:06:25 anholt Exp $ */
/*
* 2D Acceleration for SiS 530, 620, 300, 540, 630, 730.
*
diff --git a/src/sis300_accel.h b/src/sis300_accel.h
index a654bca..3a0707d 100644
--- a/src/sis300_accel.h
+++ b/src/sis300_accel.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* 2D Acceleration for SiS 530, 620, 300, 540, 630, 730.
* Definitions for the SIS engine communication
diff --git a/src/sis310_accel.c b/src/sis310_accel.c
index 2406e09..8bba823 100644
--- a/src/sis310_accel.c
+++ b/src/sis310_accel.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis310_accel.c,v 1.31 2006-03-09 06:06:25 anholt Exp $ */
/*
* 2D Acceleration for SiS 315, 330 and 340 series
*
diff --git a/src/sis310_accel.h b/src/sis310_accel.h
index 93e7a8d..25a817b 100644
--- a/src/sis310_accel.h
+++ b/src/sis310_accel.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* 2D Acceleration for SiS 315 and Xabre series
* Definitions for the SIS engine communication.
diff --git a/src/sis6326_video.c b/src/sis6326_video.c
index b015303..c6b18e2 100644
--- a/src/sis6326_video.c
+++ b/src/sis6326_video.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis6326_video.c,v 1.19 2005/10/16 18:12:32 twini Exp $ */
/*
* Xv driver for SiS 5597/5598, 6326 and 530/620.
*
diff --git a/src/sis_accel.c b/src/sis_accel.c
index ee2c896..b85c893 100644
--- a/src/sis_accel.c
+++ b/src/sis_accel.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis_accel.c,v 1.23 2006-03-09 06:06:25 anholt Exp $ */
/*
* 2D acceleration for SiS5597/5598 and 6326
*
diff --git a/src/sis_accel.h b/src/sis_accel.h
index 1ec72be..99ec5ae 100644
--- a/src/sis_accel.h
+++ b/src/sis_accel.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* 2D acceleration for 5597/5598 and 6326
* Definitions for the SIS engine communication
diff --git a/src/sis_common.h b/src/sis_common.h
index 9215786..b606492 100644
--- a/src/sis_common.h
+++ b/src/sis_common.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Common header definitions for SiS 2D/3D/DRM suite
*
diff --git a/src/sis_cursor.c b/src/sis_cursor.c
index b33befb..13eddc4 100644
--- a/src/sis_cursor.c
+++ b/src/sis_cursor.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* SiS hardware cursor handling
*
diff --git a/src/sis_cursor.h b/src/sis_cursor.h
index 80518b0..17a1970 100644
--- a/src/sis_cursor.h
+++ b/src/sis_cursor.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* SiS hardware cursor handling
* Definitions
diff --git a/src/sis_dac.c b/src/sis_dac.c
index eff0900..816d0c8 100644
--- a/src/sis_dac.c
+++ b/src/sis_dac.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* DAC helper functions (Save/Restore, MemClk, etc)
*
diff --git a/src/sis_dac.h b/src/sis_dac.h
index 765e575..b270675 100644
--- a/src/sis_dac.h
+++ b/src/sis_dac.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* DAC helper functions (Save/Restore, MemClk, etc)
* Definitions and prototypes
diff --git a/src/sis_dga.c b/src/sis_dga.c
index ad0aee8..d358645 100644
--- a/src/sis_dga.c
+++ b/src/sis_dga.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* SiS DGA handling
*
diff --git a/src/sis_dri.c b/src/sis_dri.c
index ec8a808..3a476a2 100644
--- a/src/sis_dri.c
+++ b/src/sis_dri.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis_dri.c,v 1.26 2005/10/21 18:40:19 ajax Exp $ */
/*
* DRI wrapper for 300 and 315 series
*
diff --git a/src/sis_dri.h b/src/sis_dri.h
index 8834151..399d757 100644
--- a/src/sis_dri.h
+++ b/src/sis_dri.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* SiS DRI wrapper
*
diff --git a/src/sis_driver.c b/src/sis_driver.c
index 6667185..96fd52d 100644
--- a/src/sis_driver.c
+++ b/src/sis_driver.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis_driver.c,v 1.72 2006/03/09 06:06:25 anholt Exp $ */
/*
* SiS driver main code
*
diff --git a/src/sis_driver.h b/src/sis_driver.h
index e912a71..2105ca2 100644
--- a/src/sis_driver.h
+++ b/src/sis_driver.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Global data and definitions
*
diff --git a/src/sis_opt.c b/src/sis_opt.c
index ffdd189..69a4c6e 100644
--- a/src/sis_opt.c
+++ b/src/sis_opt.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* SiS driver option evaluation
*
diff --git a/src/sis_regs.h b/src/sis_regs.h
index 193375e..e914ab6 100644
--- a/src/sis_regs.h
+++ b/src/sis_regs.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Register access macros and register definitions
*
diff --git a/src/sis_setup.c b/src/sis_setup.c
index c84a38d..355c5ac 100644
--- a/src/sis_setup.c
+++ b/src/sis_setup.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Basic hardware and memory detection
*
diff --git a/src/sis_shadow.c b/src/sis_shadow.c
index 1adc938..d327060 100644
--- a/src/sis_shadow.c
+++ b/src/sis_shadow.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Copyright (C) 1999-2004 by The XFree86 Project, Inc.
* based on code written by Mark Vojkovich
diff --git a/src/sis_utility.c b/src/sis_utility.c
index 44d6115..bbc7629 100644
--- a/src/sis_utility.c
+++ b/src/sis_utility.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* SiS driver utility interface & routines
*
diff --git a/src/sis_vb.c b/src/sis_vb.c
index 78e1a2f..f8a861d 100644
--- a/src/sis_vb.c
+++ b/src/sis_vb.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Video bridge detection and configuration for 300, 315 and 330 series
*
diff --git a/src/sis_vga.c b/src/sis_vga.c
index 03cf069..b4cd69d 100644
--- a/src/sis_vga.c
+++ b/src/sis_vga.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Mode setup and basic video bridge detection
*
diff --git a/src/sis_video.c b/src/sis_video.c
index fc1cd9d..912a2f5 100644
--- a/src/sis_video.c
+++ b/src/sis_video.c
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis_video.c,v 1.32 2005/09/23 16:34:04 twini Exp $ */
/*
* Xv driver for SiS 300, 315 and 330 series.
*
diff --git a/src/sis_video.h b/src/sis_video.h
index 64a85f9..903a6c4 100644
--- a/src/sis_video.h
+++ b/src/sis_video.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg: driver/xf86-video-sis/src/sis_video.h,v 1.4 2005/07/04 10:57:08 twini Exp $ */
/*
* Xv driver for SiS 300, 315 and 330 series.
*
diff --git a/src/sis_videostr.h b/src/sis_videostr.h
index f6d01eb..a5b556d 100644
--- a/src/sis_videostr.h
+++ b/src/sis_videostr.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* Xv driver for SiS 300, 315 and 330 series
*
diff --git a/src/vgatypes.h b/src/vgatypes.h
index ca9a189..4be31e4 100644
--- a/src/vgatypes.h
+++ b/src/vgatypes.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* General type definitions for universal mode switching modules
*
diff --git a/src/vstruct.h b/src/vstruct.h
index 1b3d735..88f7eb6 100644
--- a/src/vstruct.h
+++ b/src/vstruct.h
@@ -1,5 +1,3 @@
-/* $XFree86$ */
-/* $XdotOrg$ */
/*
* General structure definitions for universal mode switching modules
*