aboutsummaryrefslogtreecommitdiff
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2002-10-20 08:17:39 +0000
committerScott Long <scottl@FreeBSD.org>2002-10-20 08:17:39 +0000
commitf9d186edc88163ed0b54b8f5afca9e8a2b531f12 (patch)
tree71c65823ba2e8591de708d5cb2e990a75135ee11 /sys/conf/NOTES
parent597e16e0129ec8b3f43db4523fa8247aa7286c6f (diff)
downloadsrc-f9d186edc88163ed0b54b8f5afca9e8a2b531f12.tar.gz
src-f9d186edc88163ed0b54b8f5afca9e8a2b531f12.zip
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
world. This should be considered highly experimental. Approved-by: re
Notes
Notes: svn path=/head/; revision=105503
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 02e1d9f1080a..ea14607371c8 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -979,6 +979,12 @@ device ccd #Concatenated disk driver
device vinum #Vinum concat/mirror/raid driver
options VINUMDEBUG #enable Vinum debugging hooks
+# RAIDframe device. RAID_AUTOCONFIG allows RAIDframe to search all of the
+# disk devices in the system looking for components that it recognizes (already
+# configured once before) and auto-configured them into arrays.
+device raidframe
+options RAID_AUTOCONFIG
+
# Kernel side iconv library
options LIBICONV