From owner-freebsd-current@FreeBSD.ORG Thu Mar 17 07:45:27 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D41C51065686 for ; Thu, 17 Mar 2011 07:45:27 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 8C0B58FC12 for ; Thu, 17 Mar 2011 07:45:27 +0000 (UTC) Received: by vws18 with SMTP id 18so2791892vws.13 for ; Thu, 17 Mar 2011 00:45:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=SKqssvVdCrGMlXjGgdN1W01M2F6ehulbkq+vfP6ylz0=; b=jdHO2N9Xs//8GikQONrXSomqYr/3hOAw3KT/+6IU+H/PNYtFde0W0a7AoWuD1Ofmb1 deUKj6JEMEg5YrbL1VnqOhNqA9n0Uk6F7QlPV+0A9XtrDTryf8aU+N/xa9Wk88xpslk/ Izgp1bfAgEL8A4ELFjqUabRTjK4um5mQi1Tk0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=nI6CRT1MwydvfqOPSDpAXym02nbZZ+6CoMYq9+oboA2mO3L9wWrbDi/xcxB5wqD3UP ZiONf6uZZM2t6L3QePtiG6NqzPk1JYv+S+cKPPq0B+VO9hccJjkjJtccM7pyDzXctueQ M8UPgHaxLR3LsyfFEHg4+YfZMo2AQfNK/Sdzc= MIME-Version: 1.0 Received: by 10.52.177.196 with SMTP id cs4mr1377520vdc.16.1300347926777; Thu, 17 Mar 2011 00:45:26 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.171.206 with HTTP; Thu, 17 Mar 2011 00:45:26 -0700 (PDT) In-Reply-To: <4D80EE33.7010703@janh.de> References: <20110314162936.d3f8fd5b.ray@dlink.ua> <4D80EE33.7010703@janh.de> Date: Thu, 17 Mar 2011 15:45:26 +0800 X-Google-Sender-Auth: Bx6qWXJGMUws1hHJ9wff-5CrZHQ Message-ID: From: Adrian Chadd To: Jan Henrik Sylvester Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Aleksandr Rybalko , current-list freebsd Subject: Re: [CFR]RT305xF support, w/o attachment X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2011 07:45:27 -0000 Is someone able to help me hunt down a mini-PCIe ralink card? I'd like to help Aleksandr include his SoC MIPS stuff to FreeBSD and as part of that I'd like to try and make this wireless driver work on supported PCI/PCIe cards. But I completely lack the hardware to do so, and I lack the time to hunt down hardware (and money to buy another EEEPC just to do it.) Thanks, adrian On 17 March 2011 01:06, Jan Henrik Sylvester wrote: > Hello! > > > On 01/-10/-28163 20:59, Aleksandr Rybalko wrote: > >> 3. RT2860 802.11n controller authors Damien Bergamini and Alexander >> Egorenkov >> http://my.ddteam.net/files/2011-03-14_rt2860.patch >> only modification to work with RT2872 (embedded to RT305[02]F) >> wrote by me. >> > > Is this supposed to work on its own bringing support for Ralink 2860 to > FreeBSD? (The one in the Asus EeePC 901/1000H according to > http://wiki.freebsd.org/AsusEee .) > > > Remaining issues: >> RT2860 support only Open(no crypto) mode for RT305[02]F >> > > Does this mean WPA should work for RT2860? (Just not for the chips you > added support for?) > > If this is supposed to bring RT2860 support to FreeBSD in general: > > - Should it work on amd64 and i386? > - Should it work on 8.2-RELEASE? > - Should it work as a module? > > In case this is all supposed to work: I tried to create a module on > 8.2-RELEASE/amd64 by adding a simple sys/modules/rt2860/Makefile (as I did > not want to modify my stock 8.2-RELEASE kernel). I only got to: > > In file included from > /usr/src/sys/modules/rt2860/../../dev/rt2860/rt2860.c:19: > @/dev/rt2860/rt2860_softc.h:52:24: error: opt_rt2860.h: No such file or > directory > > I do not find opt_rt2860.h anywhere in your patches. Assuming it was > optional, I have commented it out only to get to: > > cc1: warnings being treated as errors > /usr/src/sys/modules/rt2860/../../dev/rt2860/rt2860_pci.c:63: warning: > 'rt2860_pci_detach' declared 'static' but never defined > > Probably, I am doing something unsupported here (especially as there is no > if_rt2860_pci.c, which I would expect). > > Cheers, > Jan Henrik > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >