2013-07-21 11:42:40 by Thomas Klausner | Files touched by this commit (12) | |
Log message:
Update to 0.13.2. Set LICENSE.
This release provides a lot of platform-specific improvements for various
platforms, including Solaris (SPARC & x64), FreeBSD, NetBSD, and Hurd.
It also provides some platform-independent fixes & code cleanup.
Adam Jackson (1):
configure: Remove AM_MAINTAINER_MODE
Alan Coopersmith (10):
Solaris: Implement map_legacy & legacy_io functions
Solaris: refactor pci_device_solx_devfs_map_range to reduce code duplication
Bug 63583 - add legacy IO routines for FreeBSD
Define PCI_MATCH_ANY as an unsigned int
pci_id_file_open: move variable inside the #ifndef that uses it
pci_device_solx_devfs_read: fix sign conversion/comparison warnings
Solaris: Remove #defines for Ultra 45 southbridge device ids
pci_device_solx_devfs_probe: implicit conversion changes signedness warnings
Resync COPYING file with copyrights/licenses from code
libpciaccess 0.13.2
Colin Walters (1):
autogen.sh: Implement GNOME Build API
Egbert Eich (1):
PCI: set correct mask value when matching for bridges.
Henry Zhao (5):
libpciaccess: implementation of boot_vga in Solaris
libpciaccess: sparc rom read fix
scanpci: print meaningful info on BASEROM
Solaris: Add domain support for sparc platform
Solaris: probe improvement
John Martin (1):
Fix Sun bug #7035791: scanpci should report 64 bit registers
Mark Logan (1):
libpciaccess: fix memory usage errors
Samuel Thibault (1):
Implement legacy io & map for x86 backend
Thomas Klausner (6):
Protect config.h like usual.
Move 'const' to correct place, so it has meaning.
Update NetBSD support.
Enable boot_vga support only if WSDISPLAYIO_GET_BUSID is defined.
Fix build on NetBSD-4.
Support more pci functions on NetBSD.
|
2013-06-04 12:16:00 by OBATA Akio | Files touched by this commit (2) |
Log message:
fixes missing `,' for legacy NetBSD case.
|
2013-06-03 16:19:38 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fixes from Chuck Silvers <chuq@chuq.com> based on openbsd_pci.c.
Bump PKGREVISION.
|
2013-05-28 08:49:49 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Remove patch that only changes whitespace.
ok richard@
|
2013-05-18 15:46:35 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Fix Dragonfly with Radeon 4350. From
https://bugs.freedesktop.org/attachment.cgi?id=78130
via David Shao in PR 47828.
Bump PKGREVISION.
|
2013-05-15 19:56:52 by Richard PALO | Files touched by this commit (1) | |
Log message:
update distinfo for libpciaccess
|
2013-05-15 05:54:42 by Richard PALO | Files touched by this commit (1) | |
Log message:
terminate incomplete libpciaccess update
|
2013-05-15 05:20:16 by Richard PALO | Files touched by this commit (10) |
Log message:
Update sysutils/libpciutils with various upstream patches, many for solaris
and SPARC. http://cgit.freedesktop.org/xorg/lib/libpciaccess/log/
|
2012-10-23 21:51:39 by Aleksej Saushev | Files touched by this commit (447) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-12 02:37:05 by Takahiro Kambe | Files touched by this commit (2) |
Log message:
Fix build problem on NetBSD 4.0, simply revert the part of
"#ifdef _X86_SYSARCH_L" from revision 1.8.
|