History log of /netbsd/sys/rump/include/sys/bus.h (Results 1 – 6 of 6)
Revision Date Author Comments
# 7c3d435b 03-Jun-2015 pooka <pooka@NetBSD.org>

implement bus_dmamem_free()

from Robert Millan <rmh@freebsd.org> via rumpkernel-users


# e8b1e235 14-Apr-2014 pooka <pooka@NetBSD.org>

Add a vacookie to busdma_segment, for potential help with bus_dmamem_map()


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

make tags and handles long


# b6151b15 23-Sep-2013 pooka <pooka@NetBSD.org>

+BUS_DMA_TAG_IS_VALID


# 5b227dcd 22-Sep-2013 pooka <pooka@NetBSD.org>

Make dma_tag_t a bit more useful.

XXX: this header should definitely not exist, but given that it does,
let's use it to make life easier. The implication of its existence is
that x86 port rump kern

Make dma_tag_t a bit more useful.

XXX: this header should definitely not exist, but given that it does,
let's use it to make life easier. The implication of its existence is
that x86 port rump kernel components are not ABI-compatible with kernel
modules which use bus_space/bus_dma. I'm not sure if anyone is interested
in that...

show more ...


# 31535afd 15-Jul-2011 dyoung <dyoung@NetBSD.org>

Use <sys/bus.h> not <machine/bus.h>.