From owner-freebsd-net@FreeBSD.ORG Tue Sep 9 16:25:24 2008 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 3B37C1065679 for ; Tue, 9 Sep 2008 16:25:24 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185]) by mx1.freebsd.org (Postfix) with ESMTP id B63998FC08 for ; Tue, 9 Sep 2008 16:25:23 +0000 (UTC) (envelope-from rpaulo@gmail.com) Received: by nf-out-0910.google.com with SMTP id h3so726607nfh.33 for ; Tue, 09 Sep 2008 09:25:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:date:from:to:cc :subject:message-id:references:mime-version:content-type :content-disposition:in-reply-to:user-agent:sender; bh=tYGjMB4VV9Kc7RBq4YH0g/o0/Tbm7Z7rPzh4ZT+P2P8=; b=FbISk96fshCMVnA8qjlK1jPLMCiUFQ3F3llOh1jvsG3WhtU2NnTDBeC5cgQrG0hdx7 z9GgBX9hTefE8F1yJ7tmoM1aJA2a0uafFU/XR7BUlwLgKMXXal5YHKzDC91OfPTVEnHU 2OrouS7ZYi1uSZpO8tqYaMZ/69bA40KMLjFYo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent:sender; b=q1qoikZ6tNLrzGlltzg/42NYe03HKeRbHPV4fdubCDcJge9swKPSBVlsiKGpGyZjcC BraJaFJlqYRmfk3mN/4Z+MBHAZBW+WjEFUkTUrkP2AzNqgikphlwEGwZCtp6nF0XLmbq LVpasliu8MYLcpijWqwdWruVLsuIJvtX4fT5U= Received: by 10.210.43.10 with SMTP id q10mr4188451ebq.64.1220977520731; Tue, 09 Sep 2008 09:25:20 -0700 (PDT) Received: from alpha.local ( [83.144.140.92]) by mx.google.com with ESMTPS id i6sm6190915gve.2.2008.09.09.09.25.18 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 09 Sep 2008 09:25:19 -0700 (PDT) Received: by alpha.local (Postfix, from userid 1001) id 26AE211899; Tue, 9 Sep 2008 17:24:34 +0100 (WEST) Date: Tue, 9 Sep 2008 17:24:34 +0100 From: Rui Paulo To: Vladimir Grebenschikov Message-ID: <20080909162433.GB35538@alpha.local> References: <200808280023.m7S0NN0B078088@repoman.freebsd.org> <1220382480.2493.5.camel@localhost> <20080903165230.GA31289@alpha.local> <1220883546.4169.13.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1220883546.4169.13.camel@localhost> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: Rui Paulo Cc: freebsd-net@FreeBSD.org, Rui Paulo Subject: Re: cvs commit: src/sys/contrib/dev/ath COPYRIGHT README ah.h ah_desc.h ah_devid.h ah_soc.h version.h src/sys/contrib/dev/ath/public alpha-elf.hal.o.uu alpha-elf.inc alpha-elf.opt_ah.h ap30.hal.o.uu ap30.inc ap43.hal.o.uu ap43.inc ... X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 09 Sep 2008 16:25:24 -0000 On Mon, Sep 08, 2008 at 06:19:06PM +0400, Vladimir Grebenschikov wrote: > On Wed, 2008-09-03 at 17:52 +0100, Rui Paulo wrote: > > On Tue, Sep 02, 2008 at 11:08:00PM +0400, Vladimir Grebenschikov wrote: > > > ? Thu, 28/08/2008 ? 00:22 +0000, Rui Paulo ?????: > > > > rpaulo 2008-08-28 00:22:59 UTC > > > > > > > > > After that commit my wireless stop work: > > > > Can you tell us your ath mac+phy rev? > > ath_hal: 0.9.20.3 (AR5210, AR5211, AR5212, RF5111, RF5112, RF2413, > RF5413) > ath0: mem 0xedf00000-0xedf0ffff irq 17 at device 0.0 on > pci3 > ath0: [ITHREAD] > ath0: WARNING: using obsoleted if_watchdog interface > ath0: mac 10.3 phy 6.1 radio 10.2 I have a 5212 too and the problem is now fixed in HEAD. Please update. Thanks, -- Rui Paulo