History log of /netbsd/sys/rump/dev/lib/libpci/rumpdev_bus_space.c (Results 1 – 10 of 10)
Revision Date Author Comments
# cc17ee2e 27-Jan-2019 pgoyette <pgoyette@NetBSD.org>

Merge the [pgoyette-compat] branch


# eec3a080 12-Dec-2018 alnsn <alnsn@NetBSD.org>

Add missing RCSIDs.


# 575a7585 07-Jul-2016 msaitoh <msaitoh@NetBSD.org>

KNF. Remove extra spaces. No functional change.


# c5279472 18-Jan-2016 pooka <pooka@NetBSD.org>

Implement the inverse of a nop.


# 3b578fab 11-Aug-2015 pooka <pooka@NetBSD.org>

Fix handle typos/pastos in bus_space_barrier() calls


# ff39f18c 15-Jun-2015 pooka <pooka@NetBSD.org>

Add a "userfeature" definition for iospace. I/O space is supported if
that flag is given and calling the init routine succeeds (and we're on
x86, which we probably need to be on anyway for this PCI

Add a "userfeature" definition for iospace. I/O space is supported if
that flag is given and calling the init routine succeeds (and we're on
x86, which we probably need to be on anyway for this PCI component to
currently be supported).

Also, some adjustments to make things between flags consistent, namely
deprecate the Makefile variable RUMP_PCI_IOSPACE and don't require
userfeature.h to map 1:1 to the interfaces.

Includes contributions from Robert Millan.

show more ...


# acad7e12 17-May-2015 pooka <pooka@NetBSD.org>

Implement bus_space_read/write_multi() and bus_space_subregion().

Used by (at least) wdc.


# 0993bcd6 22-Aug-2014 pooka <pooka@NetBSD.org>

Add a compile-time selector for I/O space operations. Needs more work
some day, but allows virtio drivers to work today.


# 19945a61 13-Apr-2014 pooka <pooka@NetBSD.org>

add some sort of bus_space_barrier()


# 4b5fb926 04-Apr-2014 pooka <pooka@NetBSD.org>

Add a rump kernel component for the PCI bus. It works both in Xen DomU
(via Xen's PCI passthrough) and Linux userspace (via uio_pci_generic).