libpciaccess: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Jul 11 16:06:02 UTC 2019


 src/Makefile.am         |    4 
 src/common_init.c       |    4 
 src/hurd_pci.c          |  496 +++++++++++++++++++++++++++++++++++
 src/pciaccess_private.h |    9 
 src/x86_pci.c           |  664 ++++++++++++++++++++++++++++++++----------------
 src/x86_pci.h           |   88 ++++++
 6 files changed, 1046 insertions(+), 219 deletions(-)

New commits:
commit 640f114e3bf195f77a2151fc6cbdfed8ace8b6ae
Author: Damien Zammit <damien at zamaudio.com>
Date:   Sat Nov 10 06:48:42 2018 -0500

    Use recursive scan bus
    
    Switch over to the new recursive scan bus routine for x86
    
    Signed-off-by: Damien Zammit <damien at zamaudio.com>

commit 95fbfeeacfd054de1037d6a10dee03b2b2cbc290
Author: Damien Zammit <damien at zamaudio.com>
Date:   Sat Nov 10 06:23:40 2018 -0500

    Add better probe cmds for non-VGA roms and regions on x86
    
    Also add a recursive scan-bus routine that uses the new probe cmds.
    
    Signed-off-by: Damien Zammit <damien at zamaudio.com>

commit 048fe0613847e3a9b39bbc3ea3e6db0f54517191
Author: Damien Zammit <damien at zamaudio.com>
Date:   Sat Nov 10 06:11:19 2018 -0500

    New module for the Hurd
    
    This new module uses Hurd's RPCs for accessing the PCI configuration space.
    Direct access as in {read_write}_{8,16,32} functions is done by the old x86
    module.
    
    Some x86 function prototypes are now declared in a new header for the Hurd
    module to use them, in order to duplicate as little code as possible.
    
    Author:  Joan Lledó <joanlluislledo at gmail.com>
    Also-by: Damien Zammit <damien at zamaudio.com>
    Signed-off-by: Damien Zammit <damien at zamaudio.com>



More information about the xorg-commit mailing list