From owner-freebsd-current@FreeBSD.ORG Mon Mar 23 21:16:46 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 C69AC106568D; Mon, 23 Mar 2009 21:16:46 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: from mail-ew0-f171.google.com (mail-ew0-f171.google.com [209.85.219.171]) by mx1.freebsd.org (Postfix) with ESMTP id CF5558FC1F; Mon, 23 Mar 2009 21:16:45 +0000 (UTC) (envelope-from jamesbrandongooch@gmail.com) Received: by ewy19 with SMTP id 19so1587784ewy.43 for ; Mon, 23 Mar 2009 14:16:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=ipuz0Isx4uQ63xA4P4/Pgkwlxsb+DYBw0Hb7ihEKf3Y=; b=eRtxncirQCEwI/KYswpyIrBZG0+4hdsa5dB0Bqy+SC1eiqbtmN9B/J0892/aHjmvvS RcstTeTCRlxvob12eoAQcu1PXKt1YFqBowwiVUnCHv4pT7Di/9FM3U4cA9EitZzBt8AX NtR54M2YQ+QhOK7LZD5CPdPWaKMwW6WRVrPKo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=lCjLosxSEY6a9lw7FOcjTqj+16rmSLpSAH7BUlnGhwFpmTTWvsprrWeRPPf37UR5YG sNPQvFchmi7it1mAPrMy3T88VZGYLXuX6in+l8u2DTIL7Hx7OWoS3SsQJl8aIBt2G3vx 68E1r/8gSdTTd/Y7ehmle7evbNNHu0L0PoHr4= MIME-Version: 1.0 Received: by 10.210.46.14 with SMTP id t14mr5724052ebt.57.1237843004600; Mon, 23 Mar 2009 14:16:44 -0700 (PDT) In-Reply-To: <200903162053.28614.jkim@FreeBSD.org> References: <1236802980.00085518.1236789602@10.7.7.3> <49BEE5BC.30703@FreeBSD.org> <200903162053.28614.jkim@FreeBSD.org> Date: Mon, 23 Mar 2009 16:16:44 -0500 Message-ID: <179b97fb0903231416j4659101eu88dcc5ecf578167b@mail.gmail.com> From: Brandon Gooch To: Jung-uk Kim Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: freebsd-current@freebsd.org, freebsd-amd64@freebsd.org 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: Mon, 23 Mar 2009 21:16:50 -0000 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. =A0Please 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= " > The committed version is working well, I am suspending and resuming on my Lenovo X300. Thanks for your work on this, it is one of the major things I needed to work so I could run FreeBSD primarily on my notebook. Is there some way to keep the OS date and time in updated (after resume), or am I missing something in my system configuration? Thanks again for this! Very Cool... -Brandon