COPYING | 143 +++++++++++++++++++++++++++++++-- ChangeLog | 177 +++++++++++++++++++++++++++++++++++++++++ Makefile.am | 15 ++- README | 110 ++++++++++++------------- README.sgml | 235 ------------------------------------------------------- configure.ac | 17 ++- debian/changelog | 12 ++ debian/control | 4 debian/copyright | 132 ++++++++++++++++++++++++++---- man/Makefile.am | 41 ++++----- man/sis.man | 8 - src/sis_driver.c | 12 +- src/sis_opt.c | 2 src/sis_vga.c | 8 + 14 files changed, 548 insertions(+), 368 deletions(-)
New commits: commit 8d8104be35e60e31d992c92caabc2a2444ef4362 Author: Julien Cristau <jcris...@debian.org> Date: Sat Jul 24 13:12:53 2010 +0200 Upload to unstable diff --git a/debian/changelog b/debian/changelog index 466d8e1..4dc68ec 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low +xserver-xorg-video-sis (1:0.10.3-1) unstable; urgency=low * New upstream release. + SISVGABlankScreen: only update the hardware if we're changing the state @@ -8,7 +8,7 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low * Bump xutils-dev build-dep for util-macros 1.4. * Update debian/copyright from upstream COPYING. - -- Julien Cristau <jcris...@debian.org> Sat, 24 Jul 2010 12:32:00 +0200 + -- Julien Cristau <jcris...@debian.org> Sat, 24 Jul 2010 13:12:50 +0200 xserver-xorg-video-sis (1:0.10.2-3) unstable; urgency=low commit 835e6ca109cd5ab2f2acfb8a24548e5458426bf7 Author: Julien Cristau <jcris...@debian.org> Date: Sat Jul 24 13:09:01 2010 +0200 Update debian/copyright from upstream COPYING. diff --git a/debian/changelog b/debian/changelog index 0e3f61e..466d8e1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low + Fix broken URLs in various places (closes: #517075) * Bump Standards-Version to 3.9.0. * Bump xutils-dev build-dep for util-macros 1.4. + * Update debian/copyright from upstream COPYING. -- Julien Cristau <jcris...@debian.org> Sat, 24 Jul 2010 12:32:00 +0200 diff --git a/debian/copyright b/debian/copyright index bdb96ed..b72246f 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,6 +1,30 @@ This package was downloaded from http://xorg.freedesktop.org/releases/individual/driver/ +Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria + +Redistribution and use in source and binary forms, with or without +modification, are permitted provided that the following conditions +are met: +1) Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. +2) Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. +3) The name of the author may not be used to endorse or promote products + derived from this software without specific prior written permission. + +THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR +IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES +OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. +IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT +NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF +THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + Copyright (C) 1998, 1999 by Alan Hourihane, Wigan, England. Parts Copyright (C) 2001-2005 Thomas Winischhofer, Vienna, Austria. @@ -24,27 +48,95 @@ DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +Copyright (C) 2003 Eric Anholt +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appears in all copies and that both that copyright +notice and this permission notice appear in supporting documentation, and +and that the name of the copyright holder not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. The copyright holder makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without expressed or implied warranty. + +THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +Copyright (C) 2000 by Alan Hourihane, Sychdyn, North Wales, UK. Copyright (C) 2001-2005 by Thomas Winischhofer, Vienna, Austria -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1) Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. -2) Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3) The name of the author may not be used to endorse or promote products - derived from this software without specific prior written permission. +Portions from radeon_dga.c which is + Copyright 2000 ATI Technologies Inc., Markham, Ontario, and + VA Linux Systems Inc., Fremont, California. + +Licensed under the following terms: + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of the providers not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. The providers make no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +THE PROVIDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL THE PROVIDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +Copyright 2007 George Sapountzis + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice (including the next +paragraph) shall be included in all copies or substantial portions of the +Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER 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. + +Copyright (C) 1999-2004 by The XFree86 Project, Inc. +based on code written by Mark Vojkovich +Copyright (C) 2003-2005 Thomas Winischhofer + +Licensed under the following terms: + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appears in all copies and that both that copyright +notice and this permission notice appear in supporting documentation, and +and that the name of the copyright holder not be used in advertising +or publicity pertaining to distribution of the software without specific, +written prior permission. The copyright holder makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without expressed or implied warranty. + +THE COPYRIGHT HOLDER DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO +EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. -THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR -IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES -OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. -IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, -INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF -THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. commit 07736cb490163c6e15e47057386060eac5ed2f11 Author: Julien Cristau <jcris...@debian.org> Date: Sat Jul 24 12:38:59 2010 +0200 Bump xutils-dev build-dep for util-macros 1.4. diff --git a/debian/changelog b/debian/changelog index da74cc5..0e3f61e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low (closes: #546838) + Fix broken URLs in various places (closes: #517075) * Bump Standards-Version to 3.9.0. + * Bump xutils-dev build-dep for util-macros 1.4. -- Julien Cristau <jcris...@debian.org> Sat, 24 Jul 2010 12:32:00 +0200 diff --git a/debian/control b/debian/control index 15556bb..7199e55 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Build-Depends: dpkg-dev (>= 1.14.17), automake, libtool, - xutils-dev + xutils-dev (>= 1:7.5+1), Standards-Version: 3.9.0 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-sis Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-sis.git commit 50b473f6d80933b1a6294767e3223f7b46b5bd8d Author: Julien Cristau <jcris...@debian.org> Date: Sat Jul 24 12:38:15 2010 +0200 Bump Standards-Version to 3.9.0. diff --git a/debian/changelog b/debian/changelog index 889dc7f..da74cc5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low + SISVGABlankScreen: only update the hardware if we're changing the state (closes: #546838) + Fix broken URLs in various places (closes: #517075) + * Bump Standards-Version to 3.9.0. -- Julien Cristau <jcris...@debian.org> Sat, 24 Jul 2010 12:32:00 +0200 diff --git a/debian/control b/debian/control index 212b86e..15556bb 100644 --- a/debian/control +++ b/debian/control @@ -24,7 +24,7 @@ Build-Depends: automake, libtool, xutils-dev -Standards-Version: 3.8.4 +Standards-Version: 3.9.0 Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-video-sis Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-video-sis.git commit 9df676b9448b964cc04aa14ce570a04af9d2790e Author: Julien Cristau <jcris...@debian.org> Date: Sat Jul 24 12:37:38 2010 +0200 Add bug closers diff --git a/debian/changelog b/debian/changelog index 6bf2b24..889dc7f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,9 @@ xserver-xorg-video-sis (1:0.10.3-1) UNRELEASED; urgency=low * New upstream release. + + SISVGABlankScreen: only update the hardware if we're changing the state + (closes: #546838) + + Fix broken URLs in various places (closes: #517075) -- Julien Cristau <jcris...@debian.org> Sat, 24 Jul 2010 12:32:00 +0200 commit fd4205d9e5535df4b6e95dfabb5d46f0d0c476b3 Author: Julien Cristau <jcris...@debian.org> Date: Sat Jul 24 12:32:31 2010 +0200 Bump changelogs diff --git a/ChangeLog b/ChangeLog new file mode 100644 index 0000000..ecb8dfc --- /dev/null +++ b/ChangeLog @@ -0,0 +1,1707 @@ +commit 75a8a7c51547805358ced39e1a04820e17133264 +Author: Dave Airlie <airl...@redhat.com> +Date: Mon Jul 5 14:23:33 2010 +1000 + + sis 0.10.3 + +commit ac05588db7da21d1ff2cb13bba11b66bb5d5c38b +Author: Julien Cristau <jcris...@debian.org> +Date: Tue Jun 29 21:37:50 2010 +0100 + + Replace some broken URLs with winishhofer.eu + + The old one seems to be a casino web site nowadays. + + Debian bug#517075 + + Reported-by: Nigel Tamplin <f...@f2s.com> + Signed-off-by: Julien Cristau <jcris...@debian.org> + +commit 116d40678dfbb851fd401103f9b7447f4d47eb7c +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Mon Jun 14 08:14:30 2010 -0400 + + README: keep the text version of README, discard the sgml version + + The linuxdoc doc tool is deprecated. + README files are exclusively text files. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 5f9fd07d54b8bc26c0403e1b46acce23db1365d9 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Mon Jun 14 07:58:26 2010 -0400 + + README: fix linuxdoc content + + defs.ent are located under X11 directory + ident tag is not a Linuxdoc tag + replace docbook email tag with linuxdoc email tag + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 1bec9268f503e249cf1a20f2597f3f6c78a13af4 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Sun Jun 13 10:56:05 2010 -0400 + + COPYING: replace stub file with actual Copyright notices. + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit 13583aba3e2abafd55fc894070cf5f050bbea4f2 +Author: Adam Jackson <a...@redhat.com> +Date: Tue May 18 13:11:01 2010 -0400 + + Remove mibank.h reference + + Signed-off-by: Adam Jackson <a...@redhat.com> + +commit 47233238a659318cae6b7d0f71ee44b689e249c3 +Author: da...@fries.net <da...@fries.net> +Date: Tue Sep 15 22:32:45 2009 -0500 + + SISVGABlankScreen: only update the hardware if we're changing the state + + The command `xset s reset` will reset the X server screensaver to + reset the timer for the screensaver and dpms. If the display is + already on, it should do nothing as far as the hardware goes. In the + SISVGABlankScreen routine it requires as reset to update the register, + but that will disrupt the VGA signal and cause the monitor to resync + leaving the screen blank for a couple seconds. I have a program that + wants to keep the screensaver from coming on, but allow normal + operation when it isn't running. + + Debian bug#546838 <http://bugs.debian.org/546838> + + Signed-off-by: Julien Cristau <jcris...@debian.org> + +commit dff79298ae04cec6233cd043cbf3aeda6db67d42 +Author: Tiago Vignatti <tiago.vigna...@nokia.com> +Date: Thu May 6 20:15:04 2010 +0300 + + Document better the resource access hack + + Signed-off-by: Tiago Vignatti <tiago.vigna...@nokia.com> + +commit d33e45dcaee511d5f09ac5f68680e96f3ad60076 +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Fri Jan 15 13:55:44 2010 -0800 + + Update Sun license notices to current X.Org standard form + + Signed-off-by: Alan Coopersmith <alan.coopersm...@sun.com> + +commit 2c9baaaa8ace01d94e95ca4ad7216146339940dd +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Tue Dec 15 21:47:35 2009 -0500 + + configure.ac: use backticks rather than $() for cmd subs + + Use "$PKG_CONFIG" rather than hard coded "pkg-config" + + Acked-by: Dan Nicholson <dbn.li...@gmail.com> + Acked-by: Daniel Stone <dan...@fooishbar.org> + + Signed-off-by: Gaetan Nadon <mems...@videotron.ca> + +commit cbfa94ccb1ee6213342014f3c7063362acb274ff +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Mon Nov 23 09:25:05 2009 -0500 + + Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES + + Now that the INSTALL file is generated. + Allows running make maintainer-clean. + +commit a69569c72ea19d4d76c57a8077542fee4aeb501a +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Oct 28 14:41:41 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Automake 'foreign' option is specified in configure.ac. + Remove from Makefile.am + +commit 8d766ddd89a4d9d5c02ad186b049cca2d806a3d8 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Wed Oct 28 14:09:09 2009 -0400 + + INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 + + Add missing INSTALL file. Use standard GNU file on building tarball + README may have been updated + Remove AUTHORS file as it is empty and no content available yet. + Remove NEWS file as it is empty and no content available yet. + +commit b92482e522d3b8a6526c05bf491d3e768f282714 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Mon Oct 26 12:54:22 2009 -0400 + + Several driver modules do not have a ChangeLog target in Makefile.am #23814 + + The git generated ChangeLog replaces the hand written one. + Update configure.ac to xorg-macros level 1.3. + Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros + Update Makefile.am to add ChangeLog target if missing + Remove ChangeLog from EXTRA_DIST or *CLEAN variables + This is a pre-req for the INSTALL_CMD + +commit 8655ebf788bb281f3f566d6335943527155b91a5 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Thu Oct 22 13:04:14 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + +commit ef03b3abab51a5bf81813a524d177370053ddfa0 +Author: Gaetan Nadon <mems...@videotron.ca> +Date: Thu Oct 22 12:34:18 2009 -0400 + + .gitignore: use common defaults with custom section # 24239 + + Using common defaults will reduce errors and maintenance. + Only the very small or inexistent custom section need periodic maintenance + when the structure of the component changes. Do not edit defaults. + +commit 8370499d4035ec7a5c8e1f1b04d5a6c404883442 +Author: Matteo Delfino <kendats...@gmail.com> +Date: Wed Oct 21 10:26:45 2009 -0400 + + Fix BIOS read on 650 and 760. (#19070) + + Signed-off-by: Matteo Delfino <kendats...@gmail.com> + Signed-off-by: Adam Jackson <a...@redhat.com> + +commit 9e50319293b10508bba4e3acef4a2851e7ab1f7a +Author: Dave Airlie <airl...@redhat.com> +Date: Thu Jul 30 12:04:29 2009 +1000 + + sis: bump for release 0.10.2 + +commit 8c3eca873717e877048c2bde345c02b1e9099e50 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jul 28 15:22:41 2009 +1000 + + sis: change to using ABI version check + +commit 9e1ebb9530bbb71be7fcab9e6f8f9a475be72efe +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jul 28 13:32:37 2009 +1000 + + sis: update for resources/RAC API removal + +commit 59ea80738d22c69a2850fd7ff89bd75330cc310b +Author: Peter Hutterer <peter.hutte...@who-t.net> +Date: Thu Jul 16 11:55:25 2009 +1000 + + Update to xextproto 7.1 support. + + DPMS header was split into dpms.h (client) and dpmsconst.h (server). Drivers + need to include dpmsconst.h if xextproto 7.1 is available. + + Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net> + +commit 74553b5ee476a0dd28e136f5a33a546ea0c3ef28 +Author: Adam Jackson <a...@redhat.com> +Date: Thu May 28 15:19:25 2009 -0400 + + Remove useless loader symbol lists. + +commit 933dd8f860883c613acb5bcdf6b66100dbdfa952 +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Fri May 1 16:57:22 2009 -0700 + + Correct bounds check of blitClip array access + + Array is defined as blitClip[NUM_BLIT_PORTS], so invalid indexes + are >= NUM_BLIT_PORTS, not just > NUM_BLIT_PORTS + + [This bug was found by the Parfait bug checking tool. + For more information see http://research.sun.com/projects/parfait ] + + Signed-off-by: Alan Coopersmith <alan.coopersm...@sun.com> + +commit 49c641b638ac36d2a559555c04a3bd2777c8d071 +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Fri May 1 16:52:10 2009 -0700 + + Make sisRegs3D4 big enough to hold all values written to it + + Increase size from 0xff to 0x100 since SiS315Save (sis_dac.c line 752) + writes values into sisRegs3D4[0x00..0xff] if ChipType >= XGI_20 + + [This bug was found by the Parfait bug checking tool. + For more information see http://research.sun.com/projects/parfait ] + + Signed-off-by: Alan Coopersmith <alan.coopersm...@sun.com> + +commit 5583c2342d873c0998ae73828246356867285460 +Author: Chris Ball <c...@laptop.org> +Date: Fri Feb 27 10:57:35 2009 -0500 + + Revert "Build fixes for EXA3" + + This reverts commit 7adc184e5e0f3df00423ea99b325d24764c1c067. + The EXA developers have backed out this ABI bump. + + Signed-off-by: Chris Ball <c...@laptop.org> + +commit 7adc184e5e0f3df00423ea99b325d24764c1c067 +Author: Chris Ball <c...@laptop.org> +Date: Tue Feb 24 12:32:01 2009 -0500 + + Build fixes for EXA3 + + * EXA in xserver head now requires -DEXA_DRIVER_KNOWN_MAJOR=3 + * EXA3 drops the UploadToScratch hook, so guard it for < 3 only. + + Signed-off-by: Chris Ball <c...@laptop.org> + +commit e4f6a2fcd5712d0f994d3719b9c6c13f5b02bc7c +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Fri Jan 9 16:34:01 2009 -0800 + + Remove xorgconfig & xorgcfg from See Also list in man page + +commit 6ab99d8d66ccd77314760edcb6110db924be3dcf +Author: Dave Airlie <airl...@redhat.com> +Date: Mon Dec 22 14:38:17 2008 +1000 + + sis 0.10.1 + +commit 7ae731c269a13613eed5ee8bef6cb9b6e82b74c6 +Author: Matthieu Herrb <matthieu.he...@laas.fr> +Date: Thu Nov 6 23:40:34 2008 +0100 + + Fix build on alpha. + +commit 31509152757643b32f42fe0a21d3b00137540e40 +Author: Daniel Stone <dan...@fooishbar.org> +Date: Sun Jul 20 04:15:52 2008 +0300 + + Remove XFree86-Misc (PassMessage) support + + The driver used PassMessage/HandleMessage from XFree86-Misc to ... just + return BadMatch. So how about we drop this bit of code, including an + additional dependency? + +commit 70ccce405b2134e7548a4a3660f9cff9fc306780 +Author: Adam Jackson <a...@redhat.com> +Date: Wed Mar 19 15:31:27 2008 -0400 + + sis 0.10.0 + +commit 3aff2a77c9c6bfff543195dc8908e422793a8f37 +Author: Adam Jackson <a...@redhat.com> +Date: Wed Mar 19 15:29:30 2008 -0400 + + Fix distcheck + +commit be77b71c3614e5b926caf3a177f6d5b7ef8d528b +Author: Adam Jackson <a...@redhat.com> +Date: Wed Mar 19 15:28:09 2008 -0400 + + Death to RCS tags. + +commit 6c7f2d4d2d1e89255007033be0f56a8cbe27397f +Author: Matthieu Herrb <matthieu.he...@laas.fr> +Date: Sat Mar 8 23:51:57 2008 +0100 + + Makefile.am: nuke RCS Id + +commit be954beff0c1e7942845ff4c055e183784dddad9 +Author: Julien Cristau <jcris...@debian.org> +Date: Fri Mar 7 17:09:35 2008 +0100 + + fixup pciaccess version detect + +commit f43247d383de0f4753db019482149ff923d884b0 +Author: Julien Cristau <jcris...@debian.org> +Date: Wed Feb 27 14:10:17 2008 +0100 + + Require pciaccess >= 0.10.0 for pci_device_map_range() + +commit 36ed5521afb524f49bde348775be2bdd78fa0383 +Author: Dave Airlie <airl...@linux.ie> +Date: Thu Jan 17 15:49:41 2008 +1000 + + fix some thinkos in the pciaccess patch, this now works on real hardware + +commit 797e6215ad9039ebbab547581c8ab3c143afb14f +Author: Dave Airlie <airl...@linux.ie> +Date: Wed Jan 16 17:46:06 2008 +1000 + + fixup unmap memory + +commit 992f586cbf85d9d99059209afc66e62ee5eb80ce +Author: Dave Airlie <airl...@linux.ie> +Date: Wed Jan 16 17:42:44 2008 +1000 + + use map domain memory with pciinfo + +commit 0e4dc89b7f00d1453d5c81be36c3d5ea39e3caad +Author: Pete Zaitcev <zait...@redhat.com> +Date: Wed Jan 16 13:39:01 2008 +1000 + + switch vga over to pciaccess + +commit 585e03e6878dd257c694517be9ea231a6b3cfb66 +Author: Dave Airlie <airl...@linux.ie> +Date: Wed Jan 16 13:34:58 2008 +1000 + + switch bios reading over + +commit ef98280b03318ae39d9b8ba45b13a9e27f520107 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 17:01:53 2008 +1000 + + finish off read/write long conversion + +commit e2cb9fa30350ee0c08469ad6ea7f34cecf106e33 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 16:45:49 2008 +1000 + + convert all hostbridge read/writes to accessor functions + +commit 77641c76963bbfea8914092ee65f116ba6d23967 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 16:14:07 2008 +1000 + + fixup type punning + +commit 08cfb9c048a33df584354a42093aeaf73db8e4d4 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 16:09:04 2008 +1000 + + another open/fopen confusion + +commit 6753430565085c88f2a26009b75d92fbd1e8d598 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 16:06:47 2008 +1000 + + fix thinko between open/fopen + +commit 70989db1c4e9465a7dd39f5d06edfc24a67d9ad6 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 16:01:09 2008 +1000 + + fix warnings in build + +commit d94a2efa2ea26c4fbb246ea93e9cc10b97cf3ea3 +Author: Dave Airlie <airl...@redhat.com> +Date: Tue Jan 8 14:38:04 2008 +1000 + + inital SiS pci access patch + +commit 14d6555419ca3ab2ab58afe0ba1fc40038a69caa +Author: Julien Cristau <jcris...@debian.org> +Date: Fri Nov 16 12:39:15 2007 +0100 + + Bump to 0.9.4. + +commit 748df8070893675ad3839fff295bec913be876f2 +Author: James Cloos <cl...@jhcloos.com> +Date: Mon Sep 3 05:52:43 2007 -0400 + + Add *~ to .gitignore to skip patch/emacs droppings + +commit f269b388cb8853b4eabfe8c42e03baf4caa32ad8 +Author: James Cloos <cl...@jhcloos.com> +Date: Thu Aug 23 19:25:55 2007 -0400 + + Rename .cvsignore to .gitignore + +commit ba3c4d45d6e8f04536e6512103db820f0d21b77a +Author: Julien Cristau <jcris...@debian.org> +Date: Thu Aug 9 03:36:07 2007 +0200 + + Get rid of the XFree86Server macro. + + It's not exported by xserver these days, so don't test it. + +commit 391dad44fa305be4cded31cf2f9a4fba7420af99 +Author: Julien Cristau <jcris...@debian.org> +Date: Thu Aug 9 03:35:12 2007 +0200 + + Fix xserver version detection. + + Newer xserver releases report a version of 1.x, which is smaller + than 6.8.99.900. + +commit 89d2f2118a2409d1bf0239448a4e3d2f6e7a1919 +Author: Brice Goglin <bgog...@debian.org> +Date: Tue Aug 7 12:57:23 2007 +0200 + + Define SIS_*_VERSION using PACKAGE_VERSION* + +commit 346693719a49cf50ff62cb25b09d433d2d8db9ea +Author: Alex Deucher <a...@botch2.com> +Date: Tue Feb 27 20:35:35 2007 -0500 + + bump Xv image height up from 1080 to 1088 for 315 chips + + fixes bug 10075 + +commit be1d494e0921d234918c899c6fe833c5d74b16fd +Author: Eamon Walsh <ewa...@tycho.nsa.gov> +Date: Mon Dec 18 14:09:45 2006 -0500 + + Revert "Convert callers of LookupWindow() to dixLookupWindow()." + + This reverts commit e3070bc4832d4f1e00f16591cba35776d9a87f2d. + +commit e3070bc4832d4f1e00f16591cba35776d9a87f2d +Author: Eamon Walsh <ewa...@tycho.nsa.gov> +Date: Fri Dec 15 17:46:03 2006 -0500 + + Convert callers of LookupWindow() to dixLookupWindow(). + +commit 07ca144f29e7038a0bd83c31783b134e57471b8b +Author: Daniel Stone <dan...@fooishbar.org> +Date: Thu Nov 30 19:58:16 2006 +0200 + + bump to 0.9.3 + +commit 27299b5af820e91c14529f5c3486d1018e99b6c4 +Author: Daniel Stone <dan...@fooishbar.org> +Date: Thu Nov 30 16:10:57 2006 +0200 + + include stdlib.h for strtod + Calling strtod() without including stdlib.h leads to unspecified results. + https://launchpad.net/distros/ubuntu/+source/xserver-xorg-video-sis/+bug/56649 + +commit 115106f042ff5cdad1675c030f0731f0d4559434 +Author: Adam Jackson <a...@benzedrine.nwnk.net> +Date: Fri Oct 13 18:43:53 2006 -0400 + + Bump to 0.9.2 + +commit 7a38608cd4cae811d12b7424f19af6d732a52f03 +Author: Donnie Berkholz <spyder...@gentoo.org> +Date: Tue Jun 6 16:09:54 2006 +0000 + + Add missing #include <assert.h>. + +commit f16c4ee67f57bea639fb3dfab0cf09c4cd981183 +Author: Alex Deucher <ag...@yahoo.com> +Date: Sun Apr 30 18:17:18 2006 +0000 + + - fix minor typo + +commit 7e88ed4b04b993a39edf2a19df34e5f3fb4b10f7 +Author: Adam Jackson <a...@nwnk.net> +Date: Sat Apr 8 01:47:22 2006 +0000 + + Bump to 0.9.1 for Xv changes. + +commit e7f05c6510a08abdc5e67c8d4b1c6041ea992287 +Author: Aaron Plattner <aplatt...@nvidia.com> +Date: Fri Apr 7 23:14:46 2006 +0000 + + Add a DrawablePtr argument to the XV functions to pave the way for + redirected video. + +commit fe557561f9fd14ac1d44dbb6ecce28e22076ccef +Author: Adam Jackson <a...@nwnk.net> +Date: Fri Apr 7 21:05:21 2006 +0000 + + Unlibcwrap. Bump server version requirement. Bump to 0.9.0. + +commit 1b851e8180dcb4795b82f28cf1e3c15f6d6210a1 +Author: Eric Anholt <anh...@freebsd.org> +Date: Fri Apr 7 04:15:34 2006 +0000 + + Don't forget to zero the xf86ModReqInfo before using it. Noticed by Alex + Deucher. + +commit 7d9999fa8433a9966b55cf0ee0db9d25ef71f535 +Author: Eric Anholt <anh...@freebsd.org> +Date: Thu Mar 9 06:06:25 2006 +0000 + + Update drivers that support EXA for the new EXA ABI. This consists of + moving all the accel and card members into the driver ptr, filling in + the exa_major/ exa_minor fields, and always using LoadSubModule so we + can check the module version up front. Only tested on ATI. + +commit 79bb52873a62dabd02a61ab18b1892cb3772e652 +Author: Kevin E Martin <k...@kem.org> +Date: Wed Dec 21 02:30:02 2005 +0000 + + Update package version for X11R7 release. + +commit ce0bbcb4672c44c15e2c493ed4ac59caedabce9f +Author: Adam Jackson <a...@nwnk.net> +Date: Mon Dec 19 16:25:54 2005 +0000 + + Stub COPYING files + +commit 6dfa26038c7b35af2a1fd5ee2e8ab7ceb85fd061 +Author: Kevin E Martin <k...@kem.org> +Date: Thu Dec 15 00:24:19 2005 +0000 + + Update package version number for final X11R7 release candidate. + +commit 2c57a2f4c0308ac555d8cd963c9a2dd6bcf73987 +Author: Kevin E Martin <k...@kem.org> +Date: Tue Dec 6 22:48:37 2005 +0000 + + Change *man_SOURCES ==> *man_PRE to fix autotools warnings. + +commit 252f54c2307c143b4621ea34cc014cec67c94a8f +Author: Kevin E Martin <k...@kem.org> +Date: Sat Dec 3 05:49:35 2005 +0000 + + Update package version number for X11R7 RC3 release. + +commit 1b0b4dbcd85ed63cacef9312f3c669be8877db97 +Author: Kevin E Martin <k...@kem.org> +Date: Fri Dec 2 02:16:10 2005 +0000 + + Remove extraneous AC_MSG_RESULT. + +commit b09bab0ff389770010f86d5f1614c6146403353b +Author: Adam Jackson <a...@nwnk.net> +Date: Thu Dec 1 20:29:43 2005 +0000 + + Bug #5207: Enable EXA. (Thomas Winischofer) + +commit 4fd5c122ea54cad8a1242e1be4aa97b55f556477 +Author: Adam Jackson <a...@nwnk.net> +Date: Wed Nov 30 18:51:46 2005 +0000 + + Bump libdrm dep to 2.0. + +commit 374156d3cf58ce7690cb2465b18dc28365ba54d0 +Author: Adam Jackson <a...@nwnk.net> +Date: Tue Nov 29 23:30:03 2005 +0000 + + Only build dlloader modules by default. + +commit 82f9c39f69c7c56e060938836205ad6744b7be39 +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Mon Nov 28 22:04:10 2005 +0000 + + Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 + update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir) + +commit 80bfbc8b3336211b724f252db71e865b7b61be7b +Author: Eric Anholt <anh...@freebsd.org> +Date: Mon Nov 21 10:49:18 2005 +0000 + + Add .cvsignores for drivers. + +commit d59932a8d9d0d8559cbe9a1631f6a26ccba491f9 +Author: Kevin E Martin <k...@kem.org> +Date: Wed Nov 9 21:31:21 2005 +0000 + + Bump version numbers for X11R6.9/X11R7 RC2. + +commit 61a128fb20b54f91680e2e6d2827250eb857a3e5 +Author: Kevin E Martin <k...@kem.org> +Date: Wed Nov 9 21:15:20 2005 +0000 + + Update package version number for X11R7 RC2 release. + +commit 0081e372f6c0990930f8b8d41ef41384af5fc73f +Author: Matthias Hopf <mh...@suse.de> +Date: Wed Nov 9 17:42:58 2005 +0000 + + Bug #4998: Add ';' and ',' as valid separators for MetaModes as well. + +commit d7a277fadf8686c5c37cb5ce782a73180bbe8ac3 +Author: Kevin E Martin <k...@kem.org> +Date: Tue Nov 1 15:08:54 2005 +0000 + + Update pkgcheck depedencies to work with separate build roots. + +commit f544e67b005f2b70a27c0f29b782ab11758cf9aa +Author: Thomas Winischhofer <tho...@winischhofer.net> +Date: Tue Nov 1 12:45:54 2005 +0000 + + SiS driver: Fix EDID->ranges conversion + +commit c63936bf30c8ce196761a6758ee395e0c65ca679 +Author: Thomas Winischhofer <tho...@winischhofer.net> +Date: Sat Oct 29 10:10:09 2005 +0000 + + SiS driver: Fix static build + +commit 634177ea66815843928b292316309ad37b0daf4c +Author: Adam Jackson <a...@nwnk.net> +Date: Fri Oct 21 18:40:19 2005 +0000 + + Bug #4829: Remove some useless DRI symbol checks. + +commit 8c17b504dabc00744342af45865b5ef4ecba3d84 +Author: Kevin E Martin <k...@kem.org> +Date: Wed Oct 19 02:48:04 2005 +0000 + + Update package version number for RC1 release. + +commit e4d73b86424b72db22bd9e91d43a5e2aad958f18 +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Tue Oct 18 00:01:54 2005 +0000 + + Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro + substitutions to work better with BSD make + +commit 5d201158177e51f171e196148186106282ee5220 +Author: Adam Jackson <a...@nwnk.net> +Date: Mon Oct 17 22:57:35 2005 +0000 + + More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead + of indirectly + +commit be5a30fa3e3c731d69c4003beb28f22f0335e781 +Author: Alan Coopersmith <alan.coopersm...@sun.com> +Date: Mon Oct 17 00:09:05 2005 +0000 + + Use sed & cpp to substitute variables in driver man pages + +commit 5461be0c1969120b3e5f610bc5d8abc2c00259eb +Author: Thomas Winischhofer <tho...@winischhofer.net> +Date: Sun Oct 16 18:12:32 2005 +0000 + + SiS driver: Fix MIPS linking error + +commit a8ebd720f7c56ac9181eab1e68d2d2c5a9ac96da +Author: Søren Sandmann Pedersen <sandm...@daimi.au.dk> +Date: Tue Oct 4 20:01:03 2005 +0000 + + Check in generated README files + +commit 60b23a8cd5eefd77b64c84ab4de478420ae58f07 +Author: Søren Sandmann Pedersen <sandm...@daimi.au.dk> +Date: Mon Oct 3 21:22:08 2005 +0000 + + - For all drivers that have a <driver>.sgml file, add code in their build + system to build the README file at make dist time + - in util/macros/xorg-macros.m4, add a new XORG_CHECK_LINUXDOC macro that + will check if the required tools and files exist, and if so set a + conditional. + - util/modular/symlink.sh + - Link all the <driver>.sgml to xf86-video-<driver>/README.sgml + - Add all the README.<driver> to the list of excluded files + - xc/programs/Xserver/hw/xfree86/doc/sgml/SiS.sgml: Various changes to make + it spew less warnings when the text file is built. + -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1occjt-0003ue...@alioth.debian.org