From owner-cvs-src@FreeBSD.ORG Wed Feb 21 08:46:23 2007 Return-Path: X-Original-To: cvs-src@FreeBSD.org Delivered-To: cvs-src@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6FDED16CBBC; Wed, 21 Feb 2007 08:46:23 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68]) by mx1.freebsd.org (Postfix) with ESMTP id 56B0513C441; Wed, 21 Feb 2007 08:46:23 +0000 (UTC) (envelope-from rizzo@icir.org) Received: from xorpc.icir.org (localhost [127.0.0.1]) by xorpc.icir.org (8.12.11/8.13.6) with ESMTP id l1L8j1V4085247; Wed, 21 Feb 2007 00:45:01 -0800 (PST) (envelope-from rizzo@xorpc.icir.org) Received: (from rizzo@localhost) by xorpc.icir.org (8.12.11/8.12.3/Submit) id l1L8j1eR085246; Wed, 21 Feb 2007 00:45:01 -0800 (PST) (envelope-from rizzo) Date: Wed, 21 Feb 2007 00:45:01 -0800 From: Luigi Rizzo To: Jeremie Le Hen Message-ID: <20070221004501.A85035@xorpc.icir.org> References: <200702201545.l1KFjxF8052100@repoman.freebsd.org> <45DB2A80.1060404@errno.com> <20070220094131.A76388@xorpc.icir.org> <20070221083918.GP41451@obiwan.tataz.chchile.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20070221083918.GP41451@obiwan.tataz.chchile.org>; from jeremie@le-hen.org on Wed, Feb 21, 2007 at 09:39:18AM +0100 Cc: Sam Leffler , src-committers@FreeBSD.org, cvs-all@FreeBSD.org, cvs-src@FreeBSD.org Subject: Re: cvs commit: src/sys/dev/iwi if_iwi.c if_iwivar.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Feb 2007 08:46:23 -0000 On Wed, Feb 21, 2007 at 09:39:18AM +0100, Jeremie Le Hen wrote: > Hi, > > On Tue, Feb 20, 2007 at 09:41:31AM -0800, Luigi Rizzo wrote: > > On Tue, Feb 20, 2007 at 09:06:08AM -0800, Sam Leffler wrote: > > > This driver has been in use for many months w/o complaints > > > of the sort you are seeing. > > > > The fact that I am the only one seeing (or reporting) the problem > > does not mean that there is no bug (or i wouldn't spend so much > > time trying to fix it :). > > Are you talking about the "iwi0: scan stuck" message I'm > experiencing regularly (from once every 5 minutes to once every > 10 seconds) ? you just have to choose which problem you want to talk about :) for me, priority #1 was getting past the freeze at boot, so now I can look at the other issues. cheers luigi