From owner-freebsd-mips@FreeBSD.ORG Sat Nov 27 13:12:36 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 2536F10656BE; Sat, 27 Nov 2010 13:12:36 +0000 (UTC) (envelope-from c.jayachandran@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 65E088FC13; Sat, 27 Nov 2010 13:12:35 +0000 (UTC) Received: by wyf19 with SMTP id 19so2806606wyf.13 for ; Sat, 27 Nov 2010 05:12:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:cc:content-type; bh=xyh2Q1VjpieA4mlnNeEyJ8QcLxFNgGDMS4j472wyifk=; b=Xk2llS3gUe4mZpOykvLRgKY6I7UqKF+dx/tUzqa9eUoPHEn6JEWt9bl8vQ0u4zcii1 N/OuyMEIqCn+4W0Y9SkcOZEW+VYIqQICQzHT8as3tCVVkxVRlJldypw/fnX7jZDWvt98 wip1hVyMsPc9imoky8uk+P/qAk3zRQKhs8uUU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type; b=bMDDNadvJLKHEJzXBK4WLqHiXDFe+fCGIcteeGf7IfbbFghdnj2IZo6z74XG+acQb2 tNwprGcYiKzb7u7C1cjZ0zdsYpncy14eo9EXw7fH7NWdqWHHBCrDyYsq2i4GrTduSOAw n5eQ9SmXnQWsjZthAb8khjv8dB2/2KRvGIaY4= MIME-Version: 1.0 Received: by 10.227.128.211 with SMTP id l19mr3620819wbs.73.1290863554195; Sat, 27 Nov 2010 05:12:34 -0800 (PST) Received: by 10.227.135.84 with HTTP; Sat, 27 Nov 2010 05:12:34 -0800 (PST) Date: Sat, 27 Nov 2010 18:42:34 +0530 Message-ID: From: "Jayachandran C." To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Cc: Neel Natu Subject: mips merged into 8-STABLE 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: Sat, 27 Nov 2010 13:12:36 -0000 Hi all, I've merged MIPS to 8-STABLE, currently just XLR works, but I think most other platforms can be made to work with minor fixes. To get octeon platform working we need to MFC some toolchain changes. I'll have a look at this if nobody volunteers. The mips/mips/tick.c is still missing some changes from -CURRENT. Please checkout stable/8 and let me know if you find any issues. Many thanks goes to alc@ and kib@ for reviews of the non-MIPS bits and merge approval. JC.