We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ea1ec commit 29d13f3Copy full SHA for 29d13f3
share/man/man9/device_add_child.9
@@ -51,7 +51,7 @@ arguments specify the name and unit number of the device.
51
If the name is unknown then the caller should pass
52
.Dv NULL .
53
If the unit is unknown then the caller should pass
54
-.Dv -1
+.Dv DEVICE_UNIT_ANY
55
and the system will choose the next available unit number.
56
.Pp
57
The name of the device is used to determine which drivers might be
@@ -70,7 +70,7 @@ be specified as the device name.
70
71
Normally unit numbers will be chosen automatically by the system and a
72
unit number of
73
74
should be given.
75
When a specific unit number is desired (e.g.,\& for wiring a particular
76
piece of hardware to a pre-configured unit number), that unit should
0 commit comments