summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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