K 10 svn:author V 6 marius K 8 svn:date V 27 2010-11-19T17:24:03.544873Z K 7 svn:log V 353 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@ END