diff options
author | scottl <scottl@FreeBSD.org> | 2002-10-20 08:17:39 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2002-10-20 08:17:39 +0000 |
commit | 710948de69ddeae56bda663219319f6d859aea1f (patch) | |
tree | 71c65823ba2e8591de708d5cb2e990a75135ee11 /sys/conf/options | |
parent | 63bd46464d6d4587c20c1ca62fb6a6e3be132db9 (diff) | |
download | FreeBSD-src-710948de69ddeae56bda663219319f6d859aea1f.zip FreeBSD-src-710948de69ddeae56bda663219319f6d859aea1f.tar.gz |
After much delay and anticipation, welcome RAIDFrame into the FreeBSD
world. This should be considered highly experimental.
Approved-by: re
Diffstat (limited to 'sys/conf/options')
-rw-r--r-- | sys/conf/options | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/conf/options b/sys/conf/options index 0311849..9305b2a 100644 --- a/sys/conf/options +++ b/sys/conf/options @@ -549,6 +549,10 @@ ROOTDEVNAME opt_rootdevname.h FDC_DEBUG opt_fdc.h PCFCLOCK_VERBOSE opt_pcfclock.h PCFCLOCK_MAX_RETRIES opt_pcfclock.h + +# RAIDframe options +RAID_AUTOCONFIG opt_raid.h +RAID_DEBUG opt_raid.h TDFX_LINUX opt_tdfx.h KTR opt_global.h |