Date: Fri, 19 Nov 2010 17:24:03 +0000 (UTC) From: Marius Strobl <marius@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/kern subr_bus.c src/sys/sys bus.h Message-ID: <201011191724.oAJHOLDH067559@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
marius 2010-11-19 17:24:03 UTC FreeBSD src repository Modified files: (Branch: RELENG_7) sys/kern subr_bus.c sys/sys bus.h Log: SVN rev 215537 on 2010-11-19 17:24:03Z by marius MFC: r176965 Any driver that relies on its parent to set the devclass has no way to know if has siblings that need an actual probe. Introduce a specail return value called BUS_PROBE_NOOWILDCARD. If the driver returns this, the probe is only successful for devices that have had a specific devclass set for them. Reviewed by: current@, jhb@, grehan@ Revision Changes Path 1.201.2.14 +8 -0 src/sys/kern/subr_bus.c 1.78.2.7 +5 -1 src/sys/sys/bus.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011191724.oAJHOLDH067559>