K 10 svn:author V 10 nwhitehorn K 8 svn:date V 27 2013-10-20T18:38:19.587187Z K 7 svn:log V 276 Some nexus devices add wildcard children. Since fdtbus_probe returned BUS_PROBE_DEFAULT, it would attach to them all, producing both many fdtbus instances and preventing other devices from attaching. Instead return BUS_PROBE_NOWILDCARD, which exists for exactly this purpose. END