diff options
Diffstat (limited to 'sys/sparc64/central/central.c')
-rw-r--r-- | sys/sparc64/central/central.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/sparc64/central/central.c b/sys/sparc64/central/central.c index c078ef7..2d218b6 100644 --- a/sys/sparc64/central/central.c +++ b/sys/sparc64/central/central.c @@ -71,6 +71,9 @@ static device_method_t central_methods[] = { /* Device interface. */ DEVMETHOD(device_probe, central_probe), DEVMETHOD(device_attach, central_attach), + DEVMETHOD(device_shutdown, bus_generic_shutdown), + DEVMETHOD(device_suspend, bus_generic_suspend), + DEVMETHOD(device_resume, bus_generic_resume), /* Bus interface. */ DEVMETHOD(bus_print_child, central_print_child), |