aboutsummaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorGreg Lehey <grog@FreeBSD.org>1999-03-13 06:32:06 +0000
committerGreg Lehey <grog@FreeBSD.org>1999-03-13 06:32:06 +0000
commit4cc4752c03beed3300ccfddfaa593d02254c2e98 (patch)
tree8de81394e7186a255f99b7bbcc34d5ebd994d16d /sys/conf
parentf229c04eef1f8be4448f67aece5abd856891731e (diff)
downloadsrc-4cc4752c03beed3300ccfddfaa593d02254c2e98.tar.gz
src-4cc4752c03beed3300ccfddfaa593d02254c2e98.zip
Add a dire warning about the folly of configuring vinum in
the kernel.
Notes
Notes: svn path=/head/; revision=44702
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES10
1 files changed, 9 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index e3d68640a6cd..74166caf736f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.564 1999/03/09 20:20:01 phk Exp $
+# $Id: LINT,v 1.565 1999/03/10 14:47:41 yokota Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -789,6 +789,14 @@ pseudo-device ccd 4 #Concatenated disk driver
# Configuring Vinum into the kernel is not necessary, since the kld
# module gets started automatically when vinum(8) starts. This
# device is also untested. Use at your own risk.
+#
+# The option VINUMDEBUG must match the value set in CFLAGS
+# in /usr/src/sbin/vinum/MAKEFILE. Failure to do so will result in
+# the following message from vinum(8):
+#
+# Can't get vinum config: Invalid argument
+#
+# see vinum(4) for more reasons not to use these options.
pseudo-device vinum #Vinum concat/mirror/raid driver
options VINUMDEBUG #enable Vinum debugging hooks