From owner-freebsd-stable@FreeBSD.ORG Wed Feb 25 16:45:41 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id CF531106566B for ; Wed, 25 Feb 2009 16:45:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from ebb.errno.com (ebb.errno.com [69.12.149.25]) by mx1.freebsd.org (Postfix) with ESMTP id 90AF58FC0A for ; Wed, 25 Feb 2009 16:45:41 +0000 (UTC) (envelope-from sam@freebsd.org) Received: from trouble.errno.com (trouble.errno.com [10.0.0.248]) (authenticated bits=0) by ebb.errno.com (8.13.6/8.12.6) with ESMTP id n1PGPrgK033183 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 25 Feb 2009 08:25:54 -0800 (PST) (envelope-from sam@freebsd.org) Message-ID: <49A57111.3070709@freebsd.org> Date: Wed, 25 Feb 2009 08:25:53 -0800 From: Sam Leffler Organization: FreeBSD Project User-Agent: Thunderbird 2.0.0.18 (X11/20081209) MIME-Version: 1.0 To: utisoft@gmail.com References: <14989d6e0902230721x7a2cd30cw4e548451c87e17cd@mail.gmail.com> <003601c9969c$e2cdc310$a8694930$@com> <3a142e750902250326s20879c29pc89bb9d6e802a4d1@mail.gmail.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-DCC-sonic.net-Metrics: ebb.errno.com; whitelist Cc: FreeBSD Subject: Re: Recommended wireless card (or is there a chance to get either iwi or ath fixed)? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2009 16:45:42 -0000 Chris Rees wrote: > 2009/2/25 Paul B. Mahol : > >> On 2/24/09, SDH Support wrote: >> >>>> I tried using my ath based D-Link DWL G650, which still seems to have >>>> some issues in regard to interrupt handling: >>>> >>> I've been able to get /most/ wireless cards working with ndiswrapper. >>> >> *BSD doesnt have ndiswrapper. >> >> >> -- >> Paul >> _______________________________________________ >> freebsd-stable@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org" >> >> > > Yeah it does... > > [chris@amnesiac]~% ndisgen > ================================================================== > ------------------ Windows(r) driver converter ------------------- > ================================================================== > > This script is designed to guide you through the process > of converting a Windows(r) binary driver module and .INF > specification file into a FreeBSD ELF kernel module for use > with the NDIS compatibility system. > > The following options are available: > > 1] Learn about the NDIS compatibility system > 2] Convert individual firmware files > 3] Convert driver > 4] Exit > > Enter your selection here and press return: > > "ndiswrapper" refers to the linux version of the Bill Paul's project for freebsd. They are very different; though have the same goal. Sam