aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/hyperv
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2024-12-06 22:26:05 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2024-12-06 22:26:05 +0000
commit723da5d92f40a413585107f8455280ea575fe410 (patch)
tree7a86211af148b6d495e9516cd8a45fe70b5aeddc /sys/dev/hyperv
parent46297859a74563dde6fc5bff9f9ecded9fb61ba6 (diff)
Diffstat (limited to 'sys/dev/hyperv')
-rw-r--r--sys/dev/hyperv/vmbus/vmbus.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/hyperv/vmbus/vmbus.c b/sys/dev/hyperv/vmbus/vmbus.c
index 5d0b23a09213..672f94f5fd85 100644
--- a/sys/dev/hyperv/vmbus/vmbus.c
+++ b/sys/dev/hyperv/vmbus/vmbus.c
@@ -559,7 +559,7 @@ vmbus_scan(struct vmbus_softc *sc)
/*
* Identify, probe and attach for non-channel devices.
*/
- bus_generic_probe(sc->vmbus_dev);
+ bus_identify_children(sc->vmbus_dev);
bus_generic_attach(sc->vmbus_dev);
/*