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

libpciaccess: Changes to 'refs/tags/libpciaccess-0.8.0+git20071002-1'



Tag 'libpciaccess-0.8.0+git20071002-1' created by David Nusinow <dnusinow@debian.org> at 2007-10-03 01:44 +0000

Tagging upload of libpciaccess-0.8.0+git20071002-1 to experimental.

Changes since libpciaccess-0.8.0+git20070628-1:
Alan Coopersmith (2):
      Fix Solaris build: missing static prototype & typo in variable name
      Need to link with -ldevinfo on Solaris

David Nusinow (5):
      * Debian stores its pci.ids list in /usr/share/misc. Use that for the
      Merge branch 'upstream-experimental' into debian-experimental
      * New upstream git pull
      Autoreconf
      * Add myself to uploaders

Eric Anholt (5):
      Make scanpci exit cleanly if pci_system_init() fails.
      FreeBSD: Fill in the subdevice ID.
      FreeBSD: Add VGA rom reading through /dev/mem.
      Make the base address printout of scanpci more usable.
      Add FreeBSD MTRR setting support.

Ian Romanick (6):
      Bump version to 0.9.0.
      Add linux_devmem.h to file list.
      Bump version to 0.9.1 (sigh).
      New interfaces to map memory with MTRR (or similar) support.
      Update / add comments in struct pci_mem_region.
      Add stub version of pci_device_map_memory_range

James Cloos (3):
      Remove deprecated .cvsignore files
      Add *~ to .gitignore to skip patch/emacs droppings
      Merge branch 'master' of ssh://git.freedesktop.org/git/xorg/lib/libpciaccess

Keith Packard (1):
      Don't add MTRR for uncached regions. Remove MTRR on unmap.

---
 .cvsignore              |   19 
 .gitignore              |    1 
 Makefile.in             |  137 ++---
 aclocal.m4              |  674 ++++++++++++++++++---------
 config.h.in             |    3 
 configure               | 1174 ++++++++++++++++++++++++++++++------------------
 configure.ac            |    9 
 debian/changelog        |   10 
 debian/control          |    2 
 debian/rules            |    1 
 include/pciaccess.h     |   60 ++
 src/.cvsignore          |    6 
 src/Makefile.am         |    5 
 src/Makefile.in         |  142 +++--
 src/common_interface.c  |  225 ++++++---
 src/common_map.c        |   54 ++
 src/freebsd_pci.c       |  151 ++++--
 src/linux_sysfs.c       |  164 ++++--
 src/pciaccess_private.h |   30 +
 src/scanpci.c           |   10 
 src/solx_devfs.c        |   67 +-
 21 files changed, 1918 insertions(+), 1026 deletions(-)
---



Reply to: