From owner-freebsd-mips@FreeBSD.ORG Sun Mar 20 20:54:19 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 55AF2106566C for ; Sun, 20 Mar 2011 20:54:19 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id D5D118FC0C for ; Sun, 20 Mar 2011 20:54:18 +0000 (UTC) Received: by bwz12 with SMTP id 12so5197031bwz.13 for ; Sun, 20 Mar 2011 13:54:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:date:from:to:cc:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=5LTvz4fMgblTVNUGjXaUIqob+143dYSjtznqvt+btfo=; b=HNmyVelZ09Sz5rIq7r/9FyuDjlUss6We+knFytE4JH6R893CsSyftYvogleNFGw0OU rQOaRsELYAfV11JLH7s9YaEKv+07z4nlApZswo9bdEjPPDQ2V2oYQf1wRBoURHi8WbZ4 5H5kKknW/HPhz0iZtg9wK+14GqVo5ZVTf0RJo= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=c/owemQfC1eWI4p9XCMISXI+H1bzNhLVjjkTwPbXhlO2dD64nmZuOsmmIurQNwrtoj E9sA2DSzyK/hscdiyO1aqHr9B1rs9JPldCj4gKLmey8B0t5p2Gx62Uu1Ky46ztY775/B KtwH0yrMld8BZT4HzZ4LaFmYJUEv2APBAp1f4= Received: by 10.204.187.194 with SMTP id cx2mr407437bkb.167.1300652925591; Sun, 20 Mar 2011 13:28:45 -0700 (PDT) Received: from localhost ([178.125.242.167]) by mx.google.com with ESMTPS id 16sm560241bkm.6.2011.03.20.13.28.43 (version=SSLv3 cipher=OTHER); Sun, 20 Mar 2011 13:28:44 -0700 (PDT) Date: Sun, 20 Mar 2011 22:28:59 +0200 From: "Sergey V. Dyatko" To: Adrian Chadd Message-ID: <20110320222859.4cf96caf@gmail.com> In-Reply-To: References: <20110314162936.d3f8fd5b.ray@dlink.ua> X-Mailer: Claws Mail 3.7.8 (GTK+ 2.22.1; i386-portbld-freebsd9.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org, freebsd-mips@freebsd.org Subject: Re: [CFR]RT305xF support, w/o attachment X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Mar 2011 20:54:19 -0000 On Sun, 20 Mar 2011 23:31:51 +0800 Adrian Chadd 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 (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! > 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= > > 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 -- wbr, tiger