svn commit: r238034 - head/sys/powerpc/conf

Marcel Moolenaar marcel at FreeBSD.org
Mon Jul 2 21:25:25 UTC 2012


Author: marcel
Date: Mon Jul  2 21:25:24 2012
New Revision: 238034
URL: http://svn.freebsd.org/changeset/base/238034

Log:
  Remove device uart_z8530 and options GEOM_PART_APM from DEFAULTS and instead
  add them to GENERIC and GENERIC64. They are applicable to Apple H/W and not
  at all for Book-E platforms.

Modified:
  head/sys/powerpc/conf/DEFAULTS
  head/sys/powerpc/conf/GENERIC
  head/sys/powerpc/conf/GENERIC64

Modified: head/sys/powerpc/conf/DEFAULTS
==============================================================================
--- head/sys/powerpc/conf/DEFAULTS	Mon Jul  2 21:21:12 2012	(r238033)
+++ head/sys/powerpc/conf/DEFAULTS	Mon Jul  2 21:25:24 2012	(r238034)
@@ -8,9 +8,7 @@ device		mem		# Memory and kernel memory 
 
 # UART chips on this platform
 device		uart_ns8250
-device		uart_z8530
 
-options 	GEOM_PART_APM
 options 	GEOM_PART_MBR
 
 options         NEW_PCIB

Modified: head/sys/powerpc/conf/GENERIC
==============================================================================
--- head/sys/powerpc/conf/GENERIC	Mon Jul  2 21:21:12 2012	(r238033)
+++ head/sys/powerpc/conf/GENERIC	Mon Jul  2 21:25:24 2012	(r238034)
@@ -49,6 +49,7 @@ options 	MSDOSFS			#MSDOS Filesystem
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		#Pseudo-filesystem framework
+options 	GEOM_PART_APM		#Apple Partition Maps.
 options 	GEOM_PART_GPT		#GUID Partition Tables.
 options 	GEOM_LABEL		#Provides labelization
 options 	COMPAT_FREEBSD4		#Keep this for a while
@@ -127,6 +128,7 @@ makeoptions	SC_DFLT_FONT=cp437
 # Serial (COM) ports
 device		scc
 device		uart
+device		uart_z8530
 
 # PCI Ethernet NICs that use the common MII bus controller code.
 device		miibus		# MII bus support

Modified: head/sys/powerpc/conf/GENERIC64
==============================================================================
--- head/sys/powerpc/conf/GENERIC64	Mon Jul  2 21:21:12 2012	(r238033)
+++ head/sys/powerpc/conf/GENERIC64	Mon Jul  2 21:25:24 2012	(r238034)
@@ -49,6 +49,7 @@ options 	MSDOSFS			#MSDOS Filesystem
 options 	CD9660			#ISO 9660 Filesystem
 options 	PROCFS			#Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		#Pseudo-filesystem framework
+options 	GEOM_PART_APM		#Apple Partition Maps.
 options 	GEOM_PART_GPT		#GUID Partition Tables.
 options 	GEOM_LABEL		#Provides labelization
 options 	COMPAT_FREEBSD32	#Compatible with FreeBSD/powerpc binaries
@@ -125,6 +126,7 @@ makeoptions	SC_DFLT_FONT=cp437
 # Serial (COM) ports
 device		scc
 device		uart
+device		uart_z8530
 
 # Ethernet hardware
 device		glc		# Sony Playstation 3 Ethernet


More information about the svn-src-head mailing list