summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorgrog <grog@FreeBSD.org>1999-01-24 01:22:37 +0000
committergrog <grog@FreeBSD.org>1999-01-24 01:22:37 +0000
commita878670cc951eb623fbec20a0409dc386331cab0 (patch)
tree66eb1e70b2d0b9216de712eb1684b49c4eeaa5a6 /sys
parent8b297fc8f8f8c48a7e4b51661f188bd0667313a8 (diff)
downloadFreeBSD-src-a878670cc951eb623fbec20a0409dc386331cab0.zip
FreeBSD-src-a878670cc951eb623fbec20a0409dc386331cab0.tar.gz
Add comment indicating that the vinum pseudo-device is experimental,
and that vinum should be started as a kld. Tripped-over-by: many people
Diffstat (limited to 'sys')
-rw-r--r--sys/conf/NOTES6
-rw-r--r--sys/i386/conf/LINT6
-rw-r--r--sys/i386/conf/NOTES6
3 files changed, 15 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 0b2c7dc..8a74408 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.542 1999/01/23 14:50:28 rnordier Exp $
+# $Id: LINT,v 1.543 1999/01/23 17:06:01 nsouch 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
@@ -777,6 +777,10 @@ pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
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.
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 0b2c7dc..8a74408 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.542 1999/01/23 14:50:28 rnordier Exp $
+# $Id: LINT,v 1.543 1999/01/23 17:06:01 nsouch 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
@@ -777,6 +777,10 @@ pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
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.
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 0b2c7dc..8a74408 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.542 1999/01/23 14:50:28 rnordier Exp $
+# $Id: LINT,v 1.543 1999/01/23 17:06:01 nsouch 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
@@ -777,6 +777,10 @@ pseudo-device gzip #Exec gzipped a.out's
pseudo-device vn #Vnode driver (turns a file into a device)
pseudo-device snp 3 #Snoop device - to look at pty/vty/etc..
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.
pseudo-device vinum #Vinum concat/mirror/raid driver
options VINUMDEBUG #enable Vinum debugging hooks
OpenPOWER on IntegriCloud