|
NAMEbus_get_resource —
read a resource range/value with a given resource ID
SYNOPSIS#include <sys/param.h>
#include <sys/bus.h>
#include <sys/rman.h>
int
DESCRIPTIONThebus_get_resource () function reads the range or value
of the resource type, rid pair and
stores it in the startp and countp
arguments.
The arguments are as follows:
RETURN VALUESZero is returned on success, otherwise an error is returned.SEE ALSObus_set_resource(9), device(9), driver(9)AUTHORSThis manual page was written by Sascha Wildner.
Visit the GSP FreeBSD Man Page Interface. |