summaryrefslogtreecommitdiffstats
path: root/share/man/man9/device_add_child.9
diff options
context:
space:
mode:
authormdodd <mdodd@FreeBSD.org>1999-12-03 11:22:28 +0000
committermdodd <mdodd@FreeBSD.org>1999-12-03 11:22:28 +0000
commitff48867f5a3925d61516cbf28893375b274a6565 (patch)
treef7661819616a3df04832ab473dc4295e50bd1fb2 /share/man/man9/device_add_child.9
parentbee374df84346c2042ce2865307265293b8ffdcf (diff)
downloadFreeBSD-src-ff48867f5a3925d61516cbf28893375b274a6565.zip
FreeBSD-src-ff48867f5a3925d61516cbf28893375b274a6565.tar.gz
Remove mention of 'ivars'.
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 3c83a89..1be5fee 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
OpenPOWER on IntegriCloud