xf86-video-sis: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Dec 20 02:50:10 UTC 2019


 configure.ac     |    2 -
 src/sis.h        |   77 +++++++++++++++++--------------------------------------
 src/sis_driver.c |   10 +++----
 src/sis_setup.c  |   10 +++----
 4 files changed, 35 insertions(+), 64 deletions(-)

New commits:
commit 63b17bc8468563d28969bd015243aec2d1c7caca
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 21:20:11 2019 -0600

    Version bumped to 0.12.1
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

commit 563cf3c47a3373f50a9f79d7164c075dece8f01d
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 20:50:24 2019 -0600

    Clean up XGI Technology PCI Device IDs
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

commit 49b642e902f9f4ed3518de5f771d53b3332e3554
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 20:49:07 2019 -0600

    Clean up SiS PCI Device IDs
    
    Define newer (?) SiS PCI Device IDs without the use of #ifndef.
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

commit 500ca55f6db62b45111117767dfb56f51ae21f56
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 20:48:57 2019 -0600

    Remove a reference to _XF86_PCIINFO_H
    
    xf86PciInfo.h was removed long time ago by commit
    f6d49466ca538c65fa8c66352e421c2624e204f1.
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

commit 6c1260b7bc41aba3644d91637ba60567079e9f6b
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 20:48:42 2019 -0600

    Remove unnecessary SiS PCI Device IDs
    
    These are SiS Device IDs for host to PCI bridges and a USB host.
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

commit df7837d4ff37159a09844e099892d08057ca2618
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 20:47:26 2019 -0600

    Fix type mismatch compilation warnings when TWDEBUG macro is defined
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>

commit 1ac40451b8c07b8c028782321b26ebbd5bc4559c
Author: Kevin Brace <kevinbrace at bracecomputerlab.com>
Date:   Mon Dec 16 20:37:54 2019 -0600

    Use unsigned long when performing PCI read / write
    
    When thinking about 64-bit ISA environment, 32-bit PCI read / write
    should be performed as a unsigned long type.
    
    Signed-off-by: Kevin Brace <kevinbrace at bracecomputerlab.com>



More information about the xorg-commit mailing list