From owner-freebsd-questions@FreeBSD.ORG Sun Feb 14 12:06:15 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 7D4CB106566C for ; Sun, 14 Feb 2010 12:06:15 +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 0B57A8FC12 for ; Sun, 14 Feb 2010 12:06:14 +0000 (UTC) Received: by ewy3 with SMTP id 3so4169829ewy.13 for ; Sun, 14 Feb 2010 04:06:14 -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 :content-transfer-encoding; bh=h4P1PPSX26Z4qtbJORS0+MgWM2ps2RK4FYalmEY0/Hc=; b=XvMNqDTGHGVJG/nKayRf6MsOQO7nYi/sAyptZvH9OluahkU+zMOWvtTaz3mTEuMRg+ 4vFd0nTZZ1+eFSDfvByCitbgOWFVWPXgHTxRcSkBKVtkmQRak8omTn4qTBMVB4XXMwIy v0GYu4T/2O+aOMgwAK5mbZkSyZh5gVf8akCQQ= 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:content-transfer-encoding; b=svwg+++0vt7d5e04QqwRrBib3GQ3dzlogzXaJasiLn38ihsQ5nR2iKFbIPHttHais1 F0dQffMWYKAI00r8Mcu4iwGzmHkn3dBYkzPjkL/P25rNpFNx/ZccHZ9UN5faE1n9C8h0 nmzAegnoVv60M/9tvntQsAHWLVqX0DlXP4+ck= MIME-Version: 1.0 Received: by 10.213.66.1 with SMTP id l1mr1810400ebi.91.1266149173152; Sun, 14 Feb 2010 04:06:13 -0800 (PST) In-Reply-To: References: <3a142e751002111052p3ef55575q8baca1af8ab27a17@mail.gmail.com> <3a142e751002120312s3cb778a0l1d856b7376a280fa@mail.gmail.com> <3a142e751002131431i488c1fb1rc67545411091c5c5@mail.gmail.com> <3a142e751002131653t182ac795t2412c8d32949f99b@mail.gmail.com> From: Paul B Mahol Date: Sun, 14 Feb 2010 12:05:53 +0000 Message-ID: <3a142e751002140405m7e2f54dev772a9dd7e780d209@mail.gmail.com> To: Eitan Adler Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: Sun, 14 Feb 2010 12:06:15 -0000 On Sun, Feb 14, 2010 at 8:35 AM, Eitan Adler wro= te: > On Sun, Feb 14, 2010 at 2:53 AM, Paul B Mahol wrote: >> On 2/13/10, Eitan Adler wrote: >>> On Sun, Feb 14, 2010 at 12:31 AM, Paul B Mahol wrote= : >>>> On 2/13/10, Eitan Adler wrote: >>>>> On Fri, Feb 12, 2010 at 1:12 PM, Paul B Mahol wrot= e: >>>>>> 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 v= ia >>>>>> kldload instead via /boot/loader.conf >>>>>> >>>>> Is this what you mean? >>>>> >>>>> Id Refs Address =A0 =A0Size =A0 =A0 Name >>>>> =A08 =A0 =A01 0xc101c000 1ddb8 =A0 =A0if_bwi.ko >>>>> =A09 =A0 =A01 0xc103a000 180ae4 =A0 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. >>>>> >>>> >>> >>> I didn't recognize what you meant with "bcmwl5_sys.ko". >>> Either way the answer applies: I no longer see the warning regardless >>> of whether it is in /boot/loader.conf or not. Perhaps it was an >>> intermittent problem? If so what could it mean? >> >> Are you using bwi(4) and ndis(4) at same time for same device? >> > > No - I was trying to get if_bwi working but the device never shows up. > I removed it from /boot/loader.conf > Can you explain what you did in detail and it have something to do with ndi= s(4)? Did you ever used ndisgen(8)?