aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/adb/adb_bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/adb/adb_bus.c')
-rw-r--r--sys/dev/adb/adb_bus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/adb/adb_bus.c b/sys/dev/adb/adb_bus.c
index 9e0d1f2a1ce5..7f4bd8676fcf 100644
--- a/sys/dev/adb/adb_bus.c
+++ b/sys/dev/adb/adb_bus.c
@@ -182,7 +182,7 @@ adb_bus_enumerate(void *xdev)
}
}
- bus_generic_attach(dev);
+ bus_attach_children(dev);
config_intrhook_disestablish(&sc->enum_hook);
}