Fix a fundamental error. The device is not owned by the parent
bus before allocation. The resource is. Asked about by: julian on -current Verified by: msmith
This commit is contained in:
parent
51c5172097
commit
29c9277956
@ -53,7 +53,7 @@ Its arguments are as follows:
|
|||||||
.It
|
.It
|
||||||
.Fa dev
|
.Fa dev
|
||||||
is the device that requests ownership of the resource.
|
is the device that requests ownership of the resource.
|
||||||
Before allocation, the device is owned by the parent bus.
|
Before allocation, the resource is owned by the parent bus.
|
||||||
.It
|
.It
|
||||||
.Fa type
|
.Fa type
|
||||||
is the type of resource you want to allocate.
|
is the type of resource you want to allocate.
|
||||||
|
Loading…
Reference in New Issue
Block a user