Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[xsrc/trunk]: xsrc/external/mit/xf86-video-chips/dist initial import of xf86-...



details:   https://anonhg.NetBSD.org/xsrc/rev/37fc227b5a6b
branches:  trunk
changeset: 10148:37fc227b5a6b
user:      mrg <mrg%NetBSD.org@localhost>
date:      Sun Mar 03 09:29:04 2019 +0000

description:
initial import of xf86-video-chips-1.4.0

diffstat:

 external/mit/xf86-video-chips/dist/ChangeLog    |  28 +++++++++++++++++++++++++
 external/mit/xf86-video-chips/dist/configure    |  20 ++++++++--------
 external/mit/xf86-video-chips/dist/configure.ac |   2 +-
 3 files changed, 39 insertions(+), 11 deletions(-)

diffs (132 lines):

diff -r bf5ef135d3a7 -r 37fc227b5a6b external/mit/xf86-video-chips/dist/ChangeLog
--- a/external/mit/xf86-video-chips/dist/ChangeLog      Sun Mar 03 09:28:59 2019 +0000
+++ b/external/mit/xf86-video-chips/dist/ChangeLog      Sun Mar 03 09:29:04 2019 +0000
@@ -1,3 +1,31 @@
+commit 7d9a0594a0fa1c63d04ad929125233917e2e227c
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Fri Feb 15 15:39:38 2019 -0800
+
+    Version bumped to 1.4.0
+    
+    Bug fix release to address non-HiQVideo Chips & Technologies device
+    initialization code crashing the X Server.
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
+commit c5e70111d648777afd1de501214d875cf838fde7
+Author: Kevin Brace <kevinbrace%gmx.com@localhost>
+Date:   Tue Feb 12 15:47:07 2019 -0800
+
+    Fix for a faulty new vgaHW ABI conversion on non-HiQ Video devices
+    
+    Unfortunately, commit 989cf4f1fb2ac57f38d363734b71a5cf749db146
+    missed inserting a call to vgaHWSetStdFuncs prior to calling
+    vgaHWGetIOBase for non-HiQ Video devices, so this will cause a crash
+    with the X Server.  The code has three different chipsPreInit* to
+    handle some aspects of a PreInit callback, but only chipsPreInitHiQV
+    function has the correct code.  Added the call to vgaHWSetStdFuncs
+    for chipsPreInit655xx and chipsPreInitWingine functions.  This bug
+    was observed on Chips & Technologies 65548.
+    
+    Signed-off-by: Kevin Brace <kevinbrace%gmx.com@localhost>
+
 commit 18c04e66a1018a37c3fe9ff9e074a1837659eca3
 Author: Kevin Brace <kevinbrace%gmx.com@localhost>
 Date:   Tue Dec 25 08:24:18 2018 -0600
diff -r bf5ef135d3a7 -r 37fc227b5a6b external/mit/xf86-video-chips/dist/configure
--- a/external/mit/xf86-video-chips/dist/configure      Sun Mar 03 09:28:59 2019 +0000
+++ b/external/mit/xf86-video-chips/dist/configure      Sun Mar 03 09:29:04 2019 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for xf86-video-chips 1.3.0.
+# Generated by GNU Autoconf 2.69 for xf86-video-chips 1.4.0.
 #
 # Report bugs to <https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/issues>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='xf86-video-chips'
 PACKAGE_TARNAME='xf86-video-chips'
-PACKAGE_VERSION='1.3.0'
-PACKAGE_STRING='xf86-video-chips 1.3.0'
+PACKAGE_VERSION='1.4.0'
+PACKAGE_STRING='xf86-video-chips 1.4.0'
 PACKAGE_BUGREPORT='https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/issues'
 PACKAGE_URL=''
 
@@ -1370,7 +1370,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures xf86-video-chips 1.3.0 to adapt to many kinds of systems.
+\`configure' configures xf86-video-chips 1.4.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1442,7 +1442,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of xf86-video-chips 1.3.0:";;
+     short | recursive ) echo "Configuration of xf86-video-chips 1.4.0:";;
    esac
   cat <<\_ACEOF
 
@@ -1574,7 +1574,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-xf86-video-chips configure 1.3.0
+xf86-video-chips configure 1.4.0
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1989,7 +1989,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by xf86-video-chips $as_me 1.3.0, which was
+It was created by xf86-video-chips $as_me 1.4.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2857,7 +2857,7 @@
 
 # Define the identity of the package.
  PACKAGE='xf86-video-chips'
- VERSION='1.3.0'
+ VERSION='1.4.0'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -19476,7 +19476,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by xf86-video-chips $as_me 1.3.0, which was
+This file was extended by xf86-video-chips $as_me 1.4.0, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -19542,7 +19542,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-xf86-video-chips config.status 1.3.0
+xf86-video-chips config.status 1.4.0
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -r bf5ef135d3a7 -r 37fc227b5a6b external/mit/xf86-video-chips/dist/configure.ac
--- a/external/mit/xf86-video-chips/dist/configure.ac   Sun Mar 03 09:28:59 2019 +0000
+++ b/external/mit/xf86-video-chips/dist/configure.ac   Sun Mar 03 09:29:04 2019 +0000
@@ -23,7 +23,7 @@
 # Initialize Autoconf
 AC_PREREQ([2.60])
 AC_INIT([xf86-video-chips],
-        [1.3.0],
+        [1.4.0],
         [https://gitlab.freedesktop.org/xorg/driver/xf86-video-chips/issues],
         [xf86-video-chips])
 AC_CONFIG_SRCDIR([Makefile.am])



Home | Main Index | Thread Index | Old Index