diff options
| author | Greg Lehey <grog@FreeBSD.org> | 1999-03-13 06:32:06 +0000 |
|---|---|---|
| committer | Greg Lehey <grog@FreeBSD.org> | 1999-03-13 06:32:06 +0000 |
| commit | 4cc4752c03beed3300ccfddfaa593d02254c2e98 (patch) | |
| tree | 8de81394e7186a255f99b7bbcc34d5ebd994d16d /sys | |
| parent | f229c04eef1f8be4448f67aece5abd856891731e (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/NOTES | 10 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 10 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 10 |
3 files changed, 27 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index e3d68640a6cd0..74166caf736f2 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 e3d68640a6cd0..74166caf736f2 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 e3d68640a6cd0..74166caf736f2 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 |
