From owner-freebsd-mobile@FreeBSD.ORG Fri Jun 20 19:01:40 2003 Return-Path: Delivered-To: freebsd-mobile@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8C29537B401 for ; Fri, 20 Jun 2003 19:01:40 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C833143F85 for ; Fri, 20 Jun 2003 19:01:39 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h5L21aE1009063; Fri, 20 Jun 2003 20:01:36 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Fri, 20 Jun 2003 20:01:17 -0600 (MDT) Message-Id: <20030620.200117.85412143.imp@bsdimp.com> To: dan@doomed.us From: "M. Warner Losh" In-Reply-To: <3EF37738.60702@doomed.us> References: <3EF37738.60702@doomed.us> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-mobile@freebsd.org Subject: Re: ADM8211 WiFi on FreeBSD? X-BeenThere: freebsd-mobile@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Mobile computing with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Jun 2003 02:01:40 -0000 In message: <3EF37738.60702@doomed.us> Dan Johnson writes: : Does anyone know if an effort has been made to write an ADM8211 wifi : driver for bsd? Maybe. I'm not sure what has been publicly disclosed on efforts in this area. : the datasheet, : http://www.admtek.com.tw/download/NIC/adm8211/ADM8211%20Datasheet%20%201.1.pdf This datasheet sucks. It says nothing interesting for a programmer, except maybe some minor clues... : http://www.admtek.com.tw/download/nic/adm8211/ADM8211_src_104.tar.gz -rw-r--r-- huangmc/huangmc 27476 Mar 25 00:58 2003 ADM8211/ADM_Prv.o This driver has at least some binary components. The source is mostly glue, but there is some interesting info in that for someone that has the time to dig into it. The source is kinda ugly and poorly commented, but it is better than the datasheet for information. At least it wasn't obfuscated, so some data might be able to be mined from it. Warner