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:
Jeroen Ruigrok van der Werven 2000-10-31 13:16:47 +00:00
parent 51c5172097
commit 29c9277956

View File

@ -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.