From owner-freebsd-current@FreeBSD.ORG Tue May 19 05:17:21 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 17A581065672; Tue, 19 May 2009 05:17:21 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.226]) by mx1.freebsd.org (Postfix) with ESMTP id CB7A38FC21; Tue, 19 May 2009 05:17:20 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by rv-out-0506.google.com with SMTP id k40so2087831rvb.43 for ; Mon, 18 May 2009 22:17:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:from:date:to:cc :subject:message-id:reply-to:mail-followup-to:references :mime-version:content-type:content-disposition:in-reply-to :user-agent:organization:x-operation-sytem; bh=tUTcHp0MptQyejTkvStvEabX1bOWcBeB9zvlcmKH1Cg=; b=Uhrlz/an66Ikuigf3rRbGE/MNRmThtLF8CGLvgAHukS9BylRb0zfd+sw3mTO/1vhb4 U0soX8cbRnabGnenjPPRaWtdNioZUiNJRHiIy9OEx/OnSlRmzEVuLAoDTuYey8OKyq1M qNWCdHuH1cL09LO0pWOuLEt6O6T44Vn3UGu9s= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:cc:subject:message-id:reply-to:mail-followup-to :references:mime-version:content-type:content-disposition :in-reply-to:user-agent:organization:x-operation-sytem; b=bEeg0tfq0kgu8b+7EQEt4GBsWiMbVXCcKt/1DpIJwLbU6fgwnd3EFS+CM1BaEeVJ14 qJYhlDZdK3+k8mssH3AeYHbBdCGUsxkkbMNJU5RCVsUKAD0EoERRsrPehor73KJf7x+i tMclaO3yYjzL0RF7rD6u2r9DUTWcDxEkBWRRQ= Received: by 10.141.29.11 with SMTP id g11mr2606021rvj.17.1242708931586; Mon, 18 May 2009 21:55:31 -0700 (PDT) Received: from weongyo ([114.111.62.249]) by mx.google.com with ESMTPS id g31sm15237519rvb.13.2009.05.18.21.55.18 (version=SSLv3 cipher=RC4-MD5); Mon, 18 May 2009 21:55:19 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Tue, 19 May 2009 13:55:14 +0900 From: Weongyo Jeong Date: Tue, 19 May 2009 13:55:14 +0900 To: Lucius Windschuh Message-ID: <20090519045514.GD42412@weongyo.cdnetworks.kr> Mail-Followup-To: Lucius Windschuh , Sam Leffler , current@freebsd.org References: <20090407022956.GA71377@weongyo.cdnetworks.kr> <90a5caac0905161502x3771072n22d58111a235de24@mail.gmail.com> <4A0F419A.2020700@freebsd.org> <90a5caac0905171218r6de3473le8edcac3dab7e2bb@mail.gmail.com> <4A106B49.4020809@freebsd.org> <90a5caac0905171510v17441d4na51a059f72f7ecae@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <90a5caac0905171510v17441d4na51a059f72f7ecae@mail.gmail.com> User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: Sam Leffler , current@freebsd.org Subject: Re: HEADSUP: uath(4) has been committed. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Weongyo Jeong List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 19 May 2009 05:17:21 -0000 On Mon, May 18, 2009 at 12:10:27AM +0200, Lucius Windschuh wrote: > Thanks for the commits. > > But... I forgot one thing: kldunload if_uath ; kldload if_uath on a > firmware-loaded device leads to this output: > > uath0: timeout waiting for reply to cmd 0x1 (1) > uath0: could not initialize adapter > device_attach: uath0 attach returned 35 > uath0: timeout waiting for reply to cmd 0x1 (1) > uath0: could not initialize adapter > device_attach: uath0 attach returned 35 > > Is this also a known problem? Perhaps yes but it's some complicate to describe how it could be fixed. Could you please file a PR for this issue? I'll try to look a HAL for uath(4) and find a method to solve it. regards, Weongyo Jeong