svn commit: r235226 - in head/sys: amd64/conf i386/conf

Alexander Motin mav at FreeBSD.org
Thu May 10 12:37:33 UTC 2012


Author: mav
Date: Thu May 10 12:37:32 2012
New Revision: 235226
URL: http://svn.freebsd.org/changeset/base/235226

Log:
  Add `options GEOM_RAID` into i386 and amd64 GENERIC kernels.
  
  ataraid(4) previously was present there and having GEOM RAID is convinient.
  Unlike other classes GEOM RAID can be set up from BIOS before install and
  users are expecting it to be detected automatically.

Modified:
  head/sys/amd64/conf/GENERIC
  head/sys/i386/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC	Thu May 10 11:08:09 2012	(r235225)
+++ head/sys/amd64/conf/GENERIC	Thu May 10 12:37:32 2012	(r235226)
@@ -44,6 +44,7 @@ options 	CD9660			# ISO 9660 Filesystem
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	GEOM_PART_GPT		# GUID Partition Tables.
+options 	GEOM_RAID		# Soft RAID functionality.
 options 	GEOM_LABEL		# Provides labelization
 options 	COMPAT_FREEBSD32	# Compatible with i386 binaries
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4

Modified: head/sys/i386/conf/GENERIC
==============================================================================
--- head/sys/i386/conf/GENERIC	Thu May 10 11:08:09 2012	(r235225)
+++ head/sys/i386/conf/GENERIC	Thu May 10 12:37:32 2012	(r235226)
@@ -46,6 +46,7 @@ options 	CD9660			# ISO 9660 Filesystem
 options 	PROCFS			# Process filesystem (requires PSEUDOFS)
 options 	PSEUDOFS		# Pseudo-filesystem framework
 options 	GEOM_PART_GPT		# GUID Partition Tables.
+options 	GEOM_RAID		# Soft RAID functionality.
 options 	GEOM_LABEL		# Provides labelization
 options 	COMPAT_FREEBSD4		# Compatible with FreeBSD4
 options 	COMPAT_FREEBSD5		# Compatible with FreeBSD5


More information about the svn-src-all mailing list