summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 19:34:24 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 19:34:24 +0000
commitd31917c34e40d9d462bd355e44d77549a331ff1c (patch)
treee20191f542d879603b0d3755dac9dc480e6626d4
parentfa09cd7513a3af4ad272515b6c25b3df9d6afd42 (diff)
-rw-r--r--README.sgml7
-rw-r--r--man/i128.man8
-rw-r--r--src/IBMRGB.h2
-rw-r--r--src/Ti302X.h2
-rw-r--r--src/i128.h2
-rw-r--r--src/i128IBMDAC.c2
-rw-r--r--src/i128_driver.c4
-rw-r--r--src/i128accel.c2
-rw-r--r--src/i128dga.c2
-rw-r--r--src/i128init.c2
-rw-r--r--src/i128reg.h2
11 files changed, 17 insertions, 18 deletions
diff --git a/README.sgml b/README.sgml
index b8bd8cf..289a5b6 100644
--- a/README.sgml
+++ b/README.sgml
@@ -1,13 +1,12 @@
-<!DOCTYPE linuxdoc PUBLIC "-//XFree86//DTD linuxdoc//EN"[
+<!DOCTYPE linuxdoc PUBLIC "-//Xorg//DTD linuxdoc//EN"[
<!ENTITY % defs SYSTEM "defs.ent"> %defs;
]>
<article>
<title>Information for Number Nine I128 Users
<author>The XFree86 Project Inc.
-<date>3 November 2000
+<date>25 March 2004
<ident>
-$XFree86: xc/programs/Xserver/hw/xfree86/doc/sgml/I128.sgml,v 1.6 2000/12/13 01:55:47 robin Exp $
</ident>
<toc>
@@ -45,7 +44,7 @@ supported.
<p>
The I128 driver should auto-detect all supported hardware so you needn't
have anything other than the Identifier in the Section "Device" of the
-XF86Config file. When running the XF86Setup or xf86config programs one
+xorg.conf file. When running the xorgcfg or xorgconfig programs one
merely needs to select an I128 card so that the correct server will be
used. One need not and should not specify a RAMDAC, clockchip or allow
the setup program to probe for clocks. The driver will auto-detect the
diff --git a/man/i128.man b/man/i128.man
index 4ba8b9b..c4a1f71 100644
--- a/man/i128.man
+++ b/man/i128.man
@@ -1,4 +1,4 @@
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.man,v 1.2 2001/01/27 18:20:48 dawes Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.man,v 1.1 2001/01/24 00:06:19 dawes Exp $
.\" shorthand for double quote that works everywhere.
.ds q \N'34'
.TH I128 __drivermansuffix__ __vendorversion__
@@ -14,7 +14,7 @@ i128 \- Number 9 I128 video driver
.fi
.SH DESCRIPTION
.B i128
-is an XFree86 driver for Number 9 I128 video cards. The driver is
+is an __xservername__ driver for Number 9 I128 video cards. The driver is
accelerated and provides support for all versions of the I128 chip family,
including the SGI flatpanel configuration. Multi-head configurations are
supported.
@@ -34,7 +34,7 @@ Ticket 2 Ride
.B I128-T2R4
Ticket 2 Ride IV
.SH CONFIGURATION DETAILS
-Please refer to XF86Config(__filemansuffix__) for general configuration
+Please refer to __xconfigfile__(__filemansuffix__) for general configuration
details. This section only covers configuration details specific to this
driver.
.PP
@@ -65,6 +65,6 @@ Default: false.
This turns on verbose debug information from the driver.
Default: off.
.SH "SEE ALSO"
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__)
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS
Authors include: Robin Cutshaw (driver), Galen Brooks (flatpanel support).
diff --git a/src/IBMRGB.h b/src/IBMRGB.h
index 9a36565..1eecbcb 100644
--- a/src/IBMRGB.h
+++ b/src/IBMRGB.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/IBMRGB.h,v 1.1 2000/10/04 23:34:58 robin Exp $ */
+/* $XFree86: $ */
diff --git a/src/Ti302X.h b/src/Ti302X.h
index a03835a..a03aa19 100644
--- a/src/Ti302X.h
+++ b/src/Ti302X.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/Ti302X.h,v 1.2 2001/03/03 22:26:11 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/Ti302X.h,v 1.1 2000/10/04 23:34:58 robin Exp $ */
/*
* Copyright 1994-2000 by Robin Cutshaw <robin@XFree86.Org>
*
diff --git a/src/i128.h b/src/i128.h
index fd03ef7..a9430b4 100644
--- a/src/i128.h
+++ b/src/i128.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.h,v 1.6 2001/05/04 19:05:39 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128.h,v 1.5 2001/04/01 14:00:11 tsi Exp $ */
/*
* Number Nine I128 functions
*
diff --git a/src/i128IBMDAC.c b/src/i128IBMDAC.c
index 972b2e8..f47ae0f 100644
--- a/src/i128IBMDAC.c
+++ b/src/i128IBMDAC.c
@@ -21,7 +21,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128IBMDAC.c,v 1.4 2003/11/06 18:38:02 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128IBMDAC.c,v 1.3tsi Exp $ */
#include "xf86.h"
#include "xf86_ansic.h"
diff --git a/src/i128_driver.c b/src/i128_driver.c
index 38d111d..adc9b92 100644
--- a/src/i128_driver.c
+++ b/src/i128_driver.c
@@ -22,7 +22,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128_driver.c,v 1.35 2003/11/06 18:38:03 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128_driver.c,v 1.34tsi Exp $ */
/* All drivers should typically include these */
@@ -141,7 +141,7 @@ static XF86ModuleVersionInfo i128VersRec =
MODULEVENDORSTRING,
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT,
+ XORG_VERSION_CURRENT,
I128_MAJOR_VERSION, I128_MINOR_VERSION, I128_PATCHLEVEL,
ABI_CLASS_VIDEODRV, /* This is a video driver */
ABI_VIDEODRV_VERSION,
diff --git a/src/i128accel.c b/src/i128accel.c
index d1a3bb4..4f87a57 100644
--- a/src/i128accel.c
+++ b/src/i128accel.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128accel.c,v 1.8 2003/02/17 16:08:28 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128accel.c,v 1.7 2000/12/06 01:07:34 robin Exp $ */
/*
* Copyright 1997-2000 by Robin Cutshaw <robin@XFree86.Org>
diff --git a/src/i128dga.c b/src/i128dga.c
index 3fb1132..97f4a6b 100644
--- a/src/i128dga.c
+++ b/src/i128dga.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c,v 1.4 2002/10/09 16:38:19 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128dga.c,v 1.3tsi Exp $ */
#include "xf86.h"
#include "xf86_OSproc.h"
diff --git a/src/i128init.c b/src/i128init.c
index 5702312..56d06d9 100644
--- a/src/i128init.c
+++ b/src/i128init.c
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128init.c,v 1.6 2003/09/24 02:43:23 dawes Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128init.c,v 1.5 2000/11/03 00:50:53 robin Exp $ */
/*
* Copyright 1995-2000 by Robin Cutshaw <robin@XFree86.Org>
* Copyright 1998 by Number Nine Visual Technology, Inc.
diff --git a/src/i128reg.h b/src/i128reg.h
index e96c24b..4b29d4e 100644
--- a/src/i128reg.h
+++ b/src/i128reg.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128reg.h,v 1.3 2002/01/25 21:56:02 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/i128/i128reg.h,v 1.2 2000/10/23 14:11:39 robin Exp $ */
/*
* Copyright 1994 by Robin Cutshaw <robin@XFree86.Org>
*