From owner-freebsd-acpi@FreeBSD.ORG Tue May 27 17:39:51 2014 Return-Path: Delivered-To: freebsd-acpi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8E47FCB; Tue, 27 May 2014 17:39:51 +0000 (UTC) Received: from mail.ignoranthack.me (ignoranthack.me [199.102.79.106]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 996202284; Tue, 27 May 2014 17:39:50 +0000 (UTC) Received: from [192.168.200.103] (c-50-131-4-11.hsd1.ca.comcast.net [50.131.4.11]) (using SSLv3 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: sbruno@ignoranthack.me) by mail.ignoranthack.me (Postfix) with ESMTPSA id 65C24194139; Tue, 27 May 2014 17:39:49 +0000 (UTC) Subject: Re: Investigating failed suspend/resume T61 From: Sean Bruno Reply-To: sbruno@freebsd.org To: John Baldwin In-Reply-To: <201405271132.55387.jhb@freebsd.org> References: <1400861698.1126.0.camel@bruno> <201405271132.55387.jhb@freebsd.org> Content-Type: text/plain; charset="us-ascii" Date: Tue, 27 May 2014 10:39:48 -0700 Message-ID: <1401212388.1128.2.camel@bruno> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: "freebsd-acpi@freebsd.org" X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 May 2014 17:39:51 -0000 On Tue, 2014-05-27 at 11:32 -0400, John Baldwin wrote: > On Friday, May 23, 2014 12:14:58 pm Sean Bruno wrote: > > Trying to figure out the failures on suspend resume for the T61 I have. > > I see a little acpi error at host startup, but I don't think its > > related. However, I'm not sure what it means. > > > > sean > > > > ------ > > > > FreeBSD 11.0-CURRENT #1 r265820: Sat May 10 15:13:37 PDT 2014 > > sbruno@bruno:/usr/obj/usr/src/sys/BRUNO amd64 > > FreeBSD clang version 3.4 (tags/RELEASE_34/final 197956) 20140216 > > VT: running with driver "vga". > > CPU: Intel(R) Core(TM)2 Duo CPU T7300 @ 2.00GHz (1995.04-MHz > > K8-class CPU) > > Origin="GenuineIntel" Id=0x6fa Family=0x6 Model=0xf Stepping=10 > > > > Features=0xbfebfbff > > > > Features2=0xe3bd > > AMD Features=0x20100800 > > AMD Features2=0x1 > > TSC: P-state invariant, performance statistics > > real memory = 2147483648 (2048 MB) > > avail memory = 2007138304 (1914 MB) > > Event timer "LAPIC" quality 400 > > ACPI APIC Table: > > FreeBSD/SMP: Multiprocessor System Detected: 2 CPUs > > FreeBSD/SMP: 1 package(s) x 2 core(s) > > cpu0 (BSP): APIC ID: 0 > > cpu1 (AP): APIC ID: 1 > > ACPI BIOS Warning (bug): 32/64X length mismatch in FADT/Gpe1Block: 0/32 > > (20130823/tbfadt-601) > > ACPI BIOS Warning (bug): Optional FADT field Gpe1Block has zero address > > or length: 0x000000000000102C/0x0 (20130823/tbfadt-630) > > It might be related as Gpe1Block describes a register set that IIRC is used > to enter sleep states. Can you put your acpidump -t somewhere? (No need > for -d as this is in the FADT, not the DSDT.) > Here --> http://people.freebsd.org/~sbruno/T61_acpidump.txt sean