From owner-freebsd-current@FreeBSD.ORG Tue Dec 21 17:57:03 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E5D4916A4CE; Tue, 21 Dec 2004 17:57:03 +0000 (GMT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FCCB43D46; Tue, 21 Dec 2004 17:57:03 +0000 (GMT) (envelope-from sam@errno.com) Received: from [66.127.85.91] (sam@[66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.6) with ESMTP id iBLHv3Wi001149 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 21 Dec 2004 09:57:03 -0800 (PST) (envelope-from sam@errno.com) Message-ID: <41C863E1.2070406@errno.com> Date: Tue, 21 Dec 2004 09:56:49 -0800 From: Sam Leffler User-Agent: Mozilla Thunderbird 1.0RC1 (X11/20041208) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Lukas Ertl References: <20041221163907.J46219@pcle2.cc.univie.ac.at> In-Reply-To: <20041221163907.J46219@pcle2.cc.univie.ac.at> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: current@freebsd.org Subject: Re: WLAN, WEP, if_ndis on -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 21 Dec 2004 17:57:04 -0000 Lukas Ertl wrote: > Hi, > > on a recent -current I can't use the ndis0 interface on my laptop > anymore when having WEP enabled. I have both wlan and wlan_wep in my > kernel, and the box panics either with a cryptic double fault or with a > null pointer dereference (fault virtual address: 0xd00) in the if_ndis > driver; the only backtrace I could get from that is: > > _mtx_lock_flags+0x12 > ndis_intrtask+0x45 > ndis_runq+0xf1 > > Any hints? These are symptomatic of your missing fixes; please update or be more specific about what "a recent -current" means. Sam PS. There is no reason to cc me directly; I read the mailing lists.