Act as a bus in attach method: probe and attach devices

This commit is contained in:
Oleksandr Tymoshenko 2015-02-08 01:12:23 +00:00
parent 692ad7ca94
commit 4676e354fd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=278368

View File

@ -171,6 +171,9 @@ bcm_vchiq_attach(device_t dev)
vchiq_init();
bus_generic_probe(dev);
bus_generic_attach(dev);
return (0);
}