From owner-p4-projects@FreeBSD.ORG Fri Apr 11 17:14:14 2008 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 3750E1065675; Fri, 11 Apr 2008 17:14:14 +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 E9A3C1065673 for ; Fri, 11 Apr 2008 17:14:13 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id B4C2D8FC0A for ; Fri, 11 Apr 2008 17:14:13 +0000 (UTC) (envelope-from rrs@cisco.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id m3BHEDmO054897 for ; Fri, 11 Apr 2008 17:14:13 GMT (envelope-from rrs@cisco.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id m3BHEDhd054895 for perforce@freebsd.org; Fri, 11 Apr 2008 17:14:13 GMT (envelope-from rrs@cisco.com) Date: Fri, 11 Apr 2008 17:14:13 GMT Message-Id: <200804111714.m3BHEDhd054895@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to rrs@cisco.com using -f From: "Randall R. Stewart" To: Perforce Change Reviews Cc: Subject: PERFORCE change 139828 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: Fri, 11 Apr 2008 17:14:14 -0000 http://perforce.freebsd.org/chv.cgi?CH=139828 Change 139828 by rrs@rrs-mips2-jnpr on 2008/04/11 17:13:36 Need added make option. Affected files ... .. //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#15 edit Differences ... ==== //depot/projects/mips2-jnpr/src/sys/mips/conf/OCTEON_rrs#15 (text+ko) ==== @@ -25,7 +25,7 @@ # Don't build any modules yet. makeoptions MODULES_OVERRIDE="" - +makeoptions TARGET_BIG_ENDIAN=defined options KERNVIRTADDR=0x80100000 include "../mips32/octeon32/std.octeon32" @@ -43,13 +43,13 @@ options SCHED_4BSD #4BSD scheduler options INET #InterNETworking -#options NFSCLIENT #Network Filesystem Client -#options NFS_ROOT #NFS usable as /, requires NFSCLIENT +options NFSCLIENT #Network Filesystem Client +options NFS_ROOT #NFS usable as /, requires NFSCLIENT options PSEUDOFS #Pseudo-filesystem framework options _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions options FFS #Berkeley Fast Filesystem -options BOOTP +#options BOOTP options SOFTUPDATES #Enable FFS soft updates support options UFS_ACL #Support for access control lists options UFS_DIRHASH #Improve performance on big directories @@ -57,8 +57,8 @@ # Debugging for use in -current #options INVARIANTS #Enable calls of extra sanity checking #options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS -options WITNESS #Enable checks to detect deadlocks and cycles -options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed +#options WITNESS #Enable checks to detect deadlocks and cycles +#options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed options WITNESS_KDB # break to debugger on witness warnings device genclock @@ -69,6 +69,8 @@ device uart device rgmii device octeon_cf +device pty +device random #options VERBOSE_SYSINIT #options SMP @@ -84,3 +86,6 @@ #options ROOTDEVNAME = \"ufs:md0\" #options MD_ROOT_SIZE = 25200 #options TARGET_EMULATOR +options INET6 #IPv6 communications protocols +options SCTP #SCTP +