History log of /libpciaccess/src/netbsd_pci.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 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 ...


# 0488a283 07-Dec-2008 Matthieu Herrb <[email protected]>

Fix a logic error in pci_device_netbsd_write()

This is the same error as in pci_device_openbsd_write() that actually
prevented it to write anything.


# 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 ...