summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoland Mainz <roland.mainz@nrubsig.org>2004-04-10 09:04:46 +0000
committerRoland Mainz <roland.mainz@nrubsig.org>2004-04-10 09:04:46 +0000
commit1e1f8cb9eae8bdaf28ffa4ac36d78aac0f74b817 (patch)
tree2ba61ad24c196686a6d65ea7ec684e39bb55acf5
parent2543808e803abaf7064c2df67bd29bfd3e14c610 (diff)
Resync to 2004-04-10 XORG-RELEASE-1 branchXPRINT_BEGINXPRINT
-rw-r--r--README.sgml8
-rw-r--r--man/i128.man6
-rw-r--r--src/i128_driver.c2
3 files changed, 8 insertions, 8 deletions
diff --git a/README.sgml b/README.sgml
index 2ecbc3a..84f9024 100644
--- a/README.sgml
+++ b/README.sgml
@@ -1,13 +1,13 @@
-<!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.5 2000/11/06 22:03:28 dawes Exp $
+$Id$
</ident>
<toc>
@@ -45,7 +45,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 24a1a4d..c4a1f71 100644
--- a/man/i128.man
+++ b/man/i128.man
@@ -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/i128_driver.c b/src/i128_driver.c
index b4b17df..adc9b92 100644
--- a/src/i128_driver.c
+++ b/src/i128_driver.c
@@ -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,