From owner-freebsd-questions@FreeBSD.ORG Mon Feb 15 08:55:49 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4AE20106568D for ; Mon, 15 Feb 2010 08:55:49 +0000 (UTC) (envelope-from eitanadlerlist@gmail.com) Received: from mail-fx0-f228.google.com (mail-fx0-f228.google.com [209.85.220.228]) by mx1.freebsd.org (Postfix) with ESMTP id CDB958FC18 for ; Mon, 15 Feb 2010 08:55:48 +0000 (UTC) Received: by fxm28 with SMTP id 28so366933fxm.31 for ; Mon, 15 Feb 2010 00:55:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :from:date:message-id:subject:to:cc:content-type; bh=k+mSY6swW875mjTxbmocVJMiT2gHI55warTPmNLbch0=; b=s0cxmelXRFQKX7t5HWlrSb0CeBvObYoPDK9gQCPgW5tVKJ061P9+ReTdtHJDcwgHCw FD+OTRLyrVblHz9mnQfnKKCJz9NNICNvTOPJx1sTJRND478/hBkrN6XJSjy/uu1FV2VQ PPh5Nwn3EqFkTO8qDLkwcjzjUMaL4FcmCnqtg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=JpuwujC6lH9Od1uNNcGrqUAjcMibroiWG7/rzRIehUVPYndzEyopLgkpVFRtedXB2e NfPdEgQKgi2RvFKC+hQW7tB8ERy3MbkpymEdT+0n//oibEh0/R+eCy++Oc3unf7wNM7w E0n5wnlVgcvPb4zcE/ygIYhtTeRKC4Ocw8GZc= MIME-Version: 1.0 Received: by 10.239.184.72 with SMTP id x8mr459363hbg.44.1266224147713; Mon, 15 Feb 2010 00:55:47 -0800 (PST) In-Reply-To: <3a142e751002140405m7e2f54dev772a9dd7e780d209@mail.gmail.com> References: <3a142e751002111052p3ef55575q8baca1af8ab27a17@mail.gmail.com> <3a142e751002120312s3cb778a0l1d856b7376a280fa@mail.gmail.com> <3a142e751002131431i488c1fb1rc67545411091c5c5@mail.gmail.com> <3a142e751002131653t182ac795t2412c8d32949f99b@mail.gmail.com> <3a142e751002140405m7e2f54dev772a9dd7e780d209@mail.gmail.com> From: Eitan Adler Date: Mon, 15 Feb 2010 10:55:27 +0200 Message-ID: To: Paul B Mahol Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-questions@freebsd.org Subject: Re: NTOS: Timer fired even though it was canceled X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Feb 2010 08:55:49 -0000 > Can you explain what you did in detail and it have something to do with ndis(4)? > Did you ever used ndisgen(8)? Last June I used ndisgen and my computer has been running fine since then. When I saw the NTOS warning I emailed this list. When I got your reply I removed if_bwi_ndis_load from /boot/loader.conf and the warning went away. When I readded to /boot/loader.conf the warning was *still* gone. Because this was the only change I made I assume that it was an intermittent problem.