Re: svn commit: r324983 - in head: lib/libc/sys sys/sys

2017-10-25 Thread Steven Hartland
Personally I would expect the fallback to be reboot as without the ability to power back on remotely e.g. IPMI this could render the machine inaccessible, which is not ideal, thoughts? On 25/10/2017 16:30, Warner Losh wrote: Author: imp Date: Wed Oct 25 15:30:20 2017 New Revision: 324983 URL:

svn commit: r324983 - in head: lib/libc/sys sys/sys

2017-10-25 Thread Warner Losh
Author: imp Date: Wed Oct 25 15:30:20 2017 New Revision: 324983 URL: https://svnweb.freebsd.org/changeset/base/324983 Log: Define RB_POWERCYCLE RB_POWERCYCLE instructs the platform to power off and then power back on a short time later, if that's possible. Otherwise, degrade to the RB_P