From owner-freebsd-mobile@FreeBSD.ORG Wed Nov 10 11:12:08 2004 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F202E16A4CE; Wed, 10 Nov 2004 11:12:07 +0000 (GMT) Received: from tts.orel.ru (tts.orel.ru [213.59.64.67]) by mx1.FreeBSD.org (Postfix) with ESMTP id D5E2C43D41; Wed, 10 Nov 2004 11:12:06 +0000 (GMT) (envelope-from bel@orel.ru) Received: from orel.ru (pf1.net.orel.ru [213.59.64.75]) by tts.orel.ru (8.13.1/8.13.1/bel) with ESMTP id iAABC13t023493; Wed, 10 Nov 2004 14:12:02 +0300 Message-ID: <4191F77C.1090606@orel.ru> Date: Wed, 10 Nov 2004 14:11:56 +0300 From: Andrew Belashov Organization: ORIS User-Agent: Mozilla/5.0 (X11; U; FreeBSD sparc64; en-US; rv:1.6) Gecko/20040407 X-Accept-Language: ru, en-us, en MIME-Version: 1.0 To: Gleb Smirnoff References: <41904661.nail8S61G6SLH@mail.com> <20041109075144.GB41761@cell.sick.ru> In-Reply-To: <20041109075144.GB41761@cell.sick.ru> X-Enigmail-Version: 0.83.5.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Zombi-Check: on netra2.orel.ru cc: freebsd-mobile@freebsd.org Subject: Re: Trouble with APM suspend in 5.3-R X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 11:12:08 -0000 Hello, All! I have problem with APM suspend/resume on my old Fujitsu FMV biblio NU13 notebook. Notebook lock up in tsleep(&gotit, PRIBIO, "atasusp", hz/10). Gleb Smirnoff wrote: > Gary, > > On Mon, Nov 08, 2004 at 11:24:01PM -0500, Gary E. RAFE, Ph.D. wrote: > G> Help! APM "suspend" appears to be broken in 5.3-R ! > > Please try the following and report whether this helped. > > 1) Merge revision 1.233 of ata-all.c to your 5.3-RELEASE ata-all.c This revision helped me two weeks ago. Now, suspending worked correctly, but resume does not work. Kernel panics by kernel stack overflow. I do't have full back trace, but manualy reconstructed: [many BIOS recursive calls] bios32()? pci_pir_biosroute()? pci_pir_walk_table() pir_resume() > 2) Apply patch I've sent to this list yesterday (Subject was 'CURRENT > patchset for Thinkpad'). No way to try this patchset. My notebook does not have csa(4) sound. > 3) Rebuild your kernel with new ata-all.c > 4) Reboot and try suspend/resume. Best Regards, Andrew Belashov.