Date: Mon, 21 Apr 2003 11:19:08 -0700 (PDT) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys bus.h src/sys/kern subr_bus.c Message-ID: <200304211819.h3LIJ8aA082749@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2003/04/21 11:19:08 PDT FreeBSD src repository Modified files: sys/sys bus.h sys/kern subr_bus.c Log: 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. Revision Changes Path 1.127 +6 -0 src/sys/kern/subr_bus.c 1.53 +1 -0 src/sys/sys/bus.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304211819.h3LIJ8aA082749>