summaryrefslogtreecommitdiff
path: root/tools/bus_space/Python/Makefile
AgeCommit message (Collapse)Author
2024-07-15Remove residual blank line at start of MakefileWarner Losh
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
2019-06-30Add support for Python 3 and make it the default.Marcel Moolenaar
Python 2.7 will retire on Januari 1, 2020. Notes: svn path=/head/; revision=349551
2015-06-10Rename bus_space to bus (i.e. drop _space). This makes theMarcel Moolenaar
API match the convenience macros in <sys/bus.h>. Bus space can now reference both bus and busdma. Notes: svn path=/head/; revision=284228
2014-04-28Add a C libary and a Python module that implements an API similarMarcel Moolenaar
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. Notes: svn path=/head/; revision=265056