]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Create a new function, device_is_attached(), that is like
authorimp <imp@FreeBSD.org>
Mon, 21 Apr 2003 18:19:08 +0000 (18:19 +0000)
committerimp <imp@FreeBSD.org>
Mon, 21 Apr 2003 18:19:08 +0000 (18:19 +0000)
commitfb873e6edf8c193e98630c9fc95b5f025154f257
tree7cf096390b7dc48e7b7d26edf1b7212072d31083
parentdfb05e513202a046f8a74897616a9c449a845d2b
Create a new function, device_is_attached(), that is like
device_is_alive() that tells us if the device has successfully
attached.  device_is_alive just tells us that the device has
successfully probed.
sys/kern/subr_bus.c
sys/sys/bus.h