History log of /freebsd-current/tools/bus_space/Makefile.inc
Revision Date Author Comments
# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# c0027d73 10-Jun-2015 Marcel Moolenaar <marcel@FreeBSD.org>

Rename bus_space to bus (i.e. drop _space). This makes the
API match the convenience macros in <sys/bus.h>. Bus space
can now reference both bus and busdma.


# 9c2cdb1a 06-Jun-2015 Marcel Moolenaar <marcel@FreeBSD.org>

Add DMA tag management to the C library and Python binding.


# 0c2b180a 28-Apr-2014 Marcel Moolenaar <marcel@FreeBSD.org>

Add a C libary and a Python module that implements an API similar
to bus_space(9) and that uses the proto(4) driver for talking to
hardware. If the I/O resource is a memory mapped I/O resource,
then mmap(2) will be attempted to avoid read(2)/write(2) overhead.

Sponsored by: Juniper Networks, Inc.