From owner-freebsd-current@FreeBSD.ORG Sat Oct 4 06:25:24 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 14F9B10656A3 for ; Sat, 4 Oct 2008 06:25:24 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.185]) by mx1.freebsd.org (Postfix) with ESMTP id 867368FC14 for ; Sat, 4 Oct 2008 06:25:23 +0000 (UTC) (envelope-from pyunyh@gmail.com) Received: by ti-out-0910.google.com with SMTP id d27so1171252tid.3 for ; Fri, 03 Oct 2008 23:25:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:received:received:date:from :to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=N267FsxNUNthEA43fPjJI1fFxUXQk4zmx8EgrslE6t8=; b=eRzEJjVcUM6XyxEE/8oWciaiY/bZfWUZhb1oMdtzGhbFyBluAVhzMcjCLB2qSM6XPd oLBaVFJZEDN15tNyLjZYB0oHEnFFHaTTHfiLroUdgD5yd9dgshDGygInvmQ4t2unVnNR en6PtpRSvJhOLRFhIPPdDIeOw/5w4NptB0cnA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:reply-to:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=NxK5pkqOuLVaMtCb/B8RakdVp9+G5WbjfS8IILfBo7CN74RpnNSG5hGpOJCLfffR63 UXOMo3qyVfKA5FJCu18UJHyfFG/8mlNhbHlPTfnHCW2qXpis7j2IzEXACSaP715oFbYR TdLCzQQI5hXeWaS1Z6NCwjfulagYjy/pvn324= Received: by 10.110.52.1 with SMTP id z1mr2037159tiz.55.1223101521888; Fri, 03 Oct 2008 23:25:21 -0700 (PDT) Received: from michelle.cdnetworks.co.kr ([211.53.35.84]) by mx.google.com with ESMTPS id y3sm11837947tia.6.2008.10.03.23.25.19 (version=TLSv1/SSLv3 cipher=RC4-MD5); Fri, 03 Oct 2008 23:25:20 -0700 (PDT) Received: from michelle.cdnetworks.co.kr (localhost.cdnetworks.co.kr [127.0.0.1]) by michelle.cdnetworks.co.kr (8.13.5/8.13.5) with ESMTP id m946NLAF076459 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 4 Oct 2008 15:23:21 +0900 (KST) (envelope-from pyunyh@gmail.com) Received: (from yongari@localhost) by michelle.cdnetworks.co.kr (8.13.5/8.13.5/Submit) id m946NLSE076458; Sat, 4 Oct 2008 15:23:21 +0900 (KST) (envelope-from pyunyh@gmail.com) Date: Sat, 4 Oct 2008 15:23:21 +0900 From: Pyun YongHyeon To: Norikatsu Shigemura Message-ID: <20081004062321.GC76137@cdnetworks.co.kr> References: <20081003054756.GB71518@cdnetworks.co.kr> <47297827@bb.ipt.ru> <20081004032046.f15cca9e.nork@FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081004032046.f15cca9e.nork@FreeBSD.org> User-Agent: Mutt/1.4.2.1i Cc: Boris Samorodov , freebsd-current@FreeBSD.org Subject: Re: Call for axe(4) testers. X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pyunyh@gmail.com List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 04 Oct 2008 06:25:24 -0000 On Sat, Oct 04, 2008 at 03:20:46AM +0900, Norikatsu Shigemura wrote: > On Fri, 03 Oct 2008 21:50:52 +0400 > Boris Samorodov wrote: > > The adapter is Trendnet TU2-ET100. It works fine without the patch. > > Let me know if you need some more info/testing. > > Please show us 'devinfo -rv | fgrep -A2 axe'. > > In my case(Planex GU-1000T), I got following results: > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > axe0 pnpinfo vendor=0x0b95 product=0x1780 devclass=0xff devsubclass=0xff release=0x0001 sernum="" intclass=0xff intsubclass=0xff at port=4 interface=0 > miibus0 > ciphy0 pnpinfo oui=0x3f1 model=0xb rev=0x1 at phyno=24 > - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - > > My if_axe is very good works. But if_bridge with if_axe > doesn't work stability after ifconfig bridge0 addm axe0. > I'll try to get panic messages. The same is true for tcpdump. > > Ah, if_axe's PROMISC is good works, so maybe I think lock > issue. I see a lot of LORs in axe(4) driver and horrible lock related warnings from witness. I have some idea to address some part of this but that still can't solve other basic issues of driver. Maybe HPS USB stack would be a better option to fix that. I guess other wired USB driver also suffers from the same issue. :-( -- Regards, Pyun YongHyeon