From owner-freebsd-acpi@freebsd.org Sun Jul 19 10:03:09 2015 Return-Path: Delivered-To: freebsd-acpi@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E2BE7999C61 for ; Sun, 19 Jul 2015 10:03:09 +0000 (UTC) (envelope-from listjm@club-internet.fr) Received: from smtp26.services.sfr.fr (smtp26.services.sfr.fr [93.17.128.163]) (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 709AE1485 for ; Sun, 19 Jul 2015 10:03:08 +0000 (UTC) (envelope-from listjm@club-internet.fr) Received: from filter.sfr.fr (localhost [84.7.164.17]) by msfrf2601.sfr.fr (SMTP Server) with ESMTP id CC1981C000C8E for ; Sun, 19 Jul 2015 11:54:59 +0200 (CEST) Authentication-Results: sfrmc.priv.atos.fr; dkim=none (no signature); dkim-adsp=none (no policy) header.from=listjm@club-internet.fr Received: from [192.168.1.51] (17.164.7.84.rev.sfr.net [84.7.164.17]) by msfrf2601.sfr.fr (SMTP Server) with ESMTP id AA6E21C000416 for ; Sun, 19 Jul 2015 11:54:59 +0200 (CEST) X-SFR-UUID: 20150719095459698.AA6E21C000416@msfrf2601.sfr.fr Subject: ACPI Exception AE_BAD_ADDRESS in Lenovo ThinkPad S440 To: freebsd-acpi@freebsd.org From: Juan =?iso-8859-1?b?UmFt824=?= Molina Menor Message-ID: <55AB73EC.8030801@club-internet.fr> Date: Sun, 19 Jul 2015 11:54:52 +0200 User-Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jul 2015 10:03:10 -0000 Hello. I’ve just got a Lenovo ThinkPad S440 and would like to test FreeBSD 10.2-BETA2 on it. I’ve tried with the UEFI memstick image (FreeBSD-10.2-BETA2-amd64-uefi-mini-memstick.img.xz). Unfortunately, shortly after the installer starts, the screen fills with errors related to ACPI thermal zones: ACPI Exception: AE_BAD_ADDRESS, Returned by Handler for [EmbeddedControl] (20150515/evregion-312) S (20150515/psparse-552) I have tested some features of the acpi_ibm, some do not work: fan control, for example, but I’m not sure I’m doing it right and this is an issue for later. I’ve created a PR with the information asked for in the ACPI chapter of the handbook: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201678 Best regards, Juan