From owner-freebsd-current@FreeBSD.ORG Mon Aug 11 09:01:54 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C91EA37B401 for ; Mon, 11 Aug 2003 09:01:54 -0700 (PDT) Received: from rootlabs.com (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 3564643F3F for ; Mon, 11 Aug 2003 09:01:54 -0700 (PDT) (envelope-from nate@rootlabs.com) Received: (qmail 86745 invoked by uid 1000); 11 Aug 2003 16:01:54 -0000 Date: Mon, 11 Aug 2003 09:01:54 -0700 (PDT) From: Nate Lawson To: Anish Mistry In-Reply-To: <200308111157.47448.mistry.7@osu.edu> Message-ID: <20030811090101.T86729@root.org> References: <200308111157.47448.mistry.7@osu.edu> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-current@freebsd.org cc: acpi-jp@jp.FreeBSD.org Subject: Re: [acpi-jp 2583] ACPI sleep_delay caused reboot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Aug 2003 16:01:55 -0000 On Mon, 11 Aug 2003, Anish Mistry wrote: > I cvsup'd over the weekend and my laptop started to reboot after the second > resume. I checked the hw.acpi.sleep_delay and the default value seems to be > changed to 5. This would happen with earlier ACPI imports, but the default > was zero, so it would be fine. Can't seem to get and crash dumps since it > just restarts. I'll send the dmesg and acpidump info when I'm back at home. > - -- > Anish Mistry For a workaround, do: echo hw.acpi.sleep_delay=0 >> /etc/sysctl.conf Unfortunately, we can't have it both ways and the delay helps some users so you'll have to use this until we find what's wrong. -Nate