libpciaccess: Changes to 'master'

Julien Cristau jcristau at kemper.freedesktop.org
Sat Oct 11 11:39:00 PDT 2008


 configure.ac            |   20 ++
 src/Makefile.am         |    4 
 src/common_init.c       |    4 
 src/common_interface.c  |    2 
 src/freebsd_pci.c       |   12 -
 src/netbsd_pci.c        |  409 ++++++++++++++++++++++++++++++++++++++++++++++++
 src/pciaccess_private.h |    1 
 7 files changed, 441 insertions(+), 11 deletions(-)

New commits:
commit 4c1c607c602e5e8d9277b9c01edfa7a8d10333cd
Author: Juan RP <xtraeme at gmail.com>
Date:   Sat Oct 11 20:28:03 2008 +0200

    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>

commit 6ae378611bb4caaf57311734d3adcb7e10ac3622
Author: Petr Salinger <petr.salinger at seznam.cz>
Date:   Sat Oct 11 20:22:28 2008 +0200

    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>



More information about the xorg-commit mailing list