From owner-freebsd-current@FreeBSD.ORG Thu Jun 21 14:55:13 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 41AED106566C; Thu, 21 Jun 2012 14:55:13 +0000 (UTC) (envelope-from iwasaki@jp.FreeBSD.org) Received: from locore.org (ns01.locore.org [218.45.21.227]) by mx1.freebsd.org (Postfix) with ESMTP id CC2DB8FC0A; Thu, 21 Jun 2012 14:55:12 +0000 (UTC) Received: from localhost (celeron.v4.locore.org [192.168.0.10]) by locore.org (8.14.5/8.14.5/iwasaki) with ESMTP/inet id q5LEsnJX031159; Thu, 21 Jun 2012 23:54:49 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Thu, 21 Jun 2012 23:54:49 +0900 (JST) Message-Id: <20120621.235449.88474084.iwasaki@jp.FreeBSD.org> To: mbsd@isgroup.com.ua From: Mitsuru IWASAKI In-Reply-To: <1340220704.2098.8.camel@localhost> References: <4FB146F8.9090901@FreeBSD.org> <20120516.113117.66055741.iwasaki@jp.FreeBSD.org> <1340220704.2098.8.camel@localhost> X-Mailer: Mew version 3.3 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-acpi@freebsd.org, gperez@entel.upc.edu, jkim@freebsd.org, freebsd-current@freebsd.org Subject: Re: [CFT] SMP/i386 suspend/resume 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: Thu, 21 Jun 2012 14:55:13 -0000 Hi, From: mbsd Subject: Re: [CFT] SMP/i386 suspend/resume Date: Wed, 20 Jun 2012 22:31:44 +0300 Message-ID: <1340220704.2098.8.camel@localhost> > Hi developers. > > I want help you with your acpi work. I have thinkpad t61. > Could you write a small to do. Step by step, how tests your patches? > Which information is important for send. The patches were already merged to CURRENT and RELENG_9. So, please try RELENG_9 and report any problems suspend/resume. I'll try to fix them until 9.1-RELEASE :) Thanks! > > On Wed, 2012-05-16 at 11:31 +0900, Mitsuru IWASAKI wrote: > > Hi, > > > > > First of all, thank you very much for your work! I wanted to do it > > > for very long time but I had no time to actually implement it. :-) > > > > Welcome! I also wanted to do this for very long time but I had no > > time and test machines ;) > > Recently I got Core Duo (Thinkpad X60) and Core 2 Duo (X61) machines. > > I have some more ideas on wakecode but I'm not sure whether it is possible > > for now. I'll propose it when it is ready. > > > > > I know for sure it is not related to your patches. In fact, we cannot > > > resume most NVIDIA controllers without NVIDIA kernel driver + binary > > > X.org driver + VT switching hack (i.e., > > > > Hmm, my knowledge on recent hardware is very poor, so your comments > > are very helpful to catch up. Thanks. > > > > > > We can improve video initialization on another opportunity. Linux > > > > have many video hacks while we have only hw.acpi.reset_video ;) > > > > > > FYI, we don't need hw.acpi.reset_video any more (and it is even > > > harmful). It is done from vesa.ko now. > > > > Yeah, I thought that we need INT10 to set video mode again in > > realmode, but found it can be done in protected mode with > > x86bios_intr(), great! > > > > Anyway, thanks for many things! > > _______________________________________________ > > freebsd-acpi@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-acpi > > To unsubscribe, send any mail to "freebsd-acpi-unsubscribe@freebsd.org" > > >