aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/device_add_child.9
diff options
context:
space:
mode:
authorMatthew N. Dodd <mdodd@FreeBSD.org>1999-12-03 11:22:28 +0000
committerMatthew N. Dodd <mdodd@FreeBSD.org>1999-12-03 11:22:28 +0000
commit238ebf995866f499d667855ac1a493bd0d7458e6 (patch)
tree94cb49cdafd4416aa6f298cb13b6d1a5cf069234 /share/man/man9/device_add_child.9
parent1f8ffa4bca1d72234376ea6a37292413c635dc0f (diff)
downloadsrc-238ebf995866f499d667855ac1a493bd0d7458e6.tar.gz
src-238ebf995866f499d667855ac1a493bd0d7458e6.zip
Remove mention of 'ivars'.
Notes
Notes: svn path=/head/; revision=54077
Diffstat (limited to 'share/man/man9/device_add_child.9')
-rw-r--r--share/man/man9/device_add_child.99
1 files changed, 2 insertions, 7 deletions
diff --git a/share/man/man9/device_add_child.9 b/share/man/man9/device_add_child.9
index 3c83a89c3af6..1be5feefd2a2 100644
--- a/share/man/man9/device_add_child.9
+++ b/share/man/man9/device_add_child.9
@@ -39,9 +39,9 @@
.Fd #include <sys/param.h>
.Fd #include <sys/bus.h>
.Ft int
-.Fn device_add_child "device_t dev" "const char *name" "int unit" "void *ivars"
+.Fn device_add_child "device_t dev" "const char *name" "int unit"
.Ft int
-.Fn device_add_child_ordered "device_t dev" "int order" "const char *name" "int unit" "void *ivars"
+.Fn device_add_child_ordered "device_t dev" "int order" "const char *name" "int unit"
.Sh DESCRIPTION
.Pp
Create a new child device of
@@ -56,11 +56,6 @@ If the name is unknown then the caller should pass
If the unit is unknown then the caller should pass
.Dv -1
and the system will choose the next available unit number.
-If there is any bus-specific data associated with the new child device
-(i.e. port numbers, irq settings etc.) then this should be supplied as
-the
-.Fa ivars
-argument.
.Pp
The name of the device is used to determine which drivers might be
appropriate for the device. If a name is specified then only drivers