diff options
Diffstat (limited to 'sys/dev/ppbus/ppbconf.c')
| -rw-r--r-- | sys/dev/ppbus/ppbconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ppbus/ppbconf.c b/sys/dev/ppbus/ppbconf.c index 1f82df001b49..17fef1eebde7 100644 --- a/sys/dev/ppbus/ppbconf.c +++ b/sys/dev/ppbus/ppbconf.c @@ -414,7 +414,7 @@ ppbus_attach(device_t dev) #endif /* !DONTPROBE_1284 */ /* launch attachment of the added children */ - bus_generic_attach(dev); + bus_attach_children(dev); return (0); } |
