From owner-freebsd-net@FreeBSD.ORG Tue May 26 14:49:06 2009 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EE2F01065675 for ; Tue, 26 May 2009 14:49:06 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-bw0-f213.google.com (mail-bw0-f213.google.com [209.85.218.213]) by mx1.freebsd.org (Postfix) with ESMTP id 763378FC14 for ; Tue, 26 May 2009 14:49:06 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by bwz9 with SMTP id 9so3949982bwz.43 for ; Tue, 26 May 2009 07:49:05 -0700 (PDT) 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 :content-transfer-encoding; bh=7UYcsEVcmTwVdybEARTxpMy295q60cOwzdvSR7+ohrI=; b=vSm7KIKBM2npKiAAOGGILuGC4D2ywk2HTqk2UMTrInDpLD5y7O6w4aME9HtL4vaAxQ Yw30GwSqVGNVVZMd7RrnWn4Ad1nuV4VhSJGXgzn7MihY5INJoReZtDXSHuQwvC5hlDi6 Ipe5soLMe/4gV0OY8iFfDoen/cRDnJJAikS0A= 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:content-transfer-encoding; b=asjCPJXDIn0hznps3s3WczRXrMGjIByE895KUIIDmPBa0AtckCN8o0hX5Yv2n2DlVs dMJTLNK5Us1H8+FzUYpP6IWPWDG3FWGpj90k0Ydsi2XDMZvV3Cqse8C+lmb+gpIl7be2 8G5S6mfqHRmW7DiSoCU+vSGrz1lgzNx1ZIr0o= MIME-Version: 1.0 Received: by 10.204.52.72 with SMTP id h8mr8298837bkg.30.1243349345246; Tue, 26 May 2009 07:49:05 -0700 (PDT) In-Reply-To: <20090526102901.6bf50586@voicenet.com> References: <20090526102901.6bf50586@voicenet.com> Date: Tue, 26 May 2009 16:49:05 +0200 Message-ID: <3a142e750905260749r5e78536cwe14fb17c3939e72@mail.gmail.com> From: "Paul B. Mahol" To: Adam K Kirchhoff Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-net@freebsd.org Subject: Re: kernel crashes with ndis & -CURRENT X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2009 14:49:07 -0000 On 5/26/09, Adam K Kirchhoff wrote: > > In an attempt to get the native drivers working on a particular > wireless network at work I updated to -CURRENT to see if I'd have any > more luck ( http://www.freebsd.org/cgi/query-pr.cgi?pr=131153&cat= ). > > Unfortunately, that didn't work out so I was decided to revert to the > ndis drivers. I created a new module using the same sys and inf file > that mostly worked on -STABLE (with frequent UP and DOWN messages, but > better than nothing). Unfortunately, now I get a complete kernel panic. > > Please let me know if this is a better question for freebsd-current. > Here's the backtrace: Please update your kernel after r192765, this issue have been already fixed on CURRENT. -- Paul