From owner-freebsd-questions@FreeBSD.ORG Sat Feb 13 22:31:11 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 C5A391065679 for ; Sat, 13 Feb 2010 22:31:11 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-ew0-f211.google.com (mail-ew0-f211.google.com [209.85.219.211]) by mx1.freebsd.org (Postfix) with ESMTP id 5789E8FC12 for ; Sat, 13 Feb 2010 22:31:10 +0000 (UTC) Received: by ewy3 with SMTP id 3so3872865ewy.13 for ; Sat, 13 Feb 2010 14:31:10 -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 :date:message-id:subject:from:to:cc:content-type; bh=g01cDvm3pwf1vSkbmEIoKxHPhoAEO7tAFKBr5rUndd0=; b=r/MwU/wLy9h6kIgErXBtkk2t+15VifQ9uP+pbWEwwE7aysoYE1ci/dPj8XKnzjp68a 5Mr3Jzlr2RJxTUzhABYrsjlacSNYYyykTPnbVeIgeozVtfClGrMaETCHMy24htVihwSs v9AkP19sPBA7FGY8IB0RBjPd/XYo9jaIaH1lc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=TeFWUo+B0USY6wzkWgGHKc4FKDDiR/4HNLDiq4zyd4u6Ny60aNJPREYtyZRa3X/y+g c8Agg5rYRJWB8wqllTThQjGwz5MN7aUX2dY57MGoZ6WA+rHGNQrlGkDRTGLdaSeqYlSX gt2waL0HGbOx+H92r6mwwAcaTyo/p5GZhTrgo= MIME-Version: 1.0 Received: by 10.213.2.75 with SMTP id 11mr2316445ebi.14.1266100269478; Sat, 13 Feb 2010 14:31:09 -0800 (PST) In-Reply-To: References: <3a142e751002111052p3ef55575q8baca1af8ab27a17@mail.gmail.com> <3a142e751002120312s3cb778a0l1d856b7376a280fa@mail.gmail.com> Date: Sat, 13 Feb 2010 22:31:09 +0000 Message-ID: <3a142e751002131431i488c1fb1rc67545411091c5c5@mail.gmail.com> From: Paul B Mahol To: Eitan Adler 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: Sat, 13 Feb 2010 22:31:11 -0000 On 2/13/10, Eitan Adler wrote: > On Fri, Feb 12, 2010 at 1:12 PM, Paul B Mahol wrote: >> On 2/11/10, Eitan Adler wrote: >>>> What miniport driver, what arch, how to reproduce it? >>> a) no idea >>> b) Sorry for leaving that out: 8.0-RELEASE-p2 i386 >>> c) Boot the computer and watch tty0 >> >> Does it happens also if you load module (bcmwl5_sys.ko) after boot via >> kldload instead via /boot/loader.conf >> > Is this what you mean? > > Id Refs Address Size Name > 8 1 0xc101c000 1ddb8 if_bwi.ko > 9 1 0xc103a000 180ae4 if_bwi_ndis.ko if_bwi is unrelated to NDIS. I'm asking about module you created with ndisgen. > > If you meant loading these via kldload instead of at boot time then > No, > But when I put it back in I also no longer see the warning. >