Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 1 Oct 2009 13:16:24 +0000 (UTC)
From:      Nathan Whitehorn <nwhitehorn@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   svn commit: r197668 - in projects/ppc64/sys/powerpc64: . conf powerpc64
Message-ID:  <200910011316.n91DGOS4052403@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910011316.n91DGOS4052403>