From owner-freebsd-current@FreeBSD.ORG Sun Mar 20 15:31:53 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 567CA1065670; Sun, 20 Mar 2011 15:31:53 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-vx0-f182.google.com (mail-vx0-f182.google.com [209.85.220.182]) by mx1.freebsd.org (Postfix) with ESMTP id E7DAD8FC24; Sun, 20 Mar 2011 15:31:52 +0000 (UTC) Received: by vxc34 with SMTP id 34so5347679vxc.13 for ; Sun, 20 Mar 2011 08:31:52 -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=hokF0exBawLHJyjFiTzJd7IiIzpEuYB6Gri6GmYLXFk=; b=wmCWaTXGczZsAnhtHs05Zqt/4byhjxmnnzYUE2wdVI95mBFUheB6zlo6DL6jObrafF oOViNBraTMWiujANRjFVsb3hxxX6QhbifdDN19rYB03kYdsZT/eMKpbEW0cNUql11Ddh dUff1/gvxvkwLmuIhXvCM7/jkMFUNNADXnYmM= 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=VzB5cL4zvFubuHCVkUcKl6NcWwbVuJGU/QRugWwC17Oy4kBRMai7XNcscMJmV8hgVI VusSN8NtcBYVVOpd9GbmWVucHzRPlcIHYLigH75OXKwnTiF4NepXivma0bazanCkA6H3 8SYgweuYKW4YYw7ylLOktTBQj2IdRU/tKNFYI= MIME-Version: 1.0 Received: by 10.52.18.74 with SMTP id u10mr3311754vdd.216.1300635111838; Sun, 20 Mar 2011 08:31:51 -0700 (PDT) Sender: adrian.chadd@gmail.com Received: by 10.52.165.34 with HTTP; Sun, 20 Mar 2011 08:31:51 -0700 (PDT) In-Reply-To: <20110314162936.d3f8fd5b.ray@dlink.ua> References: <20110314162936.d3f8fd5b.ray@dlink.ua> Date: Sun, 20 Mar 2011 23:31:51 +0800 X-Google-Sender-Auth: zk966uALnMllJAV0WL8mx2XgLrw Message-ID: From: Adrian Chadd To: Aleksandr Rybalko Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-current@freebsd.org, freebsd-mips@freebsd.org 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: Sun, 20 Mar 2011 15:31:53 -0000 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 broken anything. I'll then take responsibility in case it breaks anything else in the build. Aleksandr will take responsibility for fixing bugs. :) Thankyou for your hard work Aleksandr! Adrian On 14 March 2011 22:29, Aleksandr Rybalko wrote: > > Hello, all. > > I am pleased to present support for Ralink RT3050F/RT3052F MIPS SoC's for > FreeBSD. > > This patches add support of > 1. GPIO/Interrupt/System/UART controllers + internal bus > http://my.ddteam.net/files/2011-03-14_RT305xF_support.patch > 2. RT305xF embedded ethernet controller > http://my.ddteam.net/files/2011-03-14_RT305xF_ether_support.patch > 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. > > Also supported DWC like USB OTG controller, not included now, because have > many issues: > 1. Don't support SPIT transactions (FS device on HS Hub) yet. > 2. Don't support ISOC transactions yet. > 3. And have problems with some devices, possibly timing problem. > You can found it at > http://my.ddteam.net/hg/BASE/file/dd632189c3a0/head/sys/dev/usb/controller/ files dotg* > > > Also supported internal switch, not included now, because this part of not > done Switch API project. > You can found it at > http://my.ddteam.net/hg/BASE/file/dd632189c3a0/head/sys/dev/switch/ > > Remaining issues: > RT2860 support only Open(no crypto) mode for RT305[02]F > > Comments are welcome. > Want to know, what I do right or what wrong :) > > -- > Alexandr Rybalko > aka Alex RAY > _______________________________________________ > freebsd-mips@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-mips > To unsubscribe, send any mail to "freebsd-mips-unsubscribe@freebsd.org" >