From owner-freebsd-current@FreeBSD.ORG Sun Nov 26 05:17:57 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id D11C916A407 for ; Sun, 26 Nov 2006 05:17:57 +0000 (UTC) (envelope-from rainer.alves@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 475B843D46 for ; Sun, 26 Nov 2006 05:17:05 +0000 (GMT) (envelope-from rainer.alves@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1168882wxc for ; Sat, 25 Nov 2006 21:17:56 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:user-agent:mime-version:cc:subject:references:in-reply-to:content-type:content-transfer-encoding; b=h5FnOVKjmtnGMxZJIHKpPTow37mzGehmJ45/ViO6Tl8IaQr5mk4rKLJwTspbrHHNV9hSJOPGcb9YIPpTSI8DlSVQcN7VvDUk1h412nyk+HvunV9JW7wlW02V9tCDTkk2ao0tpSA4mvdABs2RBAsVEtbevoZqA92q2ylWSyQBZ20= Received: by 10.70.34.3 with SMTP id h3mr4453269wxh.1164518276191; Sat, 25 Nov 2006 21:17:56 -0800 (PST) Received: from ?127.0.0.1? ( [200.181.68.107]) by mx.google.com with ESMTP id i37sm12454008wxd.2006.11.25.21.17.48; Sat, 25 Nov 2006 21:17:55 -0800 (PST) Message-ID: <45692360.3080602@gmail.com> Date: Sun, 26 Nov 2006 03:17:20 -0200 From: Rainer Alves User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.8.0.7) Gecko/20061016 Thunderbird/1.5.0.7 Mnenhy/0.7.4.0 MIME-Version: 1.0 References: <790a9fff0611251051md2ef50cja84440ba3cc7942f@mail.gmail.com> <4568DB59.7070407@gmail.com> In-Reply-To: <4568DB59.7070407@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Bill Paul , Scot Hetzel , FreeBSD-CURRENT Subject: Re: Latest Broadcom NDIS driver requires 4 additional functions X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 26 Nov 2006 05:17:57 -0000 Rainer Alves wrote: > Scot Hetzel wrote: >> I'm trying to upgrade my ndis driver from version 3.100.64.0 to >> 4.40.19.0, but when I try to load the driver I get a Fatal trap 12 >> error. >> [...] > However under FreeBSD + NDIS, the led is always red and the chip is > never properly activated. Replying to myself, the new driver works... I get a "no match for MmGetPhysicalAddress" when kldload'ing, a "fpudna in kernel mode" when doing a ifconfig, but overrall it works fine. Thanks for the hint. -- Rainer Alves