diff options
| author | Mike Smith <msmith@FreeBSD.org> | 1997-10-15 07:35:48 +0000 |
|---|---|---|
| committer | Mike Smith <msmith@FreeBSD.org> | 1997-10-15 07:35:48 +0000 |
| commit | f88c134620671b2ee27a980efb3866df3746e02d (patch) | |
| tree | 4a07f41a6e007e5fa6e5d5f668476bdac24655b6 | |
| parent | ee57d3458311f50b5cc423531d885a9735dee62d (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 2db3cfa36c08..7a2b056cb05f 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.370 1997/09/23 16:28:00 jkh Exp $ +# $Id: LINT,v 1.371 1997/10/06 08:08:33 kato 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 @@ -1311,6 +1311,8 @@ options POWERFAIL_NMI # make it beep instead of panicing # # Supported devices: # vpo Iomega Zip Drive +# Requires SCSI disk support ('scbus' and 'sd'), best +# performance is achieved with ports in EPP 1.9 mode. # nlpt Parallel Printer # ppi General-purpose I/O ("Geek Port") # diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 2db3cfa36c08..7a2b056cb05f 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.370 1997/09/23 16:28:00 jkh Exp $ +# $Id: LINT,v 1.371 1997/10/06 08:08:33 kato 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 @@ -1311,6 +1311,8 @@ options POWERFAIL_NMI # make it beep instead of panicing # # Supported devices: # vpo Iomega Zip Drive +# Requires SCSI disk support ('scbus' and 'sd'), best +# performance is achieved with ports in EPP 1.9 mode. # nlpt Parallel Printer # ppi General-purpose I/O ("Geek Port") # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 2db3cfa36c08..7a2b056cb05f 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.370 1997/09/23 16:28:00 jkh Exp $ +# $Id: LINT,v 1.371 1997/10/06 08:08:33 kato 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 @@ -1311,6 +1311,8 @@ options POWERFAIL_NMI # make it beep instead of panicing # # Supported devices: # vpo Iomega Zip Drive +# Requires SCSI disk support ('scbus' and 'sd'), best +# performance is achieved with ports in EPP 1.9 mode. # nlpt Parallel Printer # ppi General-purpose I/O ("Geek Port") # |
