From owner-freebsd-current@FreeBSD.ORG Sun Dec 17 21:58:17 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org 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 1079E16A4C8 for ; Sun, 17 Dec 2006 21:58:17 +0000 (UTC) (envelope-from nate@root.org) Received: from root.org (root.org [67.118.192.226]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4BD2743F28 for ; Sun, 17 Dec 2006 21:47:42 +0000 (GMT) (envelope-from nate@root.org) Received: (qmail 71931 invoked from network); 17 Dec 2006 21:47:43 -0000 Received: from ppp-71-139-31-204.dsl.snfc21.pacbell.net (HELO ?10.0.5.59?) (nate-mail@71.139.31.204) by root.org with ESMTPA; 17 Dec 2006 21:47:43 -0000 Message-ID: <4585BAF3.1010504@root.org> Date: Sun, 17 Dec 2006 13:47:31 -0800 From: Nate Lawson User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 To: Stepan Zastupov References: <20061214234849.GA1062@stepan.ispsystem.net> <4584708B.3020902@root.org> <20061217214408.GA902@stepan.ispsystem.net> In-Reply-To: <20061217214408.GA902@stepan.ispsystem.net> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: cbb hangs during suspend if ath card active 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: Sun, 17 Dec 2006 21:58:18 -0000 Stepan Zastupov wrote: > On Sat, Dec 16, 2006 at 02:17:47PM -0800, Nate Lawson wrote: >> Stepan Zastupov wrote: >>> Does anyone still work on this problem? >>> (http://lists.freebsd.org/pipermail/freebsd-current/2006-July/064550.html) >>> I incure the same problems. If need testing I can help with it. >> Just comment out this line in ath_stop() in if_ath.c: >> // ath_hal_setpower(sc->sc_ah, HAL_PM_FULL_SLEEP); > It is already commented out in current and doesn't help. Card wont work > even if it inserted after suspend and resume. > That's something different then. I was talking about the suspend process hanging if the card is inserted and active. But ejecting it would allow the process to continue and after resume, re-inserting it worked fine. -- Nate