From owner-freebsd-current@FreeBSD.ORG Mon Dec 1 17:47:51 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E836A16A4CE for ; Mon, 1 Dec 2003 17:47:51 -0800 (PST) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD1FD43F3F for ; Mon, 1 Dec 2003 17:47:50 -0800 (PST) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id hB21lnHQ000192 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Mon, 1 Dec 2003 17:47:50 -0800 (PST) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: Leo Bicknell , freebsd-current@freebsd.org Date: Mon, 1 Dec 2003 17:50:38 -0800 User-Agent: KMail/1.5.3 References: <3FCBE05E.9090802@thepacific.net> <20031202012524.GA42747@ussenterprise.ufp.org> In-Reply-To: <20031202012524.GA42747@ussenterprise.ufp.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200312011750.38253.sam@errno.com> Subject: Re: Atheros netstat error X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Tue, 02 Dec 2003 01:47:52 -0000 On Monday 01 December 2003 05:25 pm, Leo Bicknell wrote: > In an effort to cut down on Sam's load... > > This is a known issue. Evidently there are some low level radio > counters that are incorrectly being reported as input errors. > Basically they should be ignored until the driver can be changed > to not report them. I changed this a while ago; phy errors are no longer counted as input errors. Sam