From owner-freebsd-current@FreeBSD.ORG Thu Sep 2 20:21:12 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 16D7F16A4CE for ; Thu, 2 Sep 2004 20:21:12 +0000 (GMT) Received: from spider.deepcore.dk (cpe.atm2-0-53484.0x50a6c9a6.abnxx9.customer.tele.dk [80.166.201.166]) by mx1.FreeBSD.org (Postfix) with ESMTP id 68B5A43D2D for ; Thu, 2 Sep 2004 20:21:11 +0000 (GMT) (envelope-from sos@DeepCore.dk) Received: from [194.192.25.143] (laptop.deepcore.dk [194.192.25.143]) by spider.deepcore.dk (8.12.11/8.12.10) with ESMTP id i82KL7R2037841; Thu, 2 Sep 2004 22:21:07 +0200 (CEST) (envelope-from sos@DeepCore.dk) Message-ID: <41378092.1090406@DeepCore.dk> Date: Thu, 02 Sep 2004 22:20:34 +0200 From: =?ISO-8859-1?Q?S=F8ren_Schmidt?= User-Agent: Mozilla Thunderbird 0.7.2 (X11/20040802) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Nate Lawson References: <20040901202321.345035D04@ptavv.es.net> <41363364.2070103@DeepCore.dk> <4136382D.9010106@root.org> <4136CCBB.8090604@DeepCore.dk> <413766C4.6040407@root.org> In-Reply-To: <413766C4.6040407@root.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable cc: current@freebsd.org Subject: Re: ATA DVD playback hanging in physrd X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Sep 2004 20:21:12 -0000 Nate Lawson wrote: >>>> On that note ACPI still locks hard both my laptops (ASUS/Acer) on=20 >>>> resume, with and upto date -current its back to not even switching=20 >>>> on the backlight, so I have no way to tell what happens. On the ASUS= =20 >>>> that has a serial port even that is totally dead. >>>> >>>> However, commenting out the resume code in acpi_cmbat.c make it get = >>>> so far as to give me a prompt in singleuser mode, but just a simple = >>>> ls makes in crash with a double fault in the image activation of the= =20 >>>> ls command, it looks like the vm system is way out to lunch somehow.= >>>> >>> Try taking /sys/i386/acpi_wakeup.c back to 1.36. >> >> That makes things worse actually, now I dont get back from resume, I=20 >> do get my backlight turned on though :) >=20 > Did you do this change alone or with leave cmbat resume commented out? Commented ouit or it doesn't get anywhere on resume.. >> If that doesn't work, >> >>> try reverting /sys/dev/acpica/acpi.c back to 2004/8/1 (mentioned=20 >>> previously). It is important to isolate the cause. >> >> That doesn't work, the rest of the code has changed so it wont compile= =2E. >=20 > It shouldn't require too much munging to work by itself. Hmm, didn't look too closely but it looked like defines had changed etc, = multiple pages of errors so I didn't look any further.. -S=F8ren