From dfd9900789fb70a49f7c536f834b6b5e313ea062 Mon Sep 17 00:00:00 2001 From: gonzo Date: Sun, 8 Feb 2015 01:12:23 +0000 Subject: Act as a bus in attach method: probe and attach devices --- sys/contrib/vchiq/interface/vchiq_arm/vchiq_kmod.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/contrib/vchiq') 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); } -- cgit v1.1