From owner-freebsd-questions@FreeBSD.ORG Wed Dec 24 10:04:52 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 B584616A4CE; Wed, 24 Dec 2003 10:04:52 -0800 (PST) Received: from nalle.netsonic.fi (netsonic.fi [194.29.192.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB02943D48; Wed, 24 Dec 2003 10:04:47 -0800 (PST) (envelope-from markus.kovero@grafikansi.fi) Received: from grafikansi.fi (office.grafikansi.fi [81.17.198.67]) by nalle.netsonic.fi (8.11.6/8.11.6) with ESMTP id hBOI4Ko07251; Wed, 24 Dec 2003 20:04:20 +0200 Message-ID: <3FE9F15A.6080909@grafikansi.fi> Date: Wed, 24 Dec 2003 20:04:42 +0000 From: Markus Kovero User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031208 Thunderbird/0.3 X-Accept-Language: en-us, en MIME-Version: 1.0 To: "M. Warner Losh" References: <3FE733A6.9030903@grafikansi.fi> <200312221747.57575.Danovitsch@Vitsch.net> <20031222.170350.41876647.imp@bsdimp.com> In-Reply-To: <20031222.170350.41876647.imp@bsdimp.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-hackers@freebsd.org 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: Wed, 24 Dec 2003 18:04:52 -0000 Yes, that would be solution, anybody has time to do that little kickin? :-p Iam sure iam not alone with my wlan-thing. Greets Markus Kovero M Warner Losh wrote: >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 > >