libpciaccess: Changes to 'refs/tags/libpciaccess-0.10.6'

Alan Coopersmith alanc at kemper.freedesktop.org
Fri Apr 24 16:36:12 PDT 2009


Tag 'libpciaccess-0.10.6' created by Alan Coopersmith <alan.coopersmith at sun.com> at 2009-04-25 00:32 -0700

libpciaccess 0.10.6

Changes since libpciaccess-0.10.5:
Alan Coopersmith (12):
      Fill in byte swapping routines for big-endian Solaris machines
      Don't open/gzopen pci.ids if we're not going to read it
      Add AC_SYS_LARGEFILE to configure.ac
      Solaris: Use bus-range properties to limit busses scanned on each node
      Add README with pointers to mailing list, bugzilla & git repos
      Fix const mismatch compiler warnings in Solaris backend
      Sun bug 6811468: pci_device_solx_devfs_probe accesses freed memory
      Move included m4 to a subdir so we can more easily update from upstream
      Fix $CWARNFLAGS addition
      Fix unused variable warnings in Solaris code
      Resync COPYING file with code copyright notices
      Version bump: 0.10.6

Darren Smith (1):
      Be more paranoid about reading bridge info (#20786)

Mark Kettenis (1):
      Make libpciaccess on OpenBSD domain-aware.

Matthieu Herrb (3):
      Fix a logic error in pci_device_openbsd_write().
      Sync with OpenBSD code.
      Fix a logic error in pci_device_netbsd_write()

Owain Ainsworth (1):
      openbsd_pci.c: use the correct size when mapping the legacy vga rom.

Paulo Cesar Pereira de Andrade (1):
      Janitor: Correct make distcheck and compiler warnings.

Robert Noland (1):
      FreeBSD: Incorporate several fixes that have accumulated.

edward shu (1):
      Sun bug 6785726: libpciaccess needs to use the correct BAR index on solaris

---
 .gitignore               |    9 +
 COPYING                  |   28 ++++
 Makefile.am              |    9 -
 README                   |   35 +++++
 configure.ac             |   56 ++-------
 m4/ac_define_dir.m4      |   49 ++++++++
 src/Makefile.am          |    2 
 src/common_bridge.c      |   20 ++-
 src/common_device_name.c |   17 +-
 src/common_interface.c   |   18 ++-
 src/freebsd_pci.c        |  183 +++++++++++++++++++++++++++---
 src/netbsd_pci.c         |    2 
 src/openbsd_pci.c        |  282 ++++++++++++++++++++++++++++++++---------------
 src/scanpci.c            |    1 
 src/solx_devfs.c         |  171 ++++++++++++++++++++--------
 15 files changed, 665 insertions(+), 217 deletions(-)
---


More information about the xorg-commit mailing list