Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2008 15:23:21 +0900
From:      Pyun YongHyeon <pyunyh@gmail.com>
To:        Norikatsu Shigemura <nork@FreeBSD.org>
Cc:        Boris Samorodov <bsam@ipt.ru>, freebsd-current@FreeBSD.org
Subject:   Re: Call for axe(4) testers.
Message-ID:  <20081004062321.GC76137@cdnetworks.co.kr>
In-Reply-To: <20081004032046.f15cca9e.nork@FreeBSD.org>
References:  <20081003054756.GB71518@cdnetworks.co.kr> <47297827@bb.ipt.ru> <20081004032046.f15cca9e.nork@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Oct 04, 2008 at 03:20:46AM +0900, Norikatsu Shigemura wrote:
 > On Fri, 03 Oct 2008 21:50:52 +0400
 > Boris Samorodov <bsam@ipt.ru> 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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081004062321.GC76137>