]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Split out the probing magic of device_probe_and_attach into
authorimp <imp@FreeBSD.org>
Fri, 20 Jun 2008 16:58:15 +0000 (16:58 +0000)
committerimp <imp@FreeBSD.org>
Fri, 20 Jun 2008 16:58:15 +0000 (16:58 +0000)
commitbf94b8a5bffc3904edd54af89110562e9fe1a2dc
tree4633954559142098a8bba2db60e9f815943aeaa2
parentb6db46a0072e174e281590f02a9bf3e41b549338
Split out the probing magic of device_probe_and_attach into
device_probe() so that it can be used by busses that may wish to do
additional processing between probe and attach.

Reviewed by: dfr@
sys/kern/subr_bus.c
sys/sys/bus.h