svn commit: r235877 - in stable/9/sys: amd64/conf i386/conf
Alexander Motin
mav at FreeBSD.org
Thu May 24 03:45:14 UTC 2012
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
More information about the svn-src-stable-9
mailing list