From owner-p4-projects@FreeBSD.ORG Wed Jan 23 22:16:53 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 0031F16A468; Wed, 23 Jan 2008 22:16:52 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BA14B16A420 for ; Wed, 23 Jan 2008 22:16:52 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B921F13C447 for ; Wed, 23 Jan 2008 22:16:52 +0000 (UTC) (envelope-from imp@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m0NMGqNx018097 for ; Wed, 23 Jan 2008 22:16:52 GMT (envelope-from imp@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m0NMGqp7018094 for perforce@freebsd.org; Wed, 23 Jan 2008 22:16:52 GMT (envelope-from imp@freebsd.org) Date: Wed, 23 Jan 2008 22:16:52 GMT Message-Id: <200801232216.m0NMGqp7018094@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to imp@freebsd.org using -f From: Warner Losh To: Perforce Change Reviews Cc: Subject: PERFORCE change 133954 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Jan 2008 22:16:53 -0000 http://perforce.freebsd.org/chv.cgi?CH=133954 Change 133954 by imp@imp_paco-paco on 2008/01/23 22:16:41 Introduce new ISA_MIPSxx directives for the ISA we're building against. This is similar to the CPU_ directives, but specifically orthagonal. I used the netbsd convention of 'opt_cputype.h' for these options, although the names differ from NetBSD... This is an area of evolving thought: so it may change. Affected files ... .. //depot/projects/mips2-jnpr/src/sys/conf/options.mips#3 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/conf/options.mips#3 (text+ko) ==== @@ -6,6 +6,13 @@ CPU_NOFPU opt_global.h CPU_SENTRY5 opt_global.h +ISA_MIPS1 opt_cputype.h +ISA_MIPS3 opt_cputype.h +ISA_MIPS32 opt_cputype.h +ISA_MIPS32v2 opt_cputype.h +ISA_MIPS64 opt_cputype.h +ISA_MIPS64v2 opt_cputype.h + YAMON opt_global.h CFE opt_global.h CFE_CONSOLE opt_global.h