summaryrefslogtreecommitdiffstats
path: root/sys/amd64
diff options
context:
space:
mode:
authormav <mav@FreeBSD.org>2012-05-10 12:37:32 +0000
committermav <mav@FreeBSD.org>2012-05-10 12:37:32 +0000
commit818a0025524ac2010ecc38449b69ad3bf44577aa (patch)
tree235811b9630935ac991a9029c2249104493fb9c1 /sys/amd64
parent798f5f83dfb85937b299369d1a36a2e3cb776b33 (diff)
downloadFreeBSD-src-818a0025524ac2010ecc38449b69ad3bf44577aa.zip
FreeBSD-src-818a0025524ac2010ecc38449b69ad3bf44577aa.tar.gz
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.
Diffstat (limited to 'sys/amd64')
-rw-r--r--sys/amd64/conf/GENERIC1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index dbe3641..4c57afe 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -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
OpenPOWER on IntegriCloud