From owner-freebsd-current@FreeBSD.ORG Sat Jul 11 03:27:17 2009 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 968A2106566C; Sat, 11 Jul 2009 03:27:17 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id D35688FC0C; Sat, 11 Jul 2009 03:27:16 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (adsl139-187.kln.forthnet.gr [77.49.10.187]) (authenticated bits=0) by igloo.linux.gr (8.14.3/8.14.3/Debian-9) with ESMTP id n6B3EMfc006236; Sat, 11 Jul 2009 06:14:27 +0300 Received: by kobe.laptop (Postfix, from userid 1000) id 9391DBFE5; Sat, 11 Jul 2009 06:14:21 +0300 (EEST) From: Giorgos Keramidas To: kevin References: <4A5777F6.5040700@freebsd.org> Date: Sat, 11 Jul 2009 06:14:20 +0300 In-Reply-To: (kevin's message of "Sat, 11 Jul 2009 02:15:22 +0800") Message-ID: <874otjq5bn.fsf@kobe.laptop> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Hellug-MailScanner-ID: n6B3EMfc006236 X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.837, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.56, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Sam Leffler , freebsd-current@freebsd.org Subject: Re: About iwn firmware X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Jul 2009 03:27:17 -0000 On Sat, 11 Jul 2009 02:15:22 +0800, kevin wrote: >> iwn driver works well when system up.but it is not so robust.it will stop > transfer data and throw some errors in these conditions: > 1 . mount nfs via wireless network,if i transfer a lot of data.it may stop > receiving data after some time. > 2 . wireless network is busy, then some one reboot the wireless AP.it may > throw some errors and stop working. > 3 . Find wireless network works slow and switch to Ethernet,.if try > /etc/rc.d/netif restart, it may throw some errors and stop working. > > all these are fixed by reboot system(reload iwn and iwnfw dose not work at > most time). i also find iwn driver printe a lot of microcode error related > messages when it failed(not easy to reproduce it). > > No official Change Log, i just notice the *description *in gentoo > bug#202818. Gentoo bugs refer to a different kernel altogether, so they are not really very useful, unless they also affect the BSD kernel in a reproducible manner. If you can reproduce some of these bugs with _FreeBSD_, however, please report them and include /var/log/messages output, any dmesg output that could help track the bugs, and/or even kernel backtraces.