This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-dev
Watch
1
Star
0
Fork
0
You've already forked freebsd-dev
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
e860439466
freebsd-dev
/
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 18:06:11 +00: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 16:00:09 +00:00
SRCS
+=
bus
.
c
busdma
.
c
Reference in New Issue
Copy Permalink