From owner-freebsd-mips@FreeBSD.ORG Wed Nov 17 10:52:20 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 0104A1065672 for ; Wed, 17 Nov 2010 10:52:20 +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 8CC588FC1A for ; Wed, 17 Nov 2010 10:52:19 +0000 (UTC) Received: by wyb35 with SMTP id 35so975736wyb.13 for ; Wed, 17 Nov 2010 02:52:18 -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:content-type; bh=N0vAieRbhVZITEZ82ZfGwkX+grWrHrJWJoGsdpZNEMU=; b=BEP9Z49Fr5XFH7brSi7Qj8fLi1VPmDSIpFAi09N/mPUUqMuP9TvA9yc+D1XEZB08JZ ji1VYIROz2SEWMvjIfhXKa7Mwnf5H/U9kZ5Ou3PIzQ91fqvgthQo8kQUjId2Z0C9xI44 gbLo8Hr0t1PE77nP97/0Zg4iuaaMREPz3F4jk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=EouZjzOlemJb7C2QKORCzzH3N+6Dh9zgLpf/1vuiKrlbe6GpDkf8uKPBDXYbqQkikZ tRb5MUljDygc4sedvvOl/eI/SQnmMc/66RJMQkMDi0sHf9A7G5bZ+cr62JoF4rzwVaXV lb20g7Q/kHouHCJXfkZT+S0v6HvHWBX1ThIIg= MIME-Version: 1.0 Received: by 10.227.151.148 with SMTP id c20mr9001610wbw.15.1289989469026; Wed, 17 Nov 2010 02:24:29 -0800 (PST) Received: by 10.227.135.84 with HTTP; Wed, 17 Nov 2010 02:24:28 -0800 (PST) Date: Wed, 17 Nov 2010 15:54:28 +0530 Message-ID: From: "Jayachandran C." To: freebsd-mips@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: MIPS on 8-STABLE - initial version 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, 17 Nov 2010 10:52:20 -0000 Hi all, I've been doing some initial work on merging the MIPS work from -CURRENT to 8-STABLE. At this point, I have an initial version at my user area under 'user/jchandra/8-stable-mips'. This is a copy of 8-STABLE with about 400 needed changesets for MIPS from -CURRENT merged, and other fixups done. This boots up multi-user on XLR with SMP and networking enabled. I will do further testing over the coming week and merge or do fixes. The merge commands and the merge output is at http://people.freebsd.org/~jchandra/8-stable-merge/ . I think I will have to change the mergepoints of most of the changesets outside sys. Even under sys, I see mergepoints at mips/rmi, mips/cavium etc, I don't know if this is intentional - if anybody knows please let me know. I would really appreciate if some of you could try it on your platforms an tell me if I am missing any changes. If all goes well, we can think of getting it into the stable tree... Thanks, JC. jchandra@freebsd.org