From owner-freebsd-current@FreeBSD.ORG Sun May 17 22:10:30 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 C46431065676; Sun, 17 May 2009 22:10:30 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: from mail-gx0-f214.google.com (mail-gx0-f214.google.com [209.85.217.214]) by mx1.freebsd.org (Postfix) with ESMTP id 4EAA28FC18; Sun, 17 May 2009 22:10:30 +0000 (UTC) (envelope-from lwindschuh@googlemail.com) Received: by gxk10 with SMTP id 10so2014364gxk.19 for ; Sun, 17 May 2009 15:10:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=PMRRzd1RAMlnkj+I4kiBwUdR7FycpcOIDTHfWu2t0MY=; b=FqSZO96LkKH04hRHtyoOb+tNY3bpKF1f0IKEVt1thz7jJkSMmHAiIucb2U6BQ2ZCcK Ute1hZHjuqTYVexxXiLoCYQiJakENI5iXLCMmF8++d8pmxqehddl8CXn+MPUST8fUQGO C2MG076sY621IixunDN44faAbFgz01LnfvTu4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=Cm1+q+k2n+1O4vDARCl+HnnqwAsoc55M7ccAKUWsLU58stfOMNFyQd2c/6HRXa5B3l KH8l+NACitMKBmrzo7JtBuJUQKSbW8uwxStLLaPje3kVGk3tCdYsULYI6m264b7YwFQr 5UIWJAjTBusbkm+4WY9lr6SfUsig5NliQGo6w= MIME-Version: 1.0 Received: by 10.151.137.7 with SMTP id p7mr11090061ybn.223.1242598227127; Sun, 17 May 2009 15:10:27 -0700 (PDT) In-Reply-To: <4A106B49.4020809@freebsd.org> References: <20090407022956.GA71377@weongyo.cdnetworks.kr> <90a5caac0905161502x3771072n22d58111a235de24@mail.gmail.com> <4A0F419A.2020700@freebsd.org> <90a5caac0905171218r6de3473le8edcac3dab7e2bb@mail.gmail.com> <4A106B49.4020809@freebsd.org> Date: Mon, 18 May 2009 00:10:27 +0200 Message-ID: <90a5caac0905171510v17441d4na51a059f72f7ecae@mail.gmail.com> From: Lucius Windschuh To: Sam Leffler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Weongyo Jeong , 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 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 May 2009 22:10:31 -0000 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? Lucius