From owner-freebsd-acpi@FreeBSD.ORG Sat Oct 28 17:40:19 2006 Return-Path: X-Original-To: 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 AE3D316A40F; Sat, 28 Oct 2006 17:40:19 +0000 (UTC) (envelope-from nork@FreeBSD.org) Received: from sakura.ninth-nine.com (sakura.ninth-nine.com [219.127.74.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id C151643D55; Sat, 28 Oct 2006 17:40:18 +0000 (GMT) (envelope-from nork@FreeBSD.org) Received: from nadesico.ninth-nine.com (nadesico.ninth-nine.com [219.127.74.122]) by sakura.ninth-nine.com (8.13.8/8.13.8/NinthNine) with SMTP id k9SHeHBD075344; Sun, 29 Oct 2006 02:40:17 +0900 (JST) (envelope-from nork@FreeBSD.org) Date: Sun, 29 Oct 2006 02:40:16 +0900 From: Norikatsu Shigemura To: John Baldwin Message-Id: <20061029024016.37b858ab.nork@FreeBSD.org> In-Reply-To: <20061011233113.7446a3ab.nork@FreeBSD.org> References: <200610101020.32041.jhb@freebsd.org> <20061011233113.7446a3ab.nork@FreeBSD.org> X-Mailer: Sylpheed version 2.2.9 (GTK+ 2.10.6; i386-portbld-freebsd6.2) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2 (sakura.ninth-nine.com [219.127.74.121]); Sun, 29 Oct 2006 02:40:17 +0900 (JST) Cc: acpi@FreeBSD.org, mobile@FreeBSD.org Subject: Re: [PATCH] UP APIC suspend/resume support -- Please test 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: Sat, 28 Oct 2006 17:40:19 -0000 On Wed, 11 Oct 200 23:31:13 +0900 Norikatsu Shigemura wrote: > On Tue, 10 Oct 2006 10:20:31 -0400 > John Baldwin wrote: > > No one has tested this yet, so I gues folks missed it. Can someone with > > otherwise working suspend/resume on a system with APIC please test > > http://www.freebsd.org/~jhb/patches/apic_resume.patch and let me know if > > suspend/resume works? Note that it doesn't add SMP support, so you'll > > still need to disable SMP (either via kern.smp.disabled or by removing > > SMP from the kernel config) to test. Thanks. > Perfect!! in my Panasonic CF-R4 (Let's note/Toughbook) > on 6.2-PRERELEASE. Oops, I found a problem. After suspend/resume, acpi_panasonic(4)'s ACPI hotkey driver is not works. But sysctl hw.acpi.panasonic.* can work well. And if hint.apic.0.disabled=1, ACPI hotkey driver always works.