Improve upon r296618 to keep lines < 80 characters.
Pointed out by: jhb Sponsored by: Essen Hackathon 2016
This commit is contained in:
parent
7e372b1a40
commit
ee9e0ce4cb
@ -27,7 +27,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 10, 2016
|
.Dd April 23, 2016
|
||||||
.Dt BUS_ADJUST_RESOURCE 9
|
.Dt BUS_ADJUST_RESOURCE 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -41,7 +41,10 @@
|
|||||||
.In sys/rman.h
|
.In sys/rman.h
|
||||||
.In machine/resource.h
|
.In machine/resource.h
|
||||||
.Ft int
|
.Ft int
|
||||||
.Fn bus_adjust_resource "device_t dev" "int type" "struct resource *r" "rman_res_t start" "rman_res_t end"
|
.Fo bus_adjust_resource
|
||||||
|
.Fa "device_t dev" "int type" "struct resource *r"
|
||||||
|
.Fa "rman_res_t start" "rman_res_t end"
|
||||||
|
.Fc
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This function is used to ask the parent bus to adjust the resource range
|
This function is used to ask the parent bus to adjust the resource range
|
||||||
assigned to an allocated resource.
|
assigned to an allocated resource.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd March 10, 2016
|
.Dd April 23, 2016
|
||||||
.Dt BUS_ALLOC_RESOURCE 9
|
.Dt BUS_ALLOC_RESOURCE 9
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -51,7 +51,9 @@
|
|||||||
.Ft struct resource *
|
.Ft struct resource *
|
||||||
.Fn bus_alloc_resource_any "device_t dev" "int type" "int *rid" "u_int flags"
|
.Fn bus_alloc_resource_any "device_t dev" "int type" "int *rid" "u_int flags"
|
||||||
.Ft struct resource *
|
.Ft struct resource *
|
||||||
.Fn bus_alloc_resource_anywhere "device_t dev" "int type" "int *rid" "rman_res_t count" "u_int flags"
|
.Fo bus_alloc_resource_anywhere
|
||||||
|
.Fa "device_t dev" "int type" "int *rid" "rman_res_t count" "u_int flags"
|
||||||
|
.Fc
|
||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
This is an easy interface to the resource-management functions.
|
This is an easy interface to the resource-management functions.
|
||||||
It hides the indirection through the parent's method table.
|
It hides the indirection through the parent's method table.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user