From owner-freebsd-questions@FreeBSD.ORG Mon Dec 22 18:13:21 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7EA0216A4CE; Mon, 22 Dec 2003 18:13:21 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5D74143D5C; Mon, 22 Dec 2003 18:13:10 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id hBN2CvAS043974; Mon, 22 Dec 2003 19:13:05 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 22 Dec 2003 17:03:50 -0700 (MST) Message-Id: <20031222.170350.41876647.imp@bsdimp.com> To: Danovitsch@Vitsch.net From: "M. Warner Losh" In-Reply-To: <200312221747.57575.Danovitsch@Vitsch.net> References: <3FE733A6.9030903@grafikansi.fi> <200312221747.57575.Danovitsch@Vitsch.net> X-Mailer: Mew version 3.3 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-hackers@freebsd.org cc: markus.kovero@grafikansi.fi cc: FreeBSD-questions@freebsd.org Subject: Re: Atmel WLAN Driver X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Dec 2003 02:13:21 -0000 In message: <200312221747.57575.Danovitsch@Vitsch.net> "Daan Vreeken [PA4DAN]" writes: : (to stop cross-posting please 'cc' follow-ups to -questions) : : On Monday 22 December 2003 19:10, Markus Kovero wrote: : > Hi. I Have Belkin 11MBps wlan adapter F5D6020 ver.2 that uses atmel : > chipset. I noticed that support for freebsd hasnt been made yet but I : > found leenox driver for it. So I thought to ask would it be possible to : > port leenox driver to freebsd so I could use my wlan pcmcia card. : > Linux driver I found: http://atmelwlandriver.sourceforge.net/news.html : I have been (and still am) working on a FreeBSD driver for the USB version of : this adapter. The driver homepage can be found here : : http://vitsch.net/bsd/atuwi/ : : If you want to try to get the PCMCIA version working, you could have a look at : the driver to start with, since the device itself is the same, only the : interface to it is different. OpenBSD has wi driver that does both PCMCIA and USB versions of the prism-2 chipset. I suspect that something similar here would be a good thing. Warner