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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to