--- xserver-xorg-video-s3-0.6.3.orig/ChangeLog
+++ xserver-xorg-video-s3-0.6.3/ChangeLog
@@ -1,133 +1,474 @@
-2009-06-25 Evgeny M. zubok <evgeny.zubok@tochka.ru>
+commit d096fd94d8064a08895d34f978830240bfdc9616
+Author: Dave Airlie <airlied@redhat.com>
+Date: Thu Jul 30 12:04:29 2009 +1000
- * src/s3_driver.c:
- Revert the old behaviour when the BIOS settings are used for
- intialization of DRAM/VRAM timings, i. e. we don't touch the
- timings during initialization phase until any memory option (like
- slow_edodram) is specified.
-
- Add manual page.
+ s3: bump for release 0.6.3
-2009-05-25 Evgeny M. Zubok <evgeny.zubok@tochka.ru>
-
- * src/s3_driver.c:
- * src/s3_video.c:
-
- Enable Xv extension for Trio64V+ (thanks to Egor Ivanov for
- testing on real hardware) and Trio64UV+ (Tested only on Trio64V2 by
- overriding Chipset with "Trio64UV+" but not on real hardware).
+commit 3e974443b5b2906d1b82b7c27c83062715f925e9
+Author: Dave Airlie <airlied@redhat.com>
+Date: Tue Jul 28 15:22:41 2009 +1000
- S3 Trio64V+ now using NewMMIO. Trio64V+ chips have the same ChipId
- as Trio32/64 but only with chip revision greater or eq 0x40. So if
- you have problems with NewMMIO, you may override ChipRev in "Device"
- section of your xorg.conf: "ChipRev" 0x00. Note: disabling the NewMMIO
- also disables overlay video (Xv) because it isn't implemented for
- Old MMIO yet.
-
-2009-05-04 Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+ s3: change to using ABI version check
- * src/s3_driver.c:
- * src/s3_shadow.c:
+commit f047dffb193ffc52a358bfb0a3ae595acf4726b2
+Author: Dave Airlie <airlied@redhat.com>
+Date: Tue Jul 28 10:49:36 2009 +1000
- Add shadowFB option. It can be used to speedup drawing when
- hardware acceleration is undesirable or unavailable (for colour depth
- 24 with 24 bpp framebuffer, for example). shadowFB is disabled by
- default. Enabling shadowFB option disables HW acceleration. Thanks
- to Egor Ivanov for initial porting of shadowFB from s3virge.
+ s3: fixup resources under pci access
- Interlace mode support.
+commit b8d3e448a8debbc2c77dee8e590a564a010ede59
+Author: Dave Airlie <airlied@redhat.com>
+Date: Tue Jul 28 10:48:48 2009 +1000
- Close bug #14999.
-
-2008-07-06 Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+ s3: remove unneeded include
- * src/s3_video.c:
+commit c5c69f9de5d11fd2cadc4ccf00bcf2e8cf65f2eb
+Author: Dave Airlie <airlied@redhat.com>
+Date: Tue Jul 28 10:03:14 2009 +1000
- Streams Processor initialization.
+ s3: switch to using config pci entity instead of active
- XVideo support for 16, 24 and 32 bpp (only for TRIO64V2).
+commit c41a1188ce53b8975e6d5c34c54a77a3f3c291bc
+Author: Adam Hoka <ahoka@NetBSD.org>
+Date: Sun Jul 5 22:01:46 2009 +0200
- * src/s3_driver.c:
+ Handle libpciaccess errors more gently and report any problems
+ encountered in Xorg.log (server crash versus log entry).
+
+ This fixes PR 22510. Report and fix by Adam Hoka <ahoka@NetBSD.org>,
+ many thanks.
+
+ Reviewed-by: Matthieu Herrb <herrb@laas.fr>
+ Signed-off-by: Marc Balmer <marc@msys.ch>
- Add XVideo option (enabled by default).
+commit aa955eda7b6fddd12b163ee66367ecc998f82ae0
+Author: Adam Jackson <ajax@redhat.com>
+Date: Thu Jul 2 11:33:54 2009 -0400
- Replace "swcursor" by "hwcursor" option (HW cursor
- not implemented yet for all chipsets).
+ s3 0.6.2
- Close bug #5527: 24-bit colour depth support (24bpp and
- 32bpp framebuffer) for TRIOs. Acceleration doesn't work
- with packed colour mode (24 bpp FB) but works with 32bpp
- framebuffer mode (hardware limitation? -- need data).
+commit 2b83d07b90efd15756cf8c4c80f7f60c0e7cee2a
+Author: Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+Date: Thu Jun 25 19:48:34 2009 +0400
- Fix system hang-up when switching between console and X session.
+ Revert the using of BIOS defaults for the VRAM/DRAM timings
- Some minor changes of driver messages.
+commit bf6bdcc1220f3ed8c636e869c4b13e27923a139e
+Author: Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+Date: Thu Jun 25 01:57:06 2009 +0400
-2008-02-23 Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+ Add manual page.
- * src/s3_driver.c: Add DPMS support for S3 Trio64V2 and possibly
- others (need testing): S3 Trio64UV+. S3 Aurora64V+ and S3 Trio32/64
- * src/s3_Trio64DAC: Change clocks for S3 Trio64V2 to make
- the 1024x768@16bpp mode work.
- Thanks to Richard Driscoll for these patches.
-
-2006-04-07 Adam Jackson <ajax@freedesktop.org>
+commit 003d36e18e32b656c1dc309c5238fa5b4804c58e
+Author: Adam Jackson <ajax@redhat.com>
+Date: Thu May 28 15:14:38 2009 -0400
- * configure.ac:
- * src/s3.h:
- Bump to 0.4.1 for Xv changes.
+ Remove useless loader symbol lists.
-2006-04-07 Aaron Plattner <aplattner@nvidia.com>
+commit 061d5f51141323ea2f4e8e597e3d4bd7e3b7cbfa
+Author: Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+Date: Mon May 25 14:34:27 2009 +0400
- * src/s3_video.c: (S3PutImage):
- Add a DrawablePtr argument to the XV functions to pave the way for
- redirected video.
+ Trio64V+ now using NewMMIO. Enable Xv for Trio64V+ and Trio64UV+
-2006-04-07 Adam Jackson <ajax@freedesktop.org>
+commit a1d6d9bec68c3bf47af69b73c875836bc46db3a1
+Author: Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+Date: Mon May 4 15:10:17 2009 +0400
- * configure.ac:
- * src/s3.h:
- * src/s3_IBMRGB.c:
- * src/s3_Ti.c:
- * src/s3_Trio64DAC.c:
- * src/s3_bios.c:
- * src/s3_cursor.c:
- * src/s3_dga.c:
- * src/s3_driver.c:
- * src/s3_video.c:
- Unlibcwrap. Bump server version requirement. Bump to 0.4.0.
+ shadowFB option. Interlace mode support. Close bug #14999.
-2005-12-20 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit dd2e8e7a5f0bbb0f6fc3cb32161a0024545179bc
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Wed Apr 29 18:48:52 2009 -0700
- * configure.ac:
- Update package version for X11R7 release.
+ Raise minimum xorg-server required to 1.4 for miGetPointerPosition
+
+ Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-2005-12-14 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 1fdb00594ed3ea18cb24e19f23813e9cc495fda3
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Fri Jan 30 20:59:25 2009 -0800
- * configure.ac:
- Update package version number for final X11R7 release candidate.
+ Add README with pointers to mailing list, bugzilla & git repos
-2005-12-03 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 695868128746b7d8545fd78d1c42ebc2eac00a75
+Author: Dave Airlie <airlied@redhat.com>
+Date: Mon Dec 22 15:30:39 2008 +1000
- * configure.ac:
- Update package version number for X11R7 RC3 release.
+ s3: fix build by including inputstr.h
-2005-12-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 51e77345fdb5423db233f26d6af4af36887c7059
+Author: Dave Airlie <airlied@redhat.com>
+Date: Mon Dec 22 15:25:45 2008 +1000
- * configure.ac:
- Remove extraneous AC_MSG_RESULT.
+ s3 0.6.1
-2005-11-29 Adam Jackson <ajax@freedesktop.org>
+commit 115436e1ec83e43b1e7727903036720cb109abef
+Author: Andrew Randrianasulu <randrik@mail.ru>
+Date: Mon Nov 24 12:46:48 2008 -0500
- * configure.ac:
- Only build dlloader modules by default.
+ Fix typo in map setup
+
+ fixes bug 18688
-2005-11-09 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit ef1ca4800ee75044243d0eb2346240c50c28f0aa
+Author: Adam Jackson <ajax@redhat.com>
+Date: Fri Aug 15 14:07:28 2008 -0400
- * configure.ac:
- Update package version number for X11R7 RC2 release.
+ Uninclude xf86Version.h
-2005-11-01 Kevin E. Martin <kem-at-freedesktop-dot-org>
+commit 565c1ad65277080968c188a635dfd743be7ea2a3
+Author: Paulo Cesar Pereira de Andrade <pcpa@mandriva.com.br>
+Date: Thu Jul 17 18:54:17 2008 -0300
- * configure.ac:
- Update pkgcheck dependencies to work with separate build roots.
+ Correct unresolved symbol and incorrect assignment.
+
+ Function miPointerPosition is deprecated and not available anymore.
+ Correct "if (test = value)" -> "if (test == value)".
+
+commit 2128de2ad9fa67537d8ed56ff173b8a7b0422e0e
+Author: Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+Date: Mon Jul 7 14:31:10 2008 -0400
+
+ S3: various fixes
+
+ * src/s3_video.c:
+
+ Streams Processor initialization.
+
+ XVideo support for 16, 24 and 32 bpp (only for TRIO64V2).
+
+ * src/s3_driver.c:
+
+ Add XVideo option (enabled by default).
+
+ Replace "swcursor" by "hwcursor" option (HW cursor
+ not implemented yet for all chipsets).
+
+ Close bug #5527: 24-bit colour depth support (24bpp and
+ 32bpp framebuffer) for TRIO64V2. Acceleration doesn't work
+ with packed colour mode (24 bpp FB) but works with 32bpp
+ framebuffer mode (hardware limitation? -- need data).
+
+ Fix system hang-up when switching between console and X session.
+
+ Some minor changes of driver messages.
+
+commit 7edc59e33bfa152e124bc8dd25f7fc4b22e44bd8
+Author: Adam Jackson <ajax@redhat.com>
+Date: Wed Mar 19 15:00:28 2008 -0400
+
+ s3 0.6.0
+
+commit 081bf87a55b65f12d0339b4f48a13b8113661dc7
+Author: Adam Jackson <ajax@redhat.com>
+Date: Wed Mar 19 14:55:06 2008 -0400
+
+ Fix distcheck
+
+commit 773959298037b5b86e87d0fed530f1924d5d2208
+Author: Adam Jackson <ajax@redhat.com>
+Date: Wed Mar 19 14:53:10 2008 -0400
+
+ Death to RCS tags.
+
+commit a0d6e3ff590f3704918339dc2b9aa0f820b24b75
+Author: Dave Airlie <airlied@redhat.com>
+Date: Mon Mar 10 11:47:10 2008 +1000
+
+ s3: pciaccess conversion
+
+commit 7985d0148c766475c04f8481b0a9ddcea807d990
+Author: Evgeny M. Zubok <evgeny.zubok@tochka.ru>
+Date: Mon Feb 25 11:52:09 2008 -0500
+
+ Add non-vbe DPMS support for TRIOs, adjust max clock on Trio64V2
+
+commit 4cf015311015b0e2267d7195c3795a337a466508
+Author: Brice Goglin <bgoglin@debian.org>
+Date: Tue Aug 7 12:50:34 2007 +0200
+
+ Define VERSION* using PACKAGE_VERSION*
+
+commit 9465c594e919bd2ac3e41ac96e72a432daf81fa7
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Tue Jan 9 19:33:45 2007 -0800
+
+ Was previously done in monolith Imakefile as:
+ SpecialCObjectRule(s3_video,$(_NOOP_), -DS3_NEWMMIO)
+
+ Needed to get definitions of GET_PSTREAM_*, GET_SSTREAM_*, etc.
+
+commit 3470935b099daed7ed2a31791267b9087672f3f7
+Author: Alan Coopersmith <alan.coopersmith@sun.com>
+Date: Tue Jan 9 19:30:36 2007 -0800
+
+ renamed: .cvsignore -> .gitignore
+
+commit 658f0fcdb9d6494c99dcb9bf61b8f8d3ba830618
+Author: Alex Deucher <alex@t41p.(none)>
+Date: Mon Nov 27 14:20:10 2006 -0500
+
+ bump version for release
+
+commit d4ce4d3f91690a61511b2d13943e5d0073917377
+Author: Evgeny M. Zubok <zoubok@mail.ru>
+Date: Sat Nov 25 23:35:28 2006 -0500
+
+ full fix for older cards.
+
+commit 1f2426bf8aad082f6f232d3b8c497acdd9892810
+Author: Evgeny M. Zubok <zoubok@mail.ru>
+Date: Thu Nov 23 13:36:04 2006 -0500
+
+ Make S3 driver work again. Bug 7112.
+
+commit 921ff3112b0fa7ca95e9ef16d4ac980f86138594
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Sat Apr 8 01:39:50 2006 +0000
+
+ Bump to 0.4.1 for Xv changes.
+
+commit 0dd4f7377699b4d31a0cf34cc95a0bc8ae9a9391
+Author: Aaron Plattner <aplattner@nvidia.com>
+Date: Fri Apr 7 23:11:42 2006 +0000
+
+ Add a DrawablePtr argument to the XV functions to pave the way for
+ redirected video.
+
+commit df44e7c257fdf15aa30c6b49d3a6116c01e396e4
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Fri Apr 7 19:51:30 2006 +0000
+
+ Unlibcwrap. Bump server version requirement. Bump to 0.4.0.
+
+commit 6adde374f8c1a1fd6573262d83e2810e5193c538
+Author: Kevin E Martin <kem@kem.org>
+Date: Wed Dec 21 02:30:01 2005 +0000
+
+ Update package version for X11R7 release.
+
+commit c5d01fca0fb8c72dd69766eae41659bf4e6cb50e
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Mon Dec 19 16:25:54 2005 +0000
+
+ Stub COPYING files
+
+commit 18c0c40ce5f8142db7b12835f3c4dadcbbd063d5
+Author: Kevin E Martin <kem@kem.org>
+Date: Thu Dec 15 00:24:18 2005 +0000
+
+ Update package version number for final X11R7 release candidate.
+
+commit d992241a8afda96025bae85fcc6d26132c5372ae
+Author: Kevin E Martin <kem@kem.org>
+Date: Sat Dec 3 05:49:34 2005 +0000
+
+ Update package version number for X11R7 RC3 release.
+
+commit 8d185b334f89baccc9d1ba288c43099d420162bd
+Author: Kevin E Martin <kem@kem.org>
+Date: Fri Dec 2 02:16:09 2005 +0000
+
+ Remove extraneous AC_MSG_RESULT.
+
+commit a8e40603f6f12adc12c85c3f6e2e16df661381ab
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Tue Nov 29 23:30:02 2005 +0000
+
+ Only build dlloader modules by default.
+
+commit be33c9a629feb4795006550e916cb1f27b4da69f
+Author: Eric Anholt <anholt@freebsd.org>
+Date: Mon Nov 21 10:49:17 2005 +0000
+
+ Add .cvsignores for drivers.
+
+commit 610b28959e0222e652c826aebae4de4bd08b60da
+Author: Kevin E Martin <kem@kem.org>
+Date: Wed Nov 9 21:15:20 2005 +0000
+
+ Update package version number for X11R7 RC2 release.
+
+commit 74b42054bf14a29df6629b4f3b295dd4f1f448ed
+Author: Kevin E Martin <kem@kem.org>
+Date: Tue Nov 1 15:08:54 2005 +0000
+
+ Update pkgcheck depedencies to work with separate build roots.
+
+commit fe34c3a53ea040fb07de1edb0d0b5efba271c2ad
+Author: Kevin E Martin <kem@kem.org>
+Date: Wed Oct 19 02:48:04 2005 +0000
+
+ Update package version number for RC1 release.
+
+commit 8af9770f05b485d9016a2f46a65423075091bc9b
+Author: Alan Coopersmith <Alan.Coopersmith@sun.com>
+Date: Mon Oct 17 00:09:04 2005 +0000
+
+ Use sed & cpp to substitute variables in driver man pages
+
+commit 527b5f01b56106ee43e1fdfec34a8da4a9cd250f
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Thu Aug 18 09:03:48 2005 +0000
+
+ Update autogen.sh to one that does objdir != srcdir.
+
+commit 1304f6f06236eac7fc8b1c426ee3c67c88a9e4e5
+Author: Kevin E Martin <kem@kem.org>
+Date: Fri Jul 29 21:22:44 2005 +0000
+
+ Various changes preparing packages for RC0:
+ - Verify and update package version numbers as needed
+ - Implement versioning scheme
+ - Change bug address to point to bugzilla bug entry form
+ - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to
+ reenable it)
+ - Fix makedepend to use pkgconfig and pass distcheck
+ - Update build script to build macros first
+ - Update modular Xorg version
+
+commit 7a4f0abfbb2d38e58b402d64c73c5e8b8f7ceed5
+Author: Søren Sandmann Pedersen <sandmann@daimi.au.dk>
+Date: Tue Jul 26 18:46:49 2005 +0000
+
+ Build system for s3
+
+commit f53881d942bcd463127d2e5bef18e6e422d361c4
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Mon Jul 11 02:29:58 2005 +0000
+
+ Prep for modular builds by adding guarded #include "config.h" everywhere.
+
+commit b826671f9e2dc702ab8537deb33f51fa7ede9c57
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Fri Jul 1 22:43:12 2005 +0000
+
+ Change all misc.h and os.h references to <X11/foo.h>.
+
+commit 807527511814ff314c16d3c611d58a10d21c3369
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Sat Jun 25 21:16:55 2005 +0000
+
+ Bug #3626: _X_EXPORT tags for video and input drivers.
+
+commit 74df74c1f8b49e71e495af5ccad77600fd783f23
+Author: Daniel Stone <daniel@fooishbar.org>
+Date: Wed Apr 20 12:25:29 2005 +0000
+
+ Fix includes right throughout the Xserver tree:
+ change "foo.h" to <X11/foo.h> for core headers, e.g. X.h, Xpoll.h;
+ change "foo.h", "extensions/foo.h" and "X11/foo.h" to
+ <X11/extensions/foo.h> for extension headers, e.g. Xv.h;
+ change "foo.[ch]" to <X11/Xtrans/foo.[ch]> for Xtrans files.
+
+commit 0147cb45138ccd06477dc7f973ae20c1405f2bf5
+Author: Alex Deucher <agd5f@yahoo.com>
+Date: Sun Oct 17 20:29:32 2004 +0000
+
+ - Add interlaced support to S3 driver (bug 332, Leo Savernik)
+ - EmulateWheelTimeout (bug 323, Mathias Fröhlich)
+ - single button double-click (bug 322, Rob Brown)
+
+commit b66a0081cec6427604758371907ac6c7dca532a3
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Fri Sep 17 03:04:53 2004 +0000
+
+ Bug #1192: Remove cfb support from drivers where its use is an option.
+ Delete xf24_32bpp, as s3virge was the last user. Fix up some comments
+ to refer to fb rather than cfb.
+
+commit 73537025414eb20771ee2337cf60016daafc0fc9
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Mon Aug 16 09:13:14 2004 +0000
+
+ Bug #1087: Make sure all the *Weak symbols are documented in the import
+ list, so the loader knows not to complain about unresolved symbols when
+ an optional module isn't loaded. This typically manifests as warnings
+ about fbdevHW symbols when the user isn't using the framebuffer
+ console.
+
+commit c431a14b6be0d9071b0fc95121260b33ab598f75
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Tue Aug 3 02:44:21 2004 +0000
+
+ Bug #962: Remove LoaderSymbol calls introduced by the dlloader work so
+ DoLoadableServer NO builds work again.
+
+commit d5c13acdc525296f3dd7b7fc99737be2423c1a01
+Author: Adam Jackson <ajax@nwnk.net>
+Date: Fri Jul 30 20:30:54 2004 +0000
+
+ Bug #400 (partial): Driver fixes for the dlloader. When using dlloader, all
+ framebuffer formats except cfb and the overlay modes should work, and
+ r128 and radeon need to be loaded from the ati driver (both issues to
+ be fixed soon). Tested on i740, s3virge, mach64, tdfx, vesa, and vga
+ drivers. elfloader users shouldn't be affected.
+
+commit 1c466ae7996c3b3e7d3dba87458a056452bd3601
+Author: Eric Anholt <anholt@freebsd.org>
+Date: Wed Jun 16 09:23:31 2004 +0000
+
+ DRI XFree86-4_3_99_12-merge import
+
+commit b1069acf6e9345c44f2a3cf7378590162e947042
+Author: Egbert Eich <eich@suse.de>
+Date: Wed May 26 16:24:09 2004 +0000
+
+ Fixing setting of physical framebuffer base for several drivers. C&T
+ driver: Fixed setting of minimal clocks for HiQV chipsets. Neomagic
+ driver: improved support for lowres double scan modes.
+
+commit 143b16b20caba7c6f61784752b2ce766441ce170
+Author: Egbert Eich <eich@suse.de>
+Date: Fri Apr 23 19:43:14 2004 +0000
+
+ Merging XORG-CURRENT into trunk
+
+commit c690296c3a9ea42e3beb8b97b2fe4654b5f0b7f7
+Author: Egbert Eich <eich@suse.de>
+Date: Sun Mar 14 08:33:31 2004 +0000
+
+ Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
+
+commit 55979da7b2d78bc8a2e85d0544d49801640e2617
+Author: Egbert Eich <eich@suse.de>
+Date: Wed Mar 3 12:12:23 2004 +0000
+
+ Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004
+
+commit 05d3ef930b8b6dfde1eb4a272ad97e44625d9faf
+Author: Egbert Eich <eich@suse.de>
+Date: Thu Feb 26 13:35:54 2004 +0000
+
+ readding XFree86's cvs IDs
+
+commit ce44f2000de918df33fa355aaccf3f4aaa82762c
+Author: Egbert Eich <eich@suse.de>
+Date: Thu Feb 26 09:23:23 2004 +0000
+
+ Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004
+
+commit 44cec492e6684d44e3ddcee0570bf3c72b9e07e3
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Thu Dec 4 22:03:18 2003 +0000
+
+ XFree86 4.3.99.901 (RC 1)
+
+commit 22ef8a01ef4b9d7d9ce62e3646a8309f0d789e1f
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Tue Nov 25 19:28:38 2003 +0000
+
+ XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks
+
+commit 7a758184cd0a922e87909ccc54375a52bed792b8
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Fri Nov 14 16:48:55 2003 +0000
+
+ XFree86 4.3.0.1
+
+commit b8772dfb095f92bdedafae787f74a099182a4594
+Author: Kaleb Keithley <kaleb@freedesktop.org>
+Date: Fri Nov 14 16:48:55 2003 +0000
+
+ Initial revision
--- xserver-xorg-video-s3-0.6.3.orig/autogen.sh
+++ xserver-xorg-video-s3-0.6.3/autogen.sh
@@ -0,0 +1,12 @@
+#! /bin/sh
+
+srcdir=`dirname $0`
+test -z "$srcdir" && srcdir=.
+
+ORIGDIR=`pwd`
+cd $srcdir
+
+autoreconf -v --install || exit 1
+cd $ORIGDIR || exit $?
+
+$srcdir/configure --enable-maintainer-mode "$@"