summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c b/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
index 126b35e..6931c89 100644
--- a/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
+++ b/sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c
@@ -171,6 +171,9 @@ bcm_vchiq_attach(device_t dev)
vchiq_init();
+ bus_generic_probe(dev);
+ bus_generic_attach(dev);
+
return (0);
}
OpenPOWER on IntegriCloud