From owner-freebsd-mips@freebsd.org Wed Dec 16 22:18:00 2015 Return-Path: Delivered-To: freebsd-mips@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 13A6FA4A3AB for ; Wed, 16 Dec 2015 22:18:00 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ig0-x233.google.com (mail-ig0-x233.google.com [IPv6:2607:f8b0:4001:c05::233]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D6EE61BB5 for ; Wed, 16 Dec 2015 22:17:59 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: by mail-ig0-x233.google.com with SMTP id jw2so8881811igc.1 for ; Wed, 16 Dec 2015 14:17:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=Y8Z/uUr4CCRi8Xo55ecFsLEmtO0Zb9XKzf0AyhTGstY=; b=pwujcDpoaQtTeI4+F9HCKUmMtwJBg31wJlbz7Rj5XlYasQ7FL/3lt2H9wzq60OI9OB ICsIwEvjjraq8O1p4a7VBhvHpab1e7jpjIxYIfrEkQwkgIj5NG8WYwSCBUOD2vBWg3Lm zwzaB+QOfAb/dZKRRz5jPZkXfyqrMVWXas6Vgm4uKBy8uLgbA/WbwN+WkwcndQw4Pfsf ZGlHPBW45dv3lnqvMEIh0jlENBdETaFG84/SUAbfQyQcR0h+6zn61UpiPtj7bBy3DMg6 pEw6sbtkK8AIQZudrU3XviLB+b7w0MiaqgN4acFcCCx4W91GXsoUl0rYDecn+SCukEkw f7Cw== MIME-Version: 1.0 X-Received: by 10.107.10.199 with SMTP id 68mr42252305iok.75.1450304279192; Wed, 16 Dec 2015 14:17:59 -0800 (PST) Received: by 10.36.121.202 with HTTP; Wed, 16 Dec 2015 14:17:59 -0800 (PST) In-Reply-To: <20151216235940.a64abad2f956da5dbdacf275@ddteam.net> References: <1479DFB0-6B63-4886-B9BA-8F95A44A8ED9@gmail.com> <20151216140557.54abbafbc1a2093be65099dc@ddteam.net> <8E7B6604-AAE1-489B-82C1-BD935A7DCBE9@gmail.com> <20151216200107.15197a94af0d5f79c5a7c401@ddteam.net> <20151216235940.a64abad2f956da5dbdacf275@ddteam.net> Date: Wed, 16 Dec 2015 14:17:59 -0800 Message-ID: Subject: Re: Initial support for MT7620 From: Adrian Chadd To: Aleksandr Rybalko Cc: Stanislav Galabov , "freebsd-mips@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Dec 2015 22:18:00 -0000 Ok, there's a lot of new work in this patch you sent me. It'd have to be broken into smaller pieces. So yeah, I may end up doing the temporary stuff as part of this work, because it'll at least make it easier to add more derivative chipsets. I also have the intrng mips stuff from kan@ to intergrate into -head. Can you poke the patch author to see if they're willing to work with us to break this patchset out into smaller pieces? -adrian