From owner-svn-src-projects@FreeBSD.ORG Thu Oct 1 13:16:25 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 073DC106566B; Thu, 1 Oct 2009 13:16:25 +0000 (UTC) (envelope-from nwhitehorn@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id EC1668FC47; Thu, 1 Oct 2009 13:16:24 +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 n91DGOL4052408; Thu, 1 Oct 2009 13:16:24 GMT (envelope-from nwhitehorn@svn.freebsd.org) Received: (from nwhitehorn@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n91DGOS4052403; Thu, 1 Oct 2009 13:16:24 GMT (envelope-from nwhitehorn@svn.freebsd.org) Message-Id: <200910011316.n91DGOS4052403@svn.freebsd.org> From: Nathan Whitehorn Date: Thu, 1 Oct 2009 13:16:24 +0000 (UTC) To: src-committers@freebsd.org, svn-src-projects@freebsd.org X-SVN-Group: projects MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r197668 - in projects/ppc64/sys/powerpc64: . conf powerpc64 X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Oct 2009 13:16:25 -0000 Author: nwhitehorn Date: Thu Oct 1 13:16:24 2009 New Revision: 197668 URL: http://svn.freebsd.org/changeset/base/197668 Log: Temporarily add a stub sys/powerpc64 while the build system is wrangled into supporting multi-architecture platforms. This takes advantage of being able to commit symlinks in svn in order to share sys/powerpc64/include and sys/powerpc64/powerpc64/genassym.c, which config really, really wants to be in those places. Added: projects/ppc64/sys/powerpc64/ projects/ppc64/sys/powerpc64/conf/ - copied from r196960, projects/ppc64/sys/powerpc/conf/ projects/ppc64/sys/powerpc64/include (contents, props changed) projects/ppc64/sys/powerpc64/powerpc64/ projects/ppc64/sys/powerpc64/powerpc64/genassym.c (contents, props changed) Deleted: projects/ppc64/sys/powerpc64/conf/MPC85XX Modified: projects/ppc64/sys/powerpc64/conf/DEFAULTS projects/ppc64/sys/powerpc64/conf/GENERIC Modified: projects/ppc64/sys/powerpc64/conf/DEFAULTS ============================================================================== --- projects/ppc64/sys/powerpc/conf/DEFAULTS Tue Sep 8 04:08:14 2009 (r196960) +++ projects/ppc64/sys/powerpc64/conf/DEFAULTS Thu Oct 1 13:16:24 2009 (r197668) @@ -3,7 +3,7 @@ # # $FreeBSD$ -machine powerpc +machine powerpc64 # Pseudo devices. device mem # Memory and kernel memory devices Modified: projects/ppc64/sys/powerpc64/conf/GENERIC ============================================================================== --- projects/ppc64/sys/powerpc/conf/GENERIC Tue Sep 8 04:08:14 2009 (r196960) +++ projects/ppc64/sys/powerpc64/conf/GENERIC Thu Oct 1 13:16:24 2009 (r197668) @@ -19,6 +19,7 @@ # $FreeBSD$ cpu AIM +cpu CELL ident GENERIC #To statically compile in device wiring instead of /boot/device.hints @@ -28,7 +29,7 @@ makeoptions DEBUG=-g #Build kernel with # Platform support options POWERMAC #NewWorld Apple PowerMacs -options PSIM #GDB PSIM ppc simulator +options MAMBO #IBM Systemsim ppc simulator options SCHED_ULE #ULE scheduler options INET #InterNETworking @@ -51,7 +52,6 @@ options PSEUDOFS #Pseudo-filesystem fr options GEOM_PART_GPT #GUID Partition Tables. options GEOM_LABEL #Provides labelization options COMPAT_43TTY #BSD 4.3 TTY compat (sgtty) -options COMPAT_FREEBSD4 #Keep this for a while options COMPAT_FREEBSD5 #Compatible with FreeBSD5 options COMPAT_FREEBSD6 #Compatible with FreeBSD6 options COMPAT_FREEBSD7 #Compatible with FreeBSD7 @@ -79,7 +79,7 @@ options WITNESS_SKIPSPIN #Don't run wit #options SMP # Symmetric MultiProcessor Kernel # CPU frequency control -device cpufreq +#device cpufreq # Standard busses device pci @@ -112,7 +112,6 @@ device uart # PCI Ethernet NICs that use the common MII bus controller code. device miibus # MII bus support device bge # Broadcom BCM570xx Gigabit Ethernet -device bm # Apple BMAC Ethernet device gem # Sun GEM/Sun ERI/Apple GMAC device dc # DEC/Intel 21143 and various workalikes device fxp # Intel EtherExpress PRO/100B (82557, 82558) @@ -163,7 +162,6 @@ device smu # Apple System Management U # ADB support device adb -device cuda device pmu # Powermac I2C support Added: projects/ppc64/sys/powerpc64/include ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/ppc64/sys/powerpc64/include Thu Oct 1 13:16:24 2009 (r197668) @@ -0,0 +1 @@ +link ../powerpc/include \ No newline at end of file Added: projects/ppc64/sys/powerpc64/powerpc64/genassym.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ projects/ppc64/sys/powerpc64/powerpc64/genassym.c Thu Oct 1 13:16:24 2009 (r197668) @@ -0,0 +1 @@ +link ../../powerpc/powerpc/genassym.c \ No newline at end of file