From owner-freebsd-emulation@FreeBSD.ORG Thu Nov 8 14:44:25 2007 Return-Path: Delivered-To: freebsd-emulation@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47CF316A419 for ; Thu, 8 Nov 2007 14:44:25 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from QMTA07.emeryville.ca.mail.comcast.net (qmta07.emeryville.ca.mail.comcast.net [76.96.30.64]) by mx1.freebsd.org (Postfix) with ESMTP id 22A8E13C4DD for ; Thu, 8 Nov 2007 14:44:25 +0000 (UTC) (envelope-from cokane@freebsd.org) Received: from OMTA05.emeryville.ca.mail.comcast.net ([76.96.30.43]) by QMTA07.emeryville.ca.mail.comcast.net with smtp id ADRh1Y0060vp7WL0104400; Thu, 08 Nov 2007 14:27:41 +0000 Received: from discordia ([24.60.136.97]) by OMTA05.emeryville.ca.mail.comcast.net with comcast id AETg1Y00A26FYqY0000000; Thu, 08 Nov 2007 14:27:41 +0000 X-Authority-Analysis: v=1.0 c=1 a=8rptStq6LJUQjGE8-mUA:9 a=KIbmI--5cv973cK0EgFugmQPChIA:4 a=b8hG5vVbyAkA:10 Received: by discordia (Postfix, from userid 103) id DCAF11634F7; Thu, 8 Nov 2007 09:27:37 -0500 (EST) X-Spam-Checker-Version: SpamAssassin 3.1.8-gr1 (2007-02-13) on discordia X-Spam-Level: X-Spam-Status: No, score=-4.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.1.8-gr1 Received: from [172.20.1.3] (unknown [172.20.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by discordia (Postfix) with ESMTP id A48871634F6 for ; Thu, 8 Nov 2007 09:27:23 -0500 (EST) Message-ID: <47331C2F.7090506@FreeBSD.org> Date: Thu, 08 Nov 2007 09:24:47 -0500 From: Coleman Kane Organization: The FreeBSD Project User-Agent: Thunderbird 2.0.0.6 (X11/20071104) MIME-Version: 1.0 To: freebsd-emulation@FreeBSD.org X-Enigmail-Version: 0.96a Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Cc: Subject: NDIS wrapper driver compatibility X-BeenThere: freebsd-emulation@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: cokane@FreeBSD.org List-Id: Development of Emulators of other operating systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2007 14:44:25 -0000 Hello, I recently got an HP Compaq 6715b notebook with a Broadcom BCM94321 draft-n wifi adapter in it. I am moving from a Gateway 7422GX with the BCM4306 b+g card in it. Both of these are amd64 notebooks. When I first set up the Gateway, the card of course didn't work. I tried the drivers from Gateway's site, but they ended up tossing a kernel panic. I went through other drivers until I finally came across some that Jung-uk Kim had gotten to work, and these have been working fine on the Gateway. Since getting the HP, I have been very determined to get FreeBSD working on it. So I spent the past two days scouring the 'net for different releases of the Win64 drivers compatible with my card (device ID 0x4328). After going through like 10 different drivers, and even manually adding the device id's to .inf files, I finally found a driver that actually gets the draft-n card to work under the amd64 NDIS wrapper. I am curious if there is any effort to document these successes. It seems that there are as many "live" driver revisions in the wild as there are hardware combinations (perhaps more!). For anyone who's not as determined as I (to spend two days on it), it would be really cool to have a project (in the wiki for instance) that tracks successful driver revisions, as well as being a central point to document and resolve failures. I intend to put the driver .inf, .sys, and .ko up on my site (which already has some documentation about getting FreeBSD/amd64 working on the Gateway and a similar Compaq R3000), but I only have three examples to demo. I would much rather pair this up with a community-based site with a larger scope. -- Coleman Kane