From owner-freebsd-current@FreeBSD.ORG Tue Jun 10 12:56:54 2008 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 AA7E01065674 for ; Tue, 10 Jun 2008 12:56:54 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.173]) by mx1.freebsd.org (Postfix) with ESMTP id 820E18FC28 for ; Tue, 10 Jun 2008 12:56:54 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so2459497wfg.7 for ; Tue, 10 Jun 2008 05:56:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=YcDGwJhygfEpSO7Lc1zIrT/OZ6x3NX66YvDgRUJqi9s=; b=sR0nh7EXm9z+kY83Qy0xDQXUZ0A5IKhebm9KG3ZjPnnoNrLAL42DVikYQ4MhMvHLUu V3ZrMDTeAnLpPo/k53VxfAkwK5e1/MJJE12cyRiRoV7PBgPcv/85NGhItPUsc8mkG3sC kBOcisoSBbbncq39BimGlkB3MqCmLw79E+1W4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=xcrSrhvbMjeH9S6aMUpI/Q5nw8pZn26UShkPTV9tCKM7gJjySW9npf+l6MwdtiIA8z G3Bc9JA1Tlz0bjM0c1Ypm+BBvPB1M1hDHbxXNkCSr/Lkxe8y53k3G31nbVBn2hCV+PDV uhRcht6tPCNbysiZJuJ3lmgbgy8Cd591MjrHg= Received: by 10.142.177.7 with SMTP id z7mr244501wfe.88.1213102614143; Tue, 10 Jun 2008 05:56:54 -0700 (PDT) Received: by 10.142.199.19 with HTTP; Tue, 10 Jun 2008 05:56:54 -0700 (PDT) Message-ID: <3a142e750806100556q546df348j4d5cb06bfe2bf286@mail.gmail.com> Date: Tue, 10 Jun 2008 14:56:54 +0200 From: "Paul B. Mahol" To: "Coleman Kane" In-Reply-To: <1213101246.1588.5.camel@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1212870158.1724.25.camel@localhost> <3a142e750806071855wb9f4cddk9be25e8c0f3d4984@mail.gmail.com> <1213013020.25641.3.camel@localhost> <1213026755.1628.25.camel@localhost> <3a142e750806092016u34fcd515v7022aa6a0a034e17@mail.gmail.com> <1213101246.1588.5.camel@localhost> Cc: freebsd-current@freebsd.org, thompsa@freebsd.org Subject: Re: Call for Testers: Convert watchdog spinlock into a sleepable mutex in if_ndis 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: Tue, 10 Jun 2008 12:56:54 -0000 On 6/10/08, Coleman Kane wrote: > On Tue, 2008-06-10 at 05:16 +0200, Paul B. Mahol wrote: >> On 6/9/08, Coleman Kane wrote: >> > Ignore the previous patch (#2) and try this one instead: >> > * >> > http://people.freebsd.org/~cokane/patches/if_ndis-spinlock-to-mtx3.patch >> > >> >> Fine for me, LOR appear any more. > > Thanks for the report. > >> >> BTW: I'm dont like first line showing over and over again. It would be >> nice >> if that clueless message goes away. > > Is this a new message introduced with my changes? No, it is not. Thanks for patch(es).