Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 10 Jun 2011 20:55:37 +0000
From:      gk@FreeBSD.org
To:        svn-soc-all@FreeBSD.org
Subject:   socsvn commit: r223087 - in soc2011/gk/ino64-head/sys: amd64/conf conf i386/conf ia64/conf pc98/conf powerpc/conf sparc64/conf
Message-ID:  <20110610205537.5E4EF1065673@hub.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: gk
Date: Fri Jun 10 20:55:37 2011
New Revision: 223087
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=223087

Log:
  Add COMPAT_FREEBSD8 option to kernel configs

Modified:
  soc2011/gk/ino64-head/sys/amd64/conf/GENERIC
  soc2011/gk/ino64-head/sys/conf/NOTES
  soc2011/gk/ino64-head/sys/conf/options
  soc2011/gk/ino64-head/sys/i386/conf/GENERIC
  soc2011/gk/ino64-head/sys/i386/conf/XEN
  soc2011/gk/ino64-head/sys/ia64/conf/GENERIC
  soc2011/gk/ino64-head/sys/pc98/conf/GENERIC
  soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC
  soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC64
  soc2011/gk/ino64-head/sys/sparc64/conf/GENERIC

Modified: soc2011/gk/ino64-head/sys/amd64/conf/GENERIC
==============================================================================
--- soc2011/gk/ino64-head/sys/amd64/conf/GENERIC	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/amd64/conf/GENERIC	Fri Jun 10 20:55:37 2011	(r223087)
@@ -49,6 +49,7 @@
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		# Compatible with FreeBSD8
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	KTRACE			# ktrace(1) support
 options 	STACK			# stack(9) support

Modified: soc2011/gk/ino64-head/sys/conf/NOTES
==============================================================================
--- soc2011/gk/ino64-head/sys/conf/NOTES	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/conf/NOTES	Fri Jun 10 20:55:37 2011	(r223087)
@@ -326,6 +326,9 @@
 # Enable FreeBSD7 compatibility syscalls
 options 	COMPAT_FREEBSD7
 
+# Enable FreeBSD8 compatibility syscalls
+options 	COMPAT_FREEBSD8
+
 #
 # These three options provide support for System V Interface
 # Definition-style interprocess communication, in the form of shared

Modified: soc2011/gk/ino64-head/sys/conf/options
==============================================================================
--- soc2011/gk/ino64-head/sys/conf/options	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/conf/options	Fri Jun 10 20:55:37 2011	(r223087)
@@ -71,6 +71,7 @@
 COMPAT_FREEBSD5	opt_compat.h
 COMPAT_FREEBSD6	opt_compat.h
 COMPAT_FREEBSD7	opt_compat.h
+COMPAT_FREEBSD8	opt_compat.h
 COMPILING_LINT	opt_global.h
 COMPRESS_USER_CORES opt_core.h
 CY_PCI_FASTINTR

Modified: soc2011/gk/ino64-head/sys/i386/conf/GENERIC
==============================================================================
--- soc2011/gk/ino64-head/sys/i386/conf/GENERIC	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/i386/conf/GENERIC	Fri Jun 10 20:55:37 2011	(r223087)
@@ -50,6 +50,7 @@
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		# Compatible with FreeBSD8
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	KTRACE			# ktrace(1) support
 options 	STACK			# stack(9) support

Modified: soc2011/gk/ino64-head/sys/i386/conf/XEN
==============================================================================
--- soc2011/gk/ino64-head/sys/i386/conf/XEN	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/i386/conf/XEN	Fri Jun 10 20:55:37 2011	(r223087)
@@ -35,6 +35,7 @@
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		# Compatible with FreeBSD8
 options 	KTRACE			# ktrace(1) support
 options 	STACK			# stack(9) support
 options 	SYSVSHM			# SYSV-style shared memory

Modified: soc2011/gk/ino64-head/sys/ia64/conf/GENERIC
==============================================================================
--- soc2011/gk/ino64-head/sys/ia64/conf/GENERIC	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/ia64/conf/GENERIC	Fri Jun 10 20:55:37 2011	(r223087)
@@ -28,6 +28,7 @@
 options 	AUDIT		# Security event auditing
 options 	CD9660		# ISO 9660 Filesystem
 options 	COMPAT_FREEBSD7	# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8	# Compatible with FreeBSD8
 options 	DDB		# Support DDB
 options 	DEADLKRES	# Enable the deadlock resolver
 options 	FFS		# Berkeley Fast Filesystem

Modified: soc2011/gk/ino64-head/sys/pc98/conf/GENERIC
==============================================================================
--- soc2011/gk/ino64-head/sys/pc98/conf/GENERIC	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/pc98/conf/GENERIC	Fri Jun 10 20:55:37 2011	(r223087)
@@ -50,6 +50,7 @@
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		# Compatible with FreeBSD8
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	EPSON_BOUNCEDMA		# use bounce buffer for 15-16M
 #options 	EPSON_MEMWIN		# EPSON memory window support

Modified: soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC
==============================================================================
--- soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC	Fri Jun 10 20:55:37 2011	(r223087)
@@ -54,6 +54,7 @@
 options 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		#Compatible with FreeBSD8
 options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI 
 options 	KTRACE			#ktrace(1) syscall trace support
 options 	STACK			#stack(9) support

Modified: soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC64
==============================================================================
--- soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC64	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/powerpc/conf/GENERIC64	Fri Jun 10 20:55:37 2011	(r223087)
@@ -54,6 +54,7 @@
 options 	COMPAT_FREEBSD5		#Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		#Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		#Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		#Compatible with FreeBSD8
 options 	SCSI_DELAY=5000		#Delay (in ms) before probing SCSI 
 options 	KTRACE			#ktrace(1) syscall trace support
 options 	STACK			#stack(9) support

Modified: soc2011/gk/ino64-head/sys/sparc64/conf/GENERIC
==============================================================================
--- soc2011/gk/ino64-head/sys/sparc64/conf/GENERIC	Fri Jun 10 20:55:17 2011	(r223086)
+++ soc2011/gk/ino64-head/sys/sparc64/conf/GENERIC	Fri Jun 10 20:55:37 2011	(r223087)
@@ -50,6 +50,7 @@
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5
 options 	COMPAT_FREEBSD6		# Compatible with FreeBSD6
 options 	COMPAT_FREEBSD7		# Compatible with FreeBSD7
+options 	COMPAT_FREEBSD8		# Compatible with FreeBSD8
 options 	SCSI_DELAY=5000		# Delay (in ms) before probing SCSI
 options 	KTRACE			# ktrace(1) support
 options 	STACK			# stack(9) support



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