From owner-freebsd-acpi@FreeBSD.ORG Wed Mar 30 07:33:21 2005 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 6843416A4CE for ; Wed, 30 Mar 2005 07:33:21 +0000 (GMT) Received: from www.cryptography.com (li-22.members.linode.com [64.5.53.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id DEEF643D1D for ; Wed, 30 Mar 2005 07:33:20 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.0.34] (adsl-67-119-74-222.dsl.sntc01.pacbell.net [67.119.74.222]) by www.cryptography.com (8.12.8/8.12.8) with ESMTP id j2U7XGZi032535 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 29 Mar 2005 23:33:17 -0800 Message-ID: <424A563A.9020705@root.org> Date: Tue, 29 Mar 2005 23:33:14 -0800 From: Nate Lawson User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: vova@fbsd.ru References: <200503200351.j2K3pIC8068507@repoman.freebsd.org> <1111516858.1198.2.camel@localhost> <424737BE.9000808@root.org> <1111985287.1113.0.camel@localhost> <4247A90C.5050000@root.org> <1112164995.1054.5.camel@localhost> In-Reply-To: <1112164995.1054.5.camel@localhost> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit cc: acpi@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/acpica acpi_perf.c 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: Wed, 30 Mar 2005 07:33:21 -0000 Vladimir Grebenschikov wrote: > В вс, 27/03/2005 в 22:49 -0800, Nate Lawson пишет: >>The issue is that the control and status registers overlap. To fix, >>change this line: >> >>Register (SystemIO, 0x10, 0x00, 0x00000000000000B2) >> >>to this: >> >>Register (SystemIO, 0x08, 0x00, 0x00000000000000B2) >> >>Then, recompile your asl as described in the handbook and load it at >>boot. I'll try to figure out a way to work around this but it looks >>difficult to detect since 16 bits is a valid register width. I seem to >>remember imp@ had a means for detecting that a resource alloc failed due >>to an overlapping register and then split the previous resource (since >>this driver owns both). I'll ask. > > > It helps, thank you. > > % dmesg > ... > acpi0: on motherboard > acpi_ec0: port 0x62,0x66 on acpi0 > Timecounter "ACPI-safe" frequency 3579545 Hz quality 1000 > acpi_timer0: <24-bit timer at 3.579545MHz> port 0x1008-0x100b on acpi0 > cpu0: on acpi0 > acpi_perf0: on cpu0 > acpi_throttle0: on cpu0 > acpi_lid0: on acpi0 > acpi_button0: on acpi0 Great, so you now have a working SpeedStep control. > I have also problem with suspend/resume - on resume notebook does not > show anything on screen, can't be accessed via network or firewire. > Recent VESA patches does not helps. > > So question is - can this ASL patch help for suspend/resume or it is > unrelated ? Unrelated. There are many video resume problems to work on. -- Nate