| #
2601ddd0 |
| 06-Nov-2011 |
Mark Kettenis <[email protected]> |
Add VGA Arbiter support for OpenBSD.
Signed-off-by: Matthieu Herrb <[email protected]>
|
| #
12dbf6d2 |
| 07-Oct-2011 |
Jeremy Huddleston <[email protected]> |
Update library version to reflect new API
Signed-off-by: Jeremy Huddleston <[email protected]>
|
| #
e1a0240a |
| 17-Sep-2011 |
Alan Coopersmith <[email protected]> |
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <alan.coopersm
Strip trailing whitespace
Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change
Signed-off-by: Alan Coopersmith <[email protected]>
show more ...
|
| #
fd476dea |
| 26-Sep-2010 |
Gaetan Nadon <[email protected]> |
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their directory.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaet
include: add a Makefile to install and distribute header file
Makefiles are simpler when they only handle what is in their directory.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
2b5c81c2 |
| 26-Sep-2010 |
Gaetan Nadon <[email protected]> |
config: replace INCLUDES, which is deprecated, with AM_CPPFLAGS
Fixes an Automake warning.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
|
| #
dcb79a20 |
| 22-Aug-2010 |
Gaetan Nadon <[email protected]> |
config: provide a makefile for scanpci dev tool
No function changes.
Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common c
config: provide a makefile for scanpci dev tool
No function changes.
Note that automake generates a wrapper script if libpciaccess is not installed at configuration time, which is the most common case.
If it is installed at configuration time, you get an executable.
The makefile build order ensures the lib is build before scanpci.
Reviewed-by: Rémi Cardona <[email protected]> Signed-off-by: Gaetan Nadon <[email protected]>
show more ...
|
| #
3f59728d |
| 19-Jun-2010 |
Alan Coopersmith <[email protected]> |
Let libtool handle library flags for scanpci on Solaris
Stop hardcoding -ldevinfo since configure/libtool already know to add it for static linking, and ELF dependencies handle it for dynamic linkin
Let libtool handle library flags for scanpci on Solaris
Stop hardcoding -ldevinfo since configure/libtool already know to add it for static linking, and ELF dependencies handle it for dynamic linking
Signed-off-by: Alan Coopersmith <[email protected]>
show more ...
|
| #
af2be749 |
| 19-Jan-2010 |
Samuel Thibault <[email protected]> |
libpciaccess x86 backend
This adds support on x86 for OSes that do not have a PCI interface, tinkering with I/O ports, and makes use of it on GNU/Hurd.
Signed-off-by: Julien Cristau <jcristau@debia
libpciaccess x86 backend
This adds support on x86 for OSes that do not have a PCI interface, tinkering with I/O ports, and makes use of it on GNU/Hurd.
Signed-off-by: Julien Cristau <[email protected]>
show more ...
|
| #
5e8d4c19 |
| 18-Nov-2009 |
Adam Jackson <[email protected]> |
I/O port access routines
Acked-by: Tiago Vignatti <[email protected]> Acked-by: Matt Turner <[email protected]> Signed-off-by: Adam Jackson <[email protected]>
|
| #
312cde3c |
| 30-Aug-2009 |
Dave Airlie <[email protected]> |
pciaccess: bump to 0.10.8
|
| #
d062dd78 |
| 28-Aug-2009 |
Dave Airlie <[email protected]> |
libpciaccess: bump to 0.10.7 for vga arb interface addition
|
| #
b229acdf |
| 28-Aug-2009 |
Dave Airlie <[email protected]> |
Revert "vgaarb: delete stub functions"
This reverts commit b7fd4d06890d801aae93fe1a1af7ab110fd388fd.
|
| #
b7fd4d06 |
| 16-Aug-2009 |
Tiago Vignatti <[email protected]> |
vgaarb: delete stub functions
Such stub functions is already with API outdated. Moreover, if some operating system doesn't have arbiter's implementation then the app can set some autoconf tricks lik
vgaarb: delete stub functions
Such stub functions is already with API outdated. Moreover, if some operating system doesn't have arbiter's implementation then the app can set some autoconf tricks like "ifdef HAVE_PCI_DEVICE_VGAARB_INIT".
Signed-off-by: Tiago Vignatti <[email protected]>
show more ...
|
| #
b77b0fc3 |
| 13-May-2009 |
Tiago Vignatti <[email protected]> |
vgaarb: make it compile.
|
| #
0edb2392 |
| 18-Apr-2009 |
Alan Coopersmith <[email protected]> |
Fix $CWARNFLAGS addition
Original addition to configure.ac had typo (missing N) - moving to Makefile.am allows easier override at build time
Signed-off-by: Alan Coopersmith <[email protected]
Fix $CWARNFLAGS addition
Original addition to configure.ac had typo (missing N) - moving to Makefile.am allows easier override at build time
Signed-off-by: Alan Coopersmith <[email protected]>
show more ...
|
| #
4c1c607c |
| 11-Oct-2008 |
Juan RP <[email protected]> |
Add NetBSD support
It's based in the OpenBSD code, but with differences because on NetBSD, to set MTRRs we have to use i386/x86_64_set_mtrr() and link to libi386 or libx86_64.
X.Org bug#17931 <http
Add NetBSD support
It's based in the OpenBSD code, but with differences because on NetBSD, to set MTRRs we have to use i386/x86_64_set_mtrr() and link to libi386 or libx86_64.
X.Org bug#17931 <http://bugs.freedesktop.org/show_bug.cgi?id=17931>
show more ...
|
| #
07577a87 |
| 10-Jun-2008 |
Adam Jackson <[email protected]> |
libpciaccess 0.10.2
|
| #
26400575 |
| 21-May-2008 |
Dave Airlie <[email protected]> |
pciaccess: bump to 0.10.1
|
| #
d898072e |
| 12-Mar-2008 |
Mark Kettenis <[email protected]> |
OpenBSD support for libpciaccess.
xserver and libpciaccess both need to open /dev/xf86, which can only be opened once. I implemented pci_system_init_dev_mem() like Ian suggested. This requires som
OpenBSD support for libpciaccess.
xserver and libpciaccess both need to open /dev/xf86, which can only be opened once. I implemented pci_system_init_dev_mem() like Ian suggested. This requires some minor changes to the BSD-specific os-support code. Since pci_system_init_dev_mem() is a no-op on FreeBSD this should be no problem.
show more ...
|
| #
4224ff23 |
| 07-Mar-2008 |
Julien Cristau <[email protected]> |
solaris: add pci_tools.h to OS_SUPPORT
pci_tools.h was missing from the tarball, but is needed by solx_devfs.c
|
| #
08ff9f7f |
| 31-Aug-2007 |
Ian Romanick <[email protected]> |
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
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.
show more ...
|
| #
73197e09 |
| 27-Aug-2007 |
Ian Romanick <[email protected]> |
Add linux_devmem.h to file list.
|
| #
a7faac3d |
| 18-Jun-2007 |
Ian Romanick <[email protected]> |
Initial support for reading expansion ROM via VGA BIOS address.
|
| #
206e2921 |
| 06-Jun-2007 |
edward shu <[email protected]> |
Libpciaccess on Solaris Initial integration
Libpciaccess on Solaris Initial integration. It depends on devfs to access pci configuration space, also xsvc is used for memory map.
|
| #
37ce43c1 |
| 15-Jan-2007 |
Ian Romanick <[email protected]> |
Convert pci_device_write_u* funtions to take a value instead of a pointer.
At anholt's request, the pci_device_write_u* functions have been converted to take the value to be written as a parameter i
Convert pci_device_write_u* funtions to take a value instead of a pointer.
At anholt's request, the pci_device_write_u* functions have been converted to take the value to be written as a parameter instead of a pointer to the value.
Bump the version to 0.8.0.
show more ...
|