From owner-svn-src-all@FreeBSD.ORG Thu Feb 25 11:54:10 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C02D5106564A; Thu, 25 Feb 2010 11:54:10 +0000 (UTC) (envelope-from imp@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id AFC9A8FC14; Thu, 25 Feb 2010 11:54:10 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id o1PBsAQ1002571; Thu, 25 Feb 2010 11:54:10 GMT (envelope-from imp@svn.freebsd.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id o1PBsATM002569; Thu, 25 Feb 2010 11:54:10 GMT (envelope-from imp@svn.freebsd.org) Message-Id: <201002251154.o1PBsATM002569@svn.freebsd.org> From: Warner Losh Date: Thu, 25 Feb 2010 11:54:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r204305 - head/sys/conf X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 Feb 2010 11:54:10 -0000 Author: imp Date: Thu Feb 25 11:54:10 2010 New Revision: 204305 URL: http://svn.freebsd.org/changeset/base/204305 Log: Add CPU_CNMIPS for the core that's in Octeon CPUs. Modified: head/sys/conf/options.mips Modified: head/sys/conf/options.mips ============================================================================== --- head/sys/conf/options.mips Thu Feb 25 10:40:52 2010 (r204304) +++ head/sys/conf/options.mips Thu Feb 25 11:54:10 2010 (r204305) @@ -34,6 +34,7 @@ CPU_MIPS64 opt_global.h CPU_SENTRY5 opt_global.h CPU_HAVEFPU opt_global.h CPU_SB1 opt_global.h +CPU_CNMIPS opt_global.h ISA_MIPS1 opt_cputype.h ISA_MIPS3 opt_cputype.h