From 4cc4752c03beed3300ccfddfaa593d02254c2e98 Mon Sep 17 00:00:00 2001 From: Greg Lehey Date: Sat, 13 Mar 1999 06:32:06 +0000 Subject: [PATCH] Add a dire warning about the folly of configuring vinum in the kernel. --- sys/conf/NOTES | 10 +++++++++- sys/i386/conf/LINT | 10 +++++++++- sys/i386/conf/NOTES | 10 +++++++++- 3 files changed, 27 insertions(+), 3 deletions(-) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e3d68640a6c..74166caf736 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 diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index e3d68640a6c..74166caf736 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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 diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index e3d68640a6c..74166caf736 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/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