From owner-freebsd-acpi@FreeBSD.ORG Fri Jul 16 17:02:09 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 79A5516A500 for ; Fri, 16 Jul 2004 17:02:09 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 02B7143D2F for ; Fri, 16 Jul 2004 17:02:07 +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 i6GH25ra031878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Fri, 16 Jul 2004 10:02:06 -0700 Message-ID: <40F809BF.8050507@root.org> Date: Fri, 16 Jul 2004 10:00:47 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.6 (X11/20040518) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <200407160557.OAA10108@axe-inc.co.jp> <40F80320.8020804@root.org> In-Reply-To: <40F80320.8020804@root.org> 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 17:02:09 -0000 Nate Lawson wrote: > 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. I committed a fix just now. -Nate