From owner-freebsd-questions@FreeBSD.ORG Sat Jul 24 18:45:26 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 168A71065673 for ; Sat, 24 Jul 2010 18:45:26 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id E9A208FC0C for ; Sat, 24 Jul 2010 18:45:25 +0000 (UTC) Received: by wyj26 with SMTP id 26so1417522wyj.13 for ; Sat, 24 Jul 2010 11:45:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=vcj36dIJ/ciMdwWZQCymDhUw/7+mfMjqeX0UNJiFD74=; b=C5cXZMVq3PF41mBpiJMBvc8tWcQQnhNZBogoAxsXPxZ6m1WeOg1y/810AuQN5lLfNW E+KklnkP2bWeUgmqIz9ZwPtYnyD8+zxPLB24kxYwVWR5u6+l56fi7yKb5ioxTp2TkDux OxosCk1Y1c1tyLwchbkq7n0UzQ7h+dpIXH4N4= 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 :content-type; b=WYO3J1Z6ndJfDlx9YOAKyQgk95XFIrYCzRTo9CH6nMT9sH8Bq2LAgSnsLy7PMZvtEd HZv73qSXtAT9ovmKVMjFGwU6KFBnAbsUtvWFTaIpdEZhB9qYPbtNt54omFIiufSwaqgU AMrWYF1yHg1jFI+odUhPml2WfWtkOUITkZpH8= MIME-Version: 1.0 Received: by 10.227.138.77 with SMTP id z13mr1570506wbt.24.1279997124470; Sat, 24 Jul 2010 11:45:24 -0700 (PDT) Received: by 10.216.235.200 with HTTP; Sat, 24 Jul 2010 11:45:24 -0700 (PDT) In-Reply-To: <20100724084204.597b9e6f@scorpio> References: <20100724084204.597b9e6f@scorpio> Date: Sat, 24 Jul 2010 18:45:24 +0000 Message-ID: From: Paul B Mahol To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: 64-bit Windows XP NDIS drivers giving missing symbols 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: Sat, 24 Jul 2010 18:45:26 -0000 On 7/24/10, Jerry wrote: > On Sat, 24 Jul 2010 12:01:24 +0000 > Paul B Mahol articulated: > >> Such symbols are completly irrelevant for normal operation, because >> NDISulator crash on amd64 during driver initialization. >> I fixed this in my own git repo, but "fpudna in kernel mode" (my >> understanding is that it is source of panic when trying to use ndis0 >> device on amd64), present only on amd64 is still not yet fixed - this >> should be addressed with fpu_kern KPI available on CURRENT - not done >> yet... >> Feel free to send patches. > > I feel his pain. I need 64 bit drivers for cards that FBSD does not > support, mostly 'N' protocol wireless cards. The inability to secure > and use perfectly good drivers that are available for Windows users in > FreeBSD is a real PIA. Of course, it does give my Window user friends > something to laugh about. And bwn(4) doesn't work at all?