From owner-freebsd-hardware@FreeBSD.ORG Wed Feb 4 03:49:31 2009 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 13A0F106566B for ; Wed, 4 Feb 2009 03:49:31 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from n55.bullet.mail.sp1.yahoo.com (n55.bullet.mail.sp1.yahoo.com [98.136.44.188]) by mx1.freebsd.org (Postfix) with SMTP id E98098FC18 for ; Wed, 4 Feb 2009 03:49:30 +0000 (UTC) (envelope-from won.derick@yahoo.com) Received: from [69.147.84.145] by n55.bullet.mail.sp1.yahoo.com with NNFMP; 04 Feb 2009 03:49:30 -0000 Received: from [69.147.84.107] by t8.bullet.mail.sp1.yahoo.com with NNFMP; 04 Feb 2009 03:49:30 -0000 Received: from [127.0.0.1] by omp202.mail.sp1.yahoo.com with NNFMP; 04 Feb 2009 03:49:30 -0000 X-Yahoo-Newman-Property: ymail-3 X-Yahoo-Newman-Id: 182659.16266.bm@omp202.mail.sp1.yahoo.com Received: (qmail 74051 invoked by uid 60001); 4 Feb 2009 03:49:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Message-ID; b=g0hphlbvpWvCETZ6hkWLKyNNA1TEUuT9uDXTsDQW0XQroZOv+OfDurpGYkMmgidpvZzlvBDUYPWhenEFyPoqRcJnQamw/To+vDrF0Uxxndyhr/kQwdM5lP1FBeDyzciro84waBlttgdQBXTwPvp/RXrTVzB4PYcGXAxA3tW2GAI=; X-YMail-OSG: oO5PjN4VM1m8FXFa71EElkqs_ZURCflzlLdpdqtZuGjwuOvRoYvvy.SjbEvqnOKZ3XKs4XIF8PfosYOPyD9AzHkWr2W6Tm97.MsNVt0i7Fj1RViM2fPjUvVffWwbS9d_hCTZGiX2PYh3HDlXPK0oJNVOpzx1jKKz0oXzE2NCZx0ShRfDo7w1lNUStUp2_C0- Received: from [58.71.34.137] by web45808.mail.sp1.yahoo.com via HTTP; Tue, 03 Feb 2009 19:49:29 PST X-Mailer: YahooMailWebService/0.7.260.1 Date: Tue, 3 Feb 2009 19:49:29 -0800 (PST) From: Won De Erick To: freebsd-hardware@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Message-ID: <85591.73784.qm@web45808.mail.sp1.yahoo.com> Subject: acpi_alloc_wakeup_handler: can't alloc wake memory and ACPI's *** Warning X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: won.derick@yahoo.com List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 04 Feb 2009 03:49:31 -0000 Hello All, I just observed the following messages, and attracted my attention. I've seen the following link, but I'm confused how to start with. http://lists.freebsd.org/pipermail/freebsd-acpi/2006-June/002903.html # uname FreeBSD # uname -r 6.2-RELEASE-p11 #dmesg .... acpi_alloc_wakeup_handler: can't alloc wake memory .... ACPI-0698: *** Warning: Type override - [DEB_] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [MLIB] had invalid type (Integer) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [DATA] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [SIO_] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [LEDP] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [GPEN] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [GPST] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [WUES] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [WUSE] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [SBID] had invalid type (String) for Scope operator, changed to (Scope) ACPI-0698: *** Warning: Type override - [SWCE] had invalid type (String) for Scope operator, changed to (Scope) I should want to begin understanding why these had occurred. My box is an IBM x343, with 2G memory. The FreeBSD is just installed in a 512MB-compact flash card with no SWAP partition in it. Are those harmful? Any explanation and help pls. to solve this? Other usefull info: # sysctl -a | grep hyper machdep.hyperthreading_allowed: 0 # sysctl -a | grep hw.acpi hw.acpi.supported_sleep_state: S1 S4 S5 hw.acpi.power_button_state: S5 hw.acpi.sleep_button_state: S1 hw.acpi.lid_switch_state: NONE hw.acpi.standby_state: S1 hw.acpi.suspend_state: S3 hw.acpi.sleep_delay: 1 hw.acpi.s4bios: 0 hw.acpi.verbose: 0 hw.acpi.disable_on_reboot: 0 hw.acpi.handle_reboot: 0 hw.acpi.reset_video: 0 hw.acpi.cpu.cx_supported: C1/0 hw.acpi.cpu.cx_lowest: C1 hw.acpi.cpu.cx_usage: 100.00% Thanks!