libpciaccess: Changes to 'master'

Ian Romanick idr at kemper.freedesktop.org
Thu Aug 30 17:54:05 PDT 2007


 configure.ac            |    8 +
 include/pciaccess.h     |   35 ++++++--
 src/Makefile.am         |    3 
 src/common_interface.c  |  201 ++++++++++++++++++++++++++++++++----------------
 src/common_map.c        |   54 ++++++++++++
 src/freebsd_pci.c       |   62 ++++----------
 src/linux_sysfs.c       |  137 ++++++++++++++++----------------
 src/pciaccess_private.h |   30 ++++++-
 src/solx_devfs.c        |   64 +++++----------
 9 files changed, 369 insertions(+), 225 deletions(-)

New commits:
commit 08ff9f7fbd26dd2d0e30351b556c71c272f6be6c
Author: Ian Romanick <idr at us.ibm.com>
Date:   Thu Aug 30 17:52:02 2007 -0700

    New interfaces to map memory with MTRR (or similar) support.
    
    Added new functions pci_device_map_range and pci_device_unmap_range to
    handle mapping of PCI device BARs.  These new interfaces allow the
    possiblity of MTRRs on platforms that support them.
    
    These additional APIs necessitated changing some internal interfaces.  The
    code for FreeBSD and Solaris has been updated but has not been compiled or
    tested.
    
    Old interfaces are marked deprecated and will eventually be removed.



More information about the xorg-commit mailing list