From owner-freebsd-acpi@FreeBSD.ORG Fri Jul 16 16:34:00 2004 Return-Path: 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 162E216A4CE for ; Fri, 16 Jul 2004 16:34:00 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id D27A243D2D for ; Fri, 16 Jul 2004 16:33:59 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-63-195-111-154.dsl.snfc21.pacbell.net [63.195.111.154]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id i6GGXora031509 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jul 2004 09:33:51 -0700 Message-ID: <40F80320.8020804@root.org> Date: Fri, 16 Jul 2004 09:32:32 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: takawata@jp.freebsd.org References: <200407160557.OAA10108@axe-inc.co.jp> In-Reply-To: <200407160557.OAA10108@axe-inc.co.jp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: acpi@freebsd.org Subject: Re: acpi_video users needed X-BeenThere: freebsd-acpi@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: ACPI and power management development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Jul 2004 16:34:00 -0000 takawata@jp.freebsd.org wrote: > In message , Niki Denev > wrote: >>Randy Bush writes: >> >> >>>>Can you define "properly attaching"? Mine stopped working about 3 >>>>weeks ago, but the .ko does load. I just don't get any hw.acpi.video >>>>sysctls and suspend no longer turns off the display. >>> >>>same here, thinkpad t40p, current bios. >>> >>>randy >>> >> >>here too. >>ThinkPad X31, latest BIOS. cvsupped yesterday. >> >>dmesg, acpidump, devinfo output at : >>http://totalterror.net/freebsd/ > > Just curious, Is acpi_video or device button worked for you on your > ThinkPad X31? > In my machine, device buttons or acpi_video requests or > even shutdown, that eventually invokes SMI, will cause the machine > hang up. Was it resolved with the latest BIOS? There's a recent regression in acpi_pci where we cleaned up the duplicate handles for PCI devices. Since acpi_video should attach to pci, not acpi, it fails to probe. The main fix is to finish jhb's vga_pci driver but perhaps I can commit a workaround sometime soon. -Nate