From owner-freebsd-acpi@FreeBSD.ORG Wed Jun 7 00:17:50 2006 Return-Path: X-Original-To: freebsd-acpi@FreeBSD.org Delivered-To: freebsd-acpi@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B32CA16D0A5 for ; Tue, 6 Jun 2006 23:41:29 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id 46BA643D46 for ; Tue, 6 Jun 2006 23:41:28 +0000 (GMT) (envelope-from jkim@FreeBSD.org) Received: from niksun.com (anuket [10.70.0.5]) by anuket.mj.niksun.com (8.13.1/8.13.1) with ESMTP id k56NfJkL074065; Tue, 6 Jun 2006 19:41:19 -0400 (EDT) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-acpi@FreeBSD.org Date: Tue, 6 Jun 2006 19:41:04 -0400 User-Agent: KMail/1.6.2 References: <1182686709.20060605133201@akavia.ru> <44844D7E.50909@root.org> In-Reply-To: <44844D7E.50909@root.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200606061941.06244.jkim@FreeBSD.org> X-Virus-Scanned: ClamAV 0.88/1516/Tue Jun 6 18:45:31 2006 on anuket.mj.niksun.com X-Virus-Status: Clean Cc: Alexander Logvinov Subject: Re: Machine did not reboot X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 07 Jun 2006 00:17:51 -0000 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