From owner-freebsd-mips@FreeBSD.ORG Wed Aug 18 05:39:07 2010 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 48E561065697 for ; Wed, 18 Aug 2010 05:39:07 +0000 (UTC) (envelope-from adrian.chadd@gmail.com) Received: from mail-ew0-f54.google.com (mail-ew0-f54.google.com [209.85.215.54]) by mx1.freebsd.org (Postfix) with ESMTP id D0BAE8FC1B for ; Wed, 18 Aug 2010 05:39:06 +0000 (UTC) Received: by ewy26 with SMTP id 26so109885ewy.13 for ; Tue, 17 Aug 2010 22:39:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=omorMvZEwOaX2OdFw+mBI38KDyFR5oV5KBguUPMrKUE=; b=YDGMxxYKfPMG4/F7s4uSs86lXMFOHqzeziaDm7vwGVD59gRmJ03nZ/BXK378OADF8f uViZ0fF/ySEXRgA2W9vLUpBomxt+hiiCezlaFW8Wp4NxXen+o/Z1KH/AELG+JqM0OmD8 mM/Bz4Q25Wkf6c/8YPtBVCSsTqb7/wexDw85w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=pCqYBc18mnxQFdjTZ3d2Lk2Rpc68Md7fhvPnH8j7JW1Yl2dQrvHDfWBcEpHekjYrYE ImPlEeVBREjoCADMlZMAM12FGX1X5wwcUv+PU7qfRzR/HIs8Nqd1JyUy7K0In8VOqxaJ UYMpKOYKFwS8Wg/zCKQ27ofmaoHfy0/vsAABs= MIME-Version: 1.0 Received: by 10.213.20.77 with SMTP id e13mr1608780ebb.59.1282109945787; Tue, 17 Aug 2010 22:39:05 -0700 (PDT) Received: by 10.213.108.205 with HTTP; Tue, 17 Aug 2010 22:39:05 -0700 (PDT) In-Reply-To: References: Date: Wed, 18 Aug 2010 13:39:05 +0800 Message-ID: From: Adrian Chadd To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: WIP: AR91XX (and AR724X, maybe) support 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: Wed, 18 Aug 2010 05:39:07 -0000 > http://people.freebsd.org/~adrian/rspro/ar91xx-support.1.diff I'm going to commit the AR71XX specific bits and the CPU ops tonight. I can then convert over the bits of the codebase that needs CPU specific bits (WB prodding, USB setup, device enable/disable) without breaking the tree. I'll then commit the AR91XX and part of the AR724X support once I've rewritten the GPL bits. Adrian