diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-01-01 04:16:32 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-01-01 04:16:32 +0000 |
| commit | 3ea799d5aaaf0041b06e35034f9dbe83c72f0795 (patch) | |
| tree | 38c73083ba548a5a6d337f0c8ede57c28ca9ae01 | |
| parent | 2ae122f64adc42fb86012f46360cac98038a543f (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 4 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 83975162635c..98efea8094b4 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.523 1998/12/30 09:43:36 phk Exp $ +# $Id: LINT,v 1.524 1998/12/31 08:03:52 luigi 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 @@ -744,6 +744,8 @@ 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 +pseudo-device vinum #Vinum concat/mirror/raid driver +options VINUMDEBUG #enable Vinum debugging hooks # These are only for watching for bitrot in old tty code. # broken diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 83975162635c..98efea8094b4 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.523 1998/12/30 09:43:36 phk Exp $ +# $Id: LINT,v 1.524 1998/12/31 08:03:52 luigi 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 @@ -744,6 +744,8 @@ 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 +pseudo-device vinum #Vinum concat/mirror/raid driver +options VINUMDEBUG #enable Vinum debugging hooks # These are only for watching for bitrot in old tty code. # broken diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 83975162635c..98efea8094b4 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.523 1998/12/30 09:43:36 phk Exp $ +# $Id: LINT,v 1.524 1998/12/31 08:03:52 luigi 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 @@ -744,6 +744,8 @@ 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 +pseudo-device vinum #Vinum concat/mirror/raid driver +options VINUMDEBUG #enable Vinum debugging hooks # These are only for watching for bitrot in old tty code. # broken |
