summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthieu Herrb <matthieu@cvs.openbsd.org>2009-06-05 20:50:03 +0000
committerMatthieu Herrb <matthieu@cvs.openbsd.org>2009-06-05 20:50:03 +0000
commite12f8310b0562ad3096d48e051316ba4ddc31126 (patch)
tree492c7fd3de5d3614d6456c6525e608ab6ca6f447
parentbd5a7295eaeffa4176bd2b9b13eaf16bd825e964 (diff)
Update to xf86-video-suntcx 1.1.1
-rw-r--r--driver/xf86-video-suntcx/README20
-rw-r--r--driver/xf86-video-suntcx/configure.ac2
-rw-r--r--driver/xf86-video-suntcx/man/suntcx.man4
-rw-r--r--driver/xf86-video-suntcx/src/tcx_driver.c8
-rw-r--r--driver/xf86-video-suntcx/src/tcx_regs.h2
5 files changed, 27 insertions, 9 deletions
diff --git a/driver/xf86-video-suntcx/README b/driver/xf86-video-suntcx/README
new file mode 100644
index 000000000..3f5ea9284
--- /dev/null
+++ b/driver/xf86-video-suntcx/README
@@ -0,0 +1,20 @@
+xf86-video-suntcx - TCX video driver for the Xorg X server
+
+Please submit bugs & patches to the Xorg bugzilla:
+
+ https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+ http://lists.freedesktop.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+ git://anongit.freedesktop.org/git/xorg/driver/xf86-video-suntcx
+
+ http://cgit.freedesktop.org/xorg/driver/xf86-video-suntcx
+
+For more information on the git code manager, see:
+
+ http://wiki.x.org/wiki/GitPage
diff --git a/driver/xf86-video-suntcx/configure.ac b/driver/xf86-video-suntcx/configure.ac
index 32500ec3c..3121cb0da 100644
--- a/driver/xf86-video-suntcx/configure.ac
+++ b/driver/xf86-video-suntcx/configure.ac
@@ -22,7 +22,7 @@
AC_PREREQ(2.57)
AC_INIT([xf86-video-suntcx],
- 1.1.0,
+ 1.1.1,
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg],
xf86-video-suntcx)
diff --git a/driver/xf86-video-suntcx/man/suntcx.man b/driver/xf86-video-suntcx/man/suntcx.man
index fd0f7dde7..2f62a4b7a 100644
--- a/driver/xf86-video-suntcx/man/suntcx.man
+++ b/driver/xf86-video-suntcx/man/suntcx.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/suntcx.man,v 1.1 2001/01/24 00:06:31 dawes Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/suntcx.man,v 1.2 2001/01/27 18:20:54 dawes Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH SUNTCX __drivermansuffix__ __vendorversion__
@@ -25,6 +25,6 @@ Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details. This section only covers configuration details specific to this
driver.
.SH "SEE ALSO"
-__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
+__xservername__(1), __xconfigfile__(__filemansuffix__), Xserver(1), X(__miscmansuffix__)
.SH AUTHORS
Authors include: Jakub Jelinek <jakub@redhat.com>
diff --git a/driver/xf86-video-suntcx/src/tcx_driver.c b/driver/xf86-video-suntcx/src/tcx_driver.c
index e82a419bc..364a5207f 100644
--- a/driver/xf86-video-suntcx/src/tcx_driver.c
+++ b/driver/xf86-video-suntcx/src/tcx_driver.c
@@ -20,7 +20,6 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_driver.c,v 1.6 2001/08/07 07:04:51 keithp Exp $ */
#ifdef HAVE_CONFIG_H
#include "config.h"
@@ -30,7 +29,6 @@
#include "xf86.h"
#include "xf86_OSproc.h"
-#include "xf86Version.h"
#include "mipointer.h"
#include "mibstore.h"
#include "micmap.h"
@@ -66,9 +64,9 @@ void TCXSync(ScrnInfoPtr pScrn);
#define TCX_VERSION 4000
#define TCX_NAME "SUNTCX"
#define TCX_DRIVER_NAME "suntcx"
-#define TCX_MAJOR_VERSION 1
-#define TCX_MINOR_VERSION 1
-#define TCX_PATCHLEVEL 0
+#define TCX_MAJOR_VERSION PACKAGE_VERSION_MAJOR
+#define TCX_MINOR_VERSION PACKAGE_VERSION_MINOR
+#define TCX_PATCHLEVEL PACKAGE_VERSION_PATCHLEVEL
/*
* This contains the functions needed by the server after loading the driver
diff --git a/driver/xf86-video-suntcx/src/tcx_regs.h b/driver/xf86-video-suntcx/src/tcx_regs.h
index 9b9c00d35..61e4b0aad 100644
--- a/driver/xf86-video-suntcx/src/tcx_regs.h
+++ b/driver/xf86-video-suntcx/src/tcx_regs.h
@@ -20,7 +20,7 @@
* IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-/* $XFree86:$ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/suntcx/tcx_regs.h,v 1.1 2000/06/30 17:15:17 dawes Exp $ */
#ifndef TCX_REGS_H
#define TCX_REGS_H