diff options
Diffstat (limited to 'sys/dev/etherswitch/felix')
| -rw-r--r-- | sys/dev/etherswitch/felix/felix.c | 2 |
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); |
