From owner-freebsd-current@FreeBSD.ORG Thu Sep 25 17:53:47 2008 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from [127.0.0.1] (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by hub.freebsd.org (Postfix) with ESMTP id D90EE106568F; Thu, 25 Sep 2008 17:53:46 +0000 (UTC) (envelope-from jkim@FreeBSD.org) From: Jung-uk Kim To: freebsd-current@FreeBSD.org Date: Thu, 25 Sep 2008 13:53:32 -0400 User-Agent: KMail/1.6.2 References: <200807151124.36621.snasonov@bcc.ru> <1d6d20bc0809251039v3010d4b7hfdf6ea31e68138ba@mail.gmail.com> In-Reply-To: <1d6d20bc0809251039v3010d4b7hfdf6ea31e68138ba@mail.gmail.com> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200809251353.35790.jkim@FreeBSD.org> Cc: Jia-Shiun Li , Sergey G Nasonov Subject: Re: ATA subsystem lost drive after resume process 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, 25 Sep 2008 17:53:47 -0000 On Thursday 25 September 2008 01:39 pm, Jia-Shiun Li wrote: > On Tue, Jul 15, 2008 at 3:24 PM, Sergey G Nasonov wrote: > > Hello all. > > > > I have a laptop Lenovo T61 with a FreeBSD current installed on > > it. uname -a > > > > I want to understand why suspend/resume does not work. Suspend > > process works ad4: WARNING - SETFEATURES SET TRANSFER MODE > > taskqueue timeout - completing request directly > > ad4: WARNING - SETFEATURES SET TRANSFER MODE taskqueue timeout - > > completing request directly > > Another me-too, but slight different. > > When running freebsd in vmware. If I assign two cpus to the vm, > after using vmware's suspend and resume (not suspending from > freebsd), the vm often hang due to ata taskqueue timeout. If only > one cpu is assigned then everything is ok. SMP kernel does not support suspend/resume ATM. FYI, Takanori Watanabe posted preliminary patches here, though: http://docs.freebsd.org/cgi/mid.cgi?200805131125.m4DBPu1q092741 Jung-uk Kim