From owner-freebsd-current@FreeBSD.ORG Fri Nov 17 17:21:21 2006 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B428116A416 for ; Fri, 17 Nov 2006 17:21:21 +0000 (UTC) (envelope-from redchrom@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2309043D6B for ; Fri, 17 Nov 2006 17:21:13 +0000 (GMT) (envelope-from redchrom@gmail.com) Received: by ug-out-1314.google.com with SMTP id o2so682055uge for ; Fri, 17 Nov 2006 09:21:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:date:from:to:subject:message-id:reply-to:mail-followup-to:mime-version:content-type:content-disposition:user-agent:x-useless-header; b=rl7OmKtxYdApoCdKmTaupqiM8hKf4oWHrZ+h3YNcp/4lcXA6IVprLrBYTNas6NRBbtfJW6Sp8sPFw0owR7bx3ZMfmKIylzW8TScBLgboHHCwpv582Hm4TpktehDyiWM8geqVUbIMRnaY8aU/FMqWMDRW9u255Aj1KVJsSpX4Z2k= Received: by 10.67.21.11 with SMTP id y11mr73041ugi.1163784072121; Fri, 17 Nov 2006 09:21:12 -0800 (PST) Received: from localhost ( [80.83.238.249]) by mx.google.com with ESMTP id 59sm4266696ugf.2006.11.17.09.21.02; Fri, 17 Nov 2006 09:21:11 -0800 (PST) Date: Sat, 18 Nov 2006 01:21:02 +0800 From: Stepan Zastupov To: acpi@freebsd.org, current@freebsd.org Message-ID: <20061117172102.GA836@stepan.ispsystem.net> Mail-Followup-To: acpi@freebsd.org, current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline User-Agent: Mutt/1.4.2.2i X-Useless-Header: They killed Kenny! THOSE BASTARDS! X-Mailman-Approved-At: Fri, 17 Nov 2006 20:52:38 +0000 Cc: Subject: Add suspend/resume support for the bfe driver X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Stepan Zastupov List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Nov 2006 17:21:21 -0000 A couple of weeks ago I wrote patch which added suspend/resume support for the bfe driver. It just attach/deattach device when suspend/resume as it done in Linux driver. In pr I wrote that it dosen'y help but now I know that it dose! Just need to stop devd before suspend, I do it from the /etc/rc.suspend and start from /etc/rc.resume. I hope somebody commit the patch into kernel tree. Here is the pr http://www.freebsd.org/cgi/query-pr.cgi?pr=kern/104652 -- Best regards, Stepan Zastupov aka RedChrom ISPSystem