This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-22 14:49:36 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
12e46bad2c
opnsense-src
/
tools
/
bus_space
/
Makefile.inc
5 lines
56 B
PHP
Raw
Normal View
History
Unescape
Escape
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.
2014-04-28 14:06:11 -04:00
# $FreeBSD$
.
PATH
:
$
{
.
CURDIR
}
/..
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.
2015-06-10 12:00:09 -04:00
SRCS
+=
bus
.
c
busdma
.
c
Reference in a new issue
Copy permalink