Date: Tue, 6 Jun 2006 19:41:04 -0400 From: Jung-uk Kim <jkim@FreeBSD.org> To: freebsd-acpi@FreeBSD.org Cc: Alexander Logvinov <abuse@akavia.ru> Subject: Re: Machine did not reboot Message-ID: <200606061941.06244.jkim@FreeBSD.org> In-Reply-To: <44844D7E.50909@root.org> References: <1182686709.20060605133201@akavia.ru> <44844D7E.50909@root.org>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200606061941.06244.jkim>