From owner-freebsd-current@FreeBSD.ORG Tue Jun 29 12:33:59 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 A18F316A4CE for ; Tue, 29 Jun 2004 12:33:59 +0000 (GMT) Received: from marge.icomtek.csir.co.za (marge.icomtek.csir.co.za [146.64.28.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5F26443D48 for ; Tue, 29 Jun 2004 12:33:50 +0000 (GMT) (envelope-from jhugo@icomtek.csir.co.za) Received: from jeep.icomtek.csir.co.za (jeep.icomtek.csir.co.za [146.64.28.29])i5TCXlmj037818 for ; Tue, 29 Jun 2004 14:33:48 +0200 (SAST) (envelope-from jhugo@icomtek.csir.co.za) From: Johann Hugo To: freebsd-current@freebsd.org Date: Tue, 29 Jun 2004 14:33:47 +0200 User-Agent: KMail/1.5.4 References: <200406272331.41594.matt@fruitsalad.org> In-Reply-To: <200406272331.41594.matt@fruitsalad.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200406291433.47505.jhugo@icomtek.csir.co.za> Subject: Re: if_ndis kernel crashing 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, 29 Jun 2004 12:33:59 -0000 On Sunday 27 June 2004 23:31, Matt Douhan wrote: > Hi > > I am using if_ndis to get wlan support for my broadcom chipset wireless > card, since 3 days trying to build a new kernel it panics after if_ndis is > installed. > I've had a similar experience, but with a ndis driver for an atheros wifi card. If the kld's (ndis + if_ndis) are loaded from /boot/loader.conf is crashes every time I boots up. If I do a normal boot (without loader.conf) and then do a kldload ndis + if_ndis by hand then it works fine. Kernel = 5-20040625-CURRENT Johann