Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread PseudoCylon
I urge you to have a closer look at ral(4) and it's way of handling RT2500 and RT2600 specific differences. In it's simplest form you can copy the OpenBSD code 1:1 without any functional changes, heck, it's the source of this driver anyway. -- Bernhard I've look on

Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread Etienne Robillard
On 22/03/11 01:35 AM, PseudoCylon wrote: FreeBSD's if_runreg.h is the same as OpenBSD's if_rt2860reg.h. (Though, I have been ignoring syncing changes related to RT3090. run(4) doesn't supports it.) In fact, OpenBSD doesn't have if_runreg.h, instead they share if_rt2860reg.h. We can

Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread Etienne Robillard
as far my knowledge goes, radiation from multi-frequency subcarriers in a multi-path system such as a wireless network (802.11 a/g/n) or a microwave oven is something you definitely want to avoid sitting in while hacking FreeBSD... https://gthc.org/wiki/Advisories/OFDM_20110315 I may have done

Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread sthaug
as far my knowledge goes, radiation from multi-frequency subcarriers in a multi-path system such as a wireless network (802.11 a/g/n) or a microwave oven is something you definitely want to avoid sitting in while hacking FreeBSD... https://gthc.org/wiki/Advisories/OFDM_20110315 I may

Re: [CFR]RT305xF support, w/o attachment

2011-03-22 Thread James Phillips
Date: Tue, 22 Mar 2011 06:46:12 -0400 From: Etienne Robillard e...@gthcfoundation.org Subject: Re: [CFR]RT305xF support, w/o attachment To: Adrian Chadd adr...@freebsd.org Cc: freebsd-current@freebsd.org Message-ID: 4d887df4.6060...@gthcfoundation.org Content-Type: text/plain; charset=ISO

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Bernhard Schmidt
On Monday 21 March 2011 00:16:01 Aleksandr Rybalko wrote: On Mon, 21 Mar 2011 05:59:45 +0800 Adrian Chadd adr...@freebsd.org wrote: On 21 March 2011 04:28, Sergey V. Dyatko sergey.dya...@gmail.com wrote: Last patch from Aleksandr 'works fine for me', so... may be rt2860 should

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Aleksandr Rybalko
Hi, On Mon, 21 Mar 2011 07:04:22 +0100 Bernhard Schmidt bschm...@freebsd.org wrote: On Monday 21 March 2011 00:16:01 Aleksandr Rybalko wrote: On Mon, 21 Mar 2011 05:59:45 +0800 Adrian Chadd adr...@freebsd.org wrote: On 21 March 2011 04:28, Sergey V. Dyatko sergey.dya...@gmail.com

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Bernhard Schmidt
On Monday, March 21, 2011 10:29:11 Aleksandr Rybalko wrote: Hi, On Mon, 21 Mar 2011 07:04:22 +0100 Bernhard Schmidt bschm...@freebsd.org wrote: On Monday 21 March 2011 00:16:01 Aleksandr Rybalko wrote: On Mon, 21 Mar 2011 05:59:45 +0800 Adrian Chadd adr...@freebsd.org wrote:

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Aleksandr Rybalko
On Mon, 21 Mar 2011 11:00:49 +0100 Bernhard Schmidt bschm...@freebsd.org wrote: On Monday, March 21, 2011 10:29:11 Aleksandr Rybalko wrote: Hi, On Mon, 21 Mar 2011 07:04:22 +0100 Bernhard Schmidt bschm...@freebsd.org wrote: On Monday 21 March 2011 00:16:01 Aleksandr Rybalko wrote:

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Etienne Robillard
So can You (or someone else) hint me, how to done this? switch (what to do) { case 'Remake run to support PCI and SoC interface': Much work to make driver bus independent; case 'Port OpenBSD one': driver do not support SoC (SoC device don't have MCU); break; case 'Place

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Andriy Gapon
on 21/03/2011 13:04 Etienne Robillard said the following: So can You (or someone else) hint me, how to done this? switch (what to do) { case 'Remake run to support PCI and SoC interface': Much work to make driver bus independent; case 'Port OpenBSD one': driver do not support

Re: [CFR]RT305xF support, w/o attachment

2011-03-21 Thread Etienne Robillard
I am not sure why this thread has deserved your attention - not everyone has as good mastery of English as you do. And sometimes some people are more prone to doubts. FYI im not very good in English as its not my main language too. However constructive comments are usually

Re: [CFR]RT305xF support, w/o attachment

2011-03-20 Thread Adrian Chadd
Hi all, I plan on tidying up the initial support patch (removing some of the stuff that snuck in from the ethernet, switch and wifi parts) and committing this sometime in the next week or so. I don't (yet) have hardware to test it myself. I'll just do a compile run and try to make sure it hasn't

Re: [CFR]RT305xF support, w/o attachment

2011-03-20 Thread Sergey V. Dyatko
On Sun, 20 Mar 2011 23:31:51 +0800 Adrian Chadd adr...@freebsd.org wrote: Hi all, Hi, Adrian I plan on tidying up the initial support patch (removing some of the stuff that snuck in from the ethernet, switch and wifi parts) and committing this sometime in the next week or so. I don't

Re: [CFR]RT305xF support, w/o attachment

2011-03-20 Thread Adrian Chadd
On 21 March 2011 04:28, Sergey V. Dyatko sergey.dya...@gmail.com wrote: Last patch from Aleksandr 'works fine for me', so... may be rt2860 should be replaced to 'rt' for example ? rt0: flags= blah-blah-blah IHMO looks more .nice(?) than rt28600: flags= Yup, that's a good idea.

Re: [CFR]RT305xF support, w/o attachment

2011-03-20 Thread Aleksandr Rybalko
On Mon, 21 Mar 2011 05:59:45 +0800 Adrian Chadd adr...@freebsd.org wrote: On 21 March 2011 04:28, Sergey V. Dyatko sergey.dya...@gmail.com wrote: Last patch from Aleksandr 'works fine for me', so... may be rt2860 should be replaced to 'rt' for example ? rt0: flags= blah-blah-blah IHMO

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Adrian Chadd
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

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Sergey V. Dyatko
On Thu, 17 Mar 2011 15:45:26 +0800 Adrian Chadd adr...@freebsd.org wrote: 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

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Adrian Chadd
Cool! You've just volunteered to help Aleksandr at least get the driver compiling, probing and attaching. :) I'll review and commit something to head when you have it somewhat working, ok? :) Adrian (Cool, I can get back to fixing if_ath issues.) On 17 March 2011 16:08, Sergey V. Dyatko

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Sergey V. Dyatko
On Thu, 17 Mar 2011 16:57:49 +0800 Adrian Chadd adr...@freebsd.org wrote: Cool! You've just volunteered to help Aleksandr at least get the driver compiling, probing and attaching. :) I'll review and commit something to head when you have it somewhat working, ok? :) sure, cause I tired

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Aleksandr Rybalko
Hi again! On Wed, 16 Mar 2011 20:44:05 +0200 Aleksandr Rybalko r...@ddteam.net wrote: Hi, On Wed, 16 Mar 2011 18:06:59 +0100 Jan Henrik Sylvester m...@janh.de wrote: Hello! On 01/-10/-28163 20:59, Aleksandr Rybalko wrote: 3. RT2860 802.11n controller authors Damien Bergamini and

Re: [CFR]RT305xF support, w/o attachment

2011-03-17 Thread Sergey V. Dyatko
On Thu, 17 Mar 2011 13:26:16 +0200 Aleksandr Rybalko r...@dlink.ua wrote: Hi again! On Wed, 16 Mar 2011 20:44:05 +0200 Aleksandr Rybalko r...@ddteam.net wrote: Hi, On Wed, 16 Mar 2011 18:06:59 +0100 Jan Henrik Sylvester m...@janh.de wrote: Hello! On 01/-10/-28163

Re: [CFR]RT305xF support, w/o attachment

2011-03-16 Thread Jan Henrik Sylvester
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

Re: [CFR]RT305xF support, w/o attachment

2011-03-16 Thread Aleksandr Rybalko
Hi, On Wed, 16 Mar 2011 18:06:59 +0100 Jan Henrik Sylvester m...@janh.de 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