From owner-acpi-jp@jp.FreeBSD.org Sun Aug 10 10:38:39 2003
Received: (from daemon@localhost)
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) id h7A1cdc73663;
	Sun, 10 Aug 2003 10:38:39 +0900 (JST)
	(envelope-from owner-acpi-jp@jp.FreeBSD.org)
Received: from harmony.village.org (warner@rover.bsdimp.com [204.144.255.66])
	by castle.jp.FreeBSD.org (8.11.6p2+3.4W/8.11.3) with ESMTP/inet id h7A1caT73529
	for <acpi-jp@jp.FreeBSD.org>; Sun, 10 Aug 2003 10:38:36 +0900 (JST)
	(envelope-from imp@bsdimp.com)
Received: from localhost (warner@rover2.village.org [10.0.0.1])
	by harmony.village.org (8.12.9/8.12.3) with ESMTP id h7A1cYFL071707
	for <acpi-jp@jp.FreeBSD.org>; Sat, 9 Aug 2003 19:38:34 -0600 (MDT)
	(envelope-from imp@bsdimp.com)
Message-Id: <20030809.193749.69336698.imp@bsdimp.com>
To: acpi-jp@jp.FreeBSD.org
From: "M. Warner Losh" <imp@bsdimp.com>
X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Reply-To: acpi-jp@jp.FreeBSD.org
Precedence: list
Date: Sat, 09 Aug 2003 19:37:49 -0600
X-Sequence: acpi-jp 2580
Subject: [acpi-jp 2580] Problems with Sony PCG-505TS
Sender: owner-acpi-jp@jp.FreeBSD.org
X-Originator: imp@bsdimp.com
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+030802

Looks like we have a new failure mode.

    ACPI-0438: *** Error: Looking up [\\_TZ_.ATF0] in namespace, AE_NOT_FOUND
SearchNode 0xc18b5380 StartNode 0xc18b5380 ReturnNode 0
    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.SIO_.EC__.QREC] (Node 0xc18b5380), AE_NOT_FOUND
    ACPI-1287: *** Error: Method execution failed [\\_SB_.PCI0.ISA_.SIO_.EC__.SCID] (Node 0xc18b53a0), AE_NOT_FOUND
    ACPI-1287: *** Error: Method execution failed [\\_GPE._E09] (Node 0xc0b92820), AE_NOT_FOUND

Also, I can't get battery info:

APM version: 1.2
APM Management: Disabled
AC Line status: unknown
Battery status: charging
Remaining battery life: invalid value (0xb9)
Remaining battery time: unknown
Number of batteries: 2
Battery 0:
        Battery status: charging
        Remaining battery life: invalid value (0xb9)
        Remaining battery time:  0:00:00
Battery 1:
        Battery status: not present
Resume timer: Wed Dec 31 16:59:59 1969
Resume on ring indicator: disabled
APM Capabilities:
        unknown

or

sysctl -a | egrep acpi

debug.acpi_debug_layer: 16383
debug.acpi_debug_level: 15
debug.acpi_ca_version: 537069081
debug.acpi_semaphore_debug: 0
hw.acpi.supported_sleep_state: S1 S5 
hw.acpi.power_button_state: S5
hw.acpi.sleep_button_state: S1
hw.acpi.lid_switch_state: S1
hw.acpi.standby_state: S1
hw.acpi.suspend_state: S3
hw.acpi.sleep_delay: 5
hw.acpi.s4bios: 1
hw.acpi.verbose: 0
hw.acpi.disable_on_poweroff: 1
hw.acpi.cpu.max_speed: 8
hw.acpi.cpu.current_speed: 8
hw.acpi.cpu.performance_speed: 8
hw.acpi.cpu.economy_speed: 4
hw.acpi.battery.life: 185
hw.acpi.battery.time: -1
hw.acpi.battery.state: 2
hw.acpi.battery.units: 2
hw.acpi.battery.info_expire: 5
machdep.acpi_timer_freq: 3579545
machdep.acpi_root: 1010976

This unit is a little fussy, hanging randomly with or without ACPI, so
it make take a while to deal with things.

Warner
