Date: Tue, 3 Mar 2009 16:59:25 +0900 From: Pyun YongHyeon <pyunyh@gmail.com> To: freebsd-current@FreeBSD.org Subject: Re: CFT: txp(4) Message-ID: <20090303075925.GD82725@michelle.cdnetworks.co.kr> In-Reply-To: <20090303004146.GB82725@michelle.cdnetworks.co.kr> References: <20090303004146.GB82725@michelle.cdnetworks.co.kr>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Mar 03, 2009 at 09:41:46AM +0900, Pyun YongHyeon wrote: > > Hi, > > Here is drop-in replacement txp(4) for all architectures. I think > I've fixed all known issues such as controller hang under heavy > network load, missing link state transition handling etc. If you > ever suffered from instability of txp(4) please give it a try and > let me know how it goes. Testing on systems with more than 4GB > memory was not done due to lack of hardwares. ATM it was tested on > i386 and sparc64. > > Note, txp(4) now downloads firmware in interface up time so it may > take longer time to initialize the interface than that of stock > version. This change was made to ensure correct operation of > hardware and to support WOL. > > Install : Download the following files and rebuild kernel. > > For CURRENT : > http://people.freebsd.org/~yongari/txp/if_txp.c > http://people.freebsd.org/~yongari/txp/if_txpreg.h > > For 7.1-RELEASE and stable/7 : > http://people.freebsd.org/~yongari/txp/if_txp.c > http://people.freebsd.org/~yongari/txp/if_txpreg.h > http://people.freebsd.org/~yongari/txp/3c990img.h > There was a typo in multicasting filter code and I updated if_txp.c. If you already downloaded the file please fetch again. > Thanks.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090303075925.GD82725>