summaryrefslogtreecommitdiffstats
path: root/share/man/man9/bus_set_resource.9
diff options
context:
space:
mode:
authornjl <njl@FreeBSD.org>2004-01-27 06:04:15 +0000
committernjl <njl@FreeBSD.org>2004-01-27 06:04:15 +0000
commit439d3ab3271a11f5cdb6d7b50287682f13977b3a (patch)
tree08a5977ffb0660d5564e5b0a14dc2647866d8c31 /share/man/man9/bus_set_resource.9
parent306ddad1bedbc9e40ae7c10497082f3e2ca2d1d8 (diff)
downloadFreeBSD-src-439d3ab3271a11f5cdb6d7b50287682f13977b3a.zip
FreeBSD-src-439d3ab3271a11f5cdb6d7b50287682f13977b3a.tar.gz
Document my adventures in newbus land. Clarify some examples, especially
that count is in bytes, not bits. There are some drivers that I think make this mistake. (I've seen counts of 16 in the tree).
Diffstat (limited to 'share/man/man9/bus_set_resource.9')
-rw-r--r--share/man/man9/bus_set_resource.91
1 files changed, 1 insertions, 0 deletions
diff --git a/share/man/man9/bus_set_resource.9 b/share/man/man9/bus_set_resource.9
index 27448b4..59e1a45 100644
--- a/share/man/man9/bus_set_resource.9
+++ b/share/man/man9/bus_set_resource.9
@@ -82,6 +82,7 @@ A pointer to a bus specific handle that identifies the resource being allocated.
The start address of this resource.
.It Fa count
The length of the resource.
+For example, the size of the memory in bytes.
.El
.Sh RETURN VALUES
Zero is returned on success, otherwise an error is returned.
OpenPOWER on IntegriCloud