freebsd-src/sys/dev/syscon
Andriy Gapon 5f7312a0d7 syscon_power: do reboot after shutdown_panic is executed
A syscon_power instance can handle either poweroff or reboot, but not
both.  If the instance handles reboot then set its priority to be after
shutdown_panic.

This is to provide uniform experience with other platforms.

MFC after:	3 weeks
2024-02-18 16:38:27 +02:00
..
syscon.c
syscon.h
syscon_generic.c
syscon_generic.h
syscon_if.m
syscon_power.c