From owner-freebsd-current@FreeBSD.ORG Sat Jun 10 17:48:08 2006 Return-Path: X-Original-To: current@freebsd.org 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 25FE616A479; Sat, 10 Jun 2006 17:48:08 +0000 (UTC) (envelope-from nate@root.org) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id C7CDB48376; Sat, 10 Jun 2006 17:45:27 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.50] (ppp-71-139-110-14.dsl.snfc21.pacbell.net [71.139.110.14]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id k5AHjQqL014504 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 10 Jun 2006 10:45:26 -0700 Message-ID: <448B04D0.1040302@root.org> Date: Sat, 10 Jun 2006 10:43:44 -0700 From: Nate Lawson User-Agent: Thunderbird 1.5.0.2 (X11/20060501) MIME-Version: 1.0 To: current@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: acpi@freebsd.org Subject: resume changes, please test X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sat, 10 Jun 2006 17:48:08 -0000 I've committed some overall minor changes to the resume assembly code as a result of a code review. Please test to be sure nothing was broken, and perhaps something got improved along the way. Now there is also a tunable/sysctl "debug.acpi.resume_beep". Setting it to 1 will beep the pc speaker very early in resume so we can figure out if hangs on resume are a driver or acpi problem. -- Nate