Deleted Added
full compact
DEVICE_PROBE.9 (108257) DEVICE_PROBE.9 (108260)
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1998 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

--- 12 unchanged lines hidden (view full) ---

21.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\" -*- nroff -*-
2.\"
3.\" Copyright (c) 1998 Doug Rabson
4.\"
5.\" All rights reserved.
6.\"
7.\" This program is free software.
8.\"

--- 12 unchanged lines hidden (view full) ---

21.\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
22.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
23.\" NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
24.\" DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
25.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
26.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
27.\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man9/DEVICE_PROBE.9 108257 2002-12-24 13:41:48Z ru $
29.\" $FreeBSD: head/share/man/man9/DEVICE_PROBE.9 108260 2002-12-24 16:52:31Z ru $
30.\"
31.Dd June 16, 1998
32.Dt DEVICE_PROBE 9
33.Os
34.Sh NAME
35.Nm DEVICE_PROBE
36.Nd probe for device existence
37.Sh SYNOPSIS

--- 32 unchanged lines hidden (view full) ---

70children.
71If this is combined with the use of
72.Xr bus_generic_attach 9
73the child devices will be automatically probed and attached.
74.Sh RETURN VALUES
75A value equal to or less than zero indicates success, greater than
76zero indicates an error (errno). For values equal to or less than
77zero: zero indicates highest priority, no further probing is done;
30.\"
31.Dd June 16, 1998
32.Dt DEVICE_PROBE 9
33.Os
34.Sh NAME
35.Nm DEVICE_PROBE
36.Nd probe for device existence
37.Sh SYNOPSIS

--- 32 unchanged lines hidden (view full) ---

70children.
71If this is combined with the use of
72.Xr bus_generic_attach 9
73the child devices will be automatically probed and attached.
74.Sh RETURN VALUES
75A value equal to or less than zero indicates success, greater than
76zero indicates an error (errno). For values equal to or less than
77zero: zero indicates highest priority, no further probing is done;
78for a value less then zero, the lower the value the lower the
78for a value less than zero, the lower the value the lower the
79priority, e.g. -100 indicates a lower priority than -50.
80.Sh SEE ALSO
81.Xr device 9 ,
82.Xr DEVICE_DETACH 9 ,
83.Xr DEVICE_IDENTIFY 9 ,
84.Xr DEVICE_SHUTDOWN 9
85.Sh AUTHORS
86This man page was written by
87.An Doug Rabson .
79priority, e.g. -100 indicates a lower priority than -50.
80.Sh SEE ALSO
81.Xr device 9 ,
82.Xr DEVICE_DETACH 9 ,
83.Xr DEVICE_IDENTIFY 9 ,
84.Xr DEVICE_SHUTDOWN 9
85.Sh AUTHORS
86This man page was written by
87.An Doug Rabson .