]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Document more clearly that a probe routine:
authorWarner Losh <imp@FreeBSD.org>
Sun, 11 Apr 2004 06:37:21 +0000 (06:37 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 11 Apr 2004 06:37:21 +0000 (06:37 +0000)
commita5456304888333f49664ee0a9386b0d8c70b889f
tree64d4773607453fffb0d12cfae565d27e481d642c
parent1f51408ade02f18b1c6129a7fe21625085d54515
Document more clearly that a probe routine:
Should have no side effects
Must not hold resources when it returns
May be called multiple times if it returns < 0.

Remove the bad advise that the probe routine should look for children
for devices that implement busses.  This is more properly reserved for
the attach routine.
share/man/man9/DEVICE_PROBE.9