From owner-freebsd-current@FreeBSD.ORG Tue Apr 7 02:57:56 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 AEE6110656E2 for ; Tue, 7 Apr 2009 02:57:56 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.232]) by mx1.freebsd.org (Postfix) with ESMTP id 7D6DA8FC08 for ; Tue, 7 Apr 2009 02:57:56 +0000 (UTC) (envelope-from weongyo.jeong@gmail.com) Received: by rv-out-0506.google.com with SMTP id l9so2408171rvb.43 for ; Mon, 06 Apr 2009 19:57:56 -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:subject :message-id:reply-to:mail-followup-to:mime-version:content-type :content-disposition:user-agent:organization:x-operation-sytem; bh=DbtHKsrt9IvfcDYpXErYsEXRuRQZe2KMjsNyheeW8ns=; b=mH2kUGHzbyrLrcyFBjGR1469xPMSlyYbFNNVNh4AT2pLSnZwSoWPRzxs/FJEv7zn37 1jopJ9JzXdB0oQsndZkoEsnnr0S1FH7e/A9b6pc8ij3uCk4x2x8MT55Fj7R4QpXA7LFt gRLumT9wGNdRZQBfLuwJKIX2d7yW5GSoPVVXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:date:to:subject:message-id:reply-to:mail-followup-to :mime-version:content-type:content-disposition:user-agent :organization:x-operation-sytem; b=BOUaxfavMLwytK4+6MPP94VtJA0a1by5g4sQ6qszll0Mmr+nAW1E8C+RrBqL4y16SN 7e4AmxUTj6tYdc6fekeGCPWxwc19udsynCkLKtCfGKSsjlPmv7CDYrSGBpo8OCdfdps2 WrE5oP45sczs5ygeWzFrxWYymIr27ycFsF4/k= Received: by 10.140.136.5 with SMTP id j5mr1667935rvd.281.1239071399320; Mon, 06 Apr 2009 19:29:59 -0700 (PDT) Received: from weongyo ([114.111.62.249]) by mx.google.com with ESMTPS id f21sm16582415rvb.35.2009.04.06.19.29.58 (version=SSLv3 cipher=RC4-MD5); Mon, 06 Apr 2009 19:29:58 -0700 (PDT) Received: by weongyo (sSMTP sendmail emulation); Tue, 7 Apr 2009 11:29:56 +0900 From: Weongyo Jeong Date: Tue, 7 Apr 2009 11:29:56 +0900 To: current@freebsd.org Message-ID: <20090407022956.GA71377@weongyo.cdnetworks.kr> Mail-Followup-To: current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.3i Organization: CDNetworks. X-Operation-Sytem: FreeBSD Cc: Subject: 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, 07 Apr 2009 02:57:57 -0000 Hello, FYI uath(4) driver has been committed into HEAD. To work with uath(4) it needs to load the firmware using uathload. The example would be as follows: # kldload if_uath [plugin Atheros USB stick] ugen0.2: at usbus0 # uathload -d /dev/ugen0.2 [after downloading the firmware it'll retry to attach] # ifconfig uath0 Normally uathload could be found at /usr/sbin or /usr/src/usr.sbin/uathload for sources and if you don't want to execute uathload by hand it'd be better to add a entry into devd.conf(5). regards, Weongyo Jeong