From owner-freebsd-current@FreeBSD.ORG Tue Mar 24 15:24:08 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0DAD8106567C for ; Tue, 24 Mar 2009 15:24:08 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from dash.upc.es (dash.upc.es [147.83.2.50]) by mx1.freebsd.org (Postfix) with ESMTP id 867838FC13 for ; Tue, 24 Mar 2009 15:24:07 +0000 (UTC) (envelope-from gperez@entel.upc.edu) Received: from hamilton.upcnetadm.upcnet.es (hamilton.upcnetadm.upcnet.es [147.83.2.240]) by dash.upc.es (8.14.1/8.13.1) with ESMTP id n2OFO5eW009217 for ; Tue, 24 Mar 2009 16:24:05 +0100 Received: from [147.83.40.234] ([147.83.40.234]) by hamilton.upcnetadm.upcnet.es (Lotus Domino Release 5.0.12) with ESMTP id 2009032416240446:177234 ; Tue, 24 Mar 2009 16:24:04 +0100 Message-ID: <49C8FA92.7020104@entel.upc.edu> Date: Tue, 24 Mar 2009 16:21:54 +0100 From: Gustau Perez User-Agent: Thunderbird 2.0.0.21 (X11/20090323) MIME-Version: 1.0 To: freebsd-current@freebsd.org References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> In-Reply-To: <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> X-MIMETrack: Itemize by SMTP Server on hamilton/UPC(Release 5.0.12 |February 13, 2003) at 24/03/2009 16:24:04, Serialize by Router on hamilton/UPC(Release 5.0.12 |February 13, 2003) at 24/03/2009 16:24:05, Serialize complete at 24/03/2009 16:24:05 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=ISO-8859-1; format=flowed X-Mail-Scanned: Criba 2.0 + Clamd X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-3.0 (dash.upc.es [147.83.2.50]); Tue, 24 Mar 2009 16:24:05 +0100 (CET) Subject: Re: [HEADSUP] amd64 suspend/resume code to be comitted X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Tue, 24 Mar 2009 15:24:09 -0000 Brandon Gooch wrote: > On Mon, Mar 16, 2009 at 7:53 PM, Jung-uk Kim wrote: > >> On Monday 16 March 2009 07:50 pm, Alexander Motin wrote: >> >>> Jung-uk Kim wrote: >>> >>>> With popular demands, I will commit the following patch in next >>>> few days unless a showstopper is found or "over-my-dead-body" >>>> type of review is received. ;-) >>>> >>>> http://people.freebsd.org/~jkim/amd64_suspend-20090311.diff >>>> >>>> FYI, it was originally posted here: >>>> >>>> http://docs.freebsd.org/cgi/mid.cgi?200810211228.31028.jkim >>>> >>>> and here: >>>> >>>> http://docs.freebsd.org/cgi/mid.cgi?200812102120.03788.jkim >>>> >>>> Please read the original threads for more information about the >>>> patch. >>>> >>> Have just retested this with just updated 8-CURRENT. Still works >>> fine as before with my Acer TM6292 >>> (Core2Duo+i965GM+ICH8M+bge+iwn+sdhci amd64 SMP). Writing this >>> letter just after successful resume. >>> >>> There is still some DRI resume problems (will try one rnoland@ >>> patch tomorrow) and my touch pad does not wakes up for some reason, >>> but that is probably unrelated. >>> >> I went ahead and committed slightly different version. Please resync >> the source if you tested the old version. >> >> Cheers, >> >> Jung-uk Kim >> _______________________________________________ >> freebsd-current@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-current >> To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >> >> > > Hi there, in my Latitude D630 with 8-0 current updated this morning (+1 UTC) it seems is trying to work. It has no xorg, just text console. First got to compile if_bge as a module, kldunloading it before acpiconf -s 3. With if_bge compiled in the kernel I started to see some bge0 : ... PHY read timeout, and then the machine freezed. Then, when resuming I got no video(but the keyboard was working, I was able to echo "Hi there" > /tmp/prova with success!). I tried hw.acpi.reset_video with no success. The other one I tried was debug.acpi.suspend_bounce. No luck. Do you have any alternatives I can try ? Greets, Gus PD : is there any plan to work it to i386 ? > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >