Machine did not reboot

Jung-uk Kim jkim at FreeBSD.org
Tue Jun 6 17:17:51 PDT 2006


On Monday 05 June 2006 11:27 am, Nate Lawson wrote:
> Alexander Logvinov wrote:
> > Hello.
> >
> > I had FreeBSD 5.4. After entering 'shutdown -r now' the system
> > hanged on: 'Shutting down ACPI'
> > 'Rebooting'
> > but did not reboot.
> > Upgraded to 6.1, it didn't help. hw.acpi.disable_on_poweroff="1"
> > has no effect. What should I do?
> >
> > Motherboard: Chaintech 7VJL with latest BIOS.
>
> Try the reset_register method.  I have MFC'd the patch to RELENG_6
> so you can cvsup, recompile your acpi.ko, and test.

Nate,

RB_AUTOBOOT is defined as 0 in sys/reboot.h.  I don't think this test 
will ever work:

	if ((howto & RB_AUTOBOOT) != 0 && AcpiGbl_FADT->ResetRegSup) {

Jung-uk Kim


More information about the freebsd-acpi mailing list