aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/felix/felix.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/etherswitch/felix/felix.c')
-rw-r--r--sys/dev/etherswitch/felix/felix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/etherswitch/felix/felix.c b/sys/dev/etherswitch/felix/felix.c
index d5b40b3902f3..622cf3bca140 100644
--- a/sys/dev/etherswitch/felix/felix.c
+++ b/sys/dev/etherswitch/felix/felix.c
@@ -464,7 +464,7 @@ felix_attach(device_t dev)
/* Allow etherswitch to attach as our child. */
bus_identify_children(dev);
- bus_generic_attach(dev);
+ bus_attach_children(dev);
return (0);