Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2012 03:45:14 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r235877 - in stable/9/sys: amd64/conf i386/conf
Message-ID:  <201205240345.q4O3jEbH013312@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Thu May 24 03:45:13 2012
New Revision: 235877
URL: http://svn.freebsd.org/changeset/base/235877

Log:
  MFC r235226:
  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:
  stable/9/sys/amd64/conf/GENERIC
  stable/9/sys/i386/conf/GENERIC
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/amd64/conf/GENERIC
==============================================================================
--- stable/9/sys/amd64/conf/GENERIC	Thu May 24 03:38:47 2012	(r235876)
+++ stable/9/sys/amd64/conf/GENERIC	Thu May 24 03:45:13 2012	(r235877)
@@ -43,6 +43,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: stable/9/sys/i386/conf/GENERIC
==============================================================================
--- stable/9/sys/i386/conf/GENERIC	Thu May 24 03:38:47 2012	(r235876)
+++ stable/9/sys/i386/conf/GENERIC	Thu May 24 03:45:13 2012	(r235877)
@@ -45,6 +45,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



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