| #
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 ...
|
| #
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]>
|
| #
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 ...
|
| #
6ae37861 |
| 11-Oct-2008 |
Petr Salinger <[email protected]> |
Add support for GNU/kFreeBSD
We need to initialize the FreeBSD backend on GNU/kFreeBSD and detect whether pci_io.pi_sel.pc_domain member exists.
X.Org bug#17882 <http://bugs.freedesktop.org/show_bu
Add support for GNU/kFreeBSD
We need to initialize the FreeBSD backend on GNU/kFreeBSD and detect whether pci_io.pi_sel.pc_domain member exists.
X.Org bug#17882 <http://bugs.freedesktop.org/show_bug.cgi?id=17882>
show more ...
|
| #
a3b63c43 |
| 07-Apr-2008 |
Hasso Tepper <[email protected]> |
Add DragonFly BSD support
DragonFly behaves exactly like FreeBSD, so no problem here.
|
| #
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 ...
|
| #
adc46f65 |
| 19-Feb-2008 |
Julien Cristau <[email protected]> |
Don't export private symbols.
|
| #
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.
|
| #
87ec7de3 |
| 12-Jan-2007 |
Eric Anholt <[email protected]> |
Fix many warnings and bugs in the freebsd implementation.
With this, scanpci gives partially-sane results.
|
| #
07b09d93 |
| 30-Jul-2006 |
Eric Anholt <[email protected]> |
Add the beginnings of a FreeBSD port.
|
| #
5a04522a |
| 18-Mar-2006 |
Ian Romanick <[email protected]> |
Initial import of libpciaccess.
|