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

Justin Hibbits jhibbits at FreeBSD.org
Mon Oct 24 04:21:08 UTC 2016


Author: jhibbits
Date: Mon Oct 24 04:21:06 2016
New Revision: 307841
URL: https://svnweb.freebsd.org/changeset/base/307841

Log:
  Add a bunch of new default options to MPC85XX* configs
  
  These were tested at various points but never merged into the configs at the
  time.

Modified:
  head/sys/powerpc/conf/MPC85XX
  head/sys/powerpc/conf/MPC85XXSPE

Modified: head/sys/powerpc/conf/MPC85XX
==============================================================================
--- head/sys/powerpc/conf/MPC85XX	Mon Oct 24 03:42:34 2016	(r307840)
+++ head/sys/powerpc/conf/MPC85XX	Mon Oct 24 04:21:06 2016	(r307841)
@@ -58,6 +58,10 @@ options 	SYSVSEM
 options 	SYSVSHM
 options 	WITNESS
 options 	WITNESS_SKIPSPIN
+options 	COMPAT_FREEBSD10
+options 	HWPMC_HOOKS
+options 	KDTRACE_HOOKS		# Kernel DTrace hooks
+options 	DDB_CTF			# Kernel ELF linker loads CTF data
 
 device		ata
 device		bpf
@@ -86,6 +90,7 @@ device		scbus
 device		scc
 device		sec
 device		tsec
+device  	dpaa
 device		tun
 device		uart
 options 	USB_DEBUG	# enable debug msgs
@@ -98,3 +103,5 @@ device		vlan
 # P1022 DIU
 device  	diu
 device  	videomode
+device  	vt
+device  	fbd

Modified: head/sys/powerpc/conf/MPC85XXSPE
==============================================================================
--- head/sys/powerpc/conf/MPC85XXSPE	Mon Oct 24 03:42:34 2016	(r307840)
+++ head/sys/powerpc/conf/MPC85XXSPE	Mon Oct 24 04:21:06 2016	(r307841)
@@ -58,6 +58,10 @@ options 	SYSVSEM
 options 	SYSVSHM
 options 	WITNESS
 options 	WITNESS_SKIPSPIN
+options 	COMPAT_FREEBSD10
+options 	HWPMC_HOOKS
+options 	KDTRACE_HOOKS		# Kernel DTrace hooks
+options 	DDB_CTF			# Kernel ELF linker loads CTF data
 
 device		ata
 device		bpf
@@ -86,6 +90,7 @@ device		scbus
 device		scc
 device		sec
 device		tsec
+device  	dpaa
 device		tun
 device		uart
 options 	USB_DEBUG	# enable debug msgs
@@ -98,3 +103,5 @@ device		vlan
 # P1022 DIU
 device  	diu
 device  	videomode
+device  	vt
+device  	fbd


More information about the svn-src-all mailing list