]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Some nexus devices add wildcard children. Since fdtbus_probe returned
authorNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sun, 20 Oct 2013 18:38:19 +0000 (18:38 +0000)
committerNathan Whitehorn <nwhitehorn@FreeBSD.org>
Sun, 20 Oct 2013 18:38:19 +0000 (18:38 +0000)
commit457639351bd462eb3867bd7803c7229bc9282703
tree02e66a5ffd7f26a575d48eac6494abb4ce6cbd8c
parent228f09b3ef9337fbd8cb8a181f8508e25171e128
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.
sys/dev/fdt/fdtbus.c