diff options
author | joerg <joerg@FreeBSD.org> | 1994-10-30 20:57:07 +0000 |
---|---|---|
committer | joerg <joerg@FreeBSD.org> | 1994-10-30 20:57:07 +0000 |
commit | e557ddcc18c6008c5961f07f23f83dc22839dd11 (patch) | |
tree | eaf81490b91164b1b3709a6554617a9f4a5ca423 /sys | |
parent | 423f808042c2237d4bdd7f71355eb4cf487bbd8d (diff) | |
download | FreeBSD-src-e557ddcc18c6008c5961f07f23f83dc22839dd11.zip FreeBSD-src-e557ddcc18c6008c5961f07f23f83dc22839dd11.tar.gz |
Documented the FDSEEKWAIT option.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/conf/NOTES | 17 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 17 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 17 |
3 files changed, 48 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 7e909e7..6d3dacc 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.101 1994/10/26 21:10:13 wollman Exp $ +# $Id: LINT,v 1.102 1994/10/28 15:09:37 jkh Exp $ # # @@ -370,6 +370,21 @@ disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 # +# options for the fd driver +# +# options "FDSEEKWAIT=16" +# +# makes you override the default head-settle time after a seek has been +# performed. This value has been 32 in FreeBSD-1.1.5.1, but various +# people have reported about problems (unexpected CRC errors). +# The value is actually the divisor, the time to wait is +# 1 s / FDSEEKWAIT. +# For performance reasons (elimination of the division), the values +# should be a power of two. + + + +# # Other standard PC hardware: `lpt', `mse', `psm', `sio' # # lpt: printer port diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index 7e909e7..6d3dacc 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.101 1994/10/26 21:10:13 wollman Exp $ +# $Id: LINT,v 1.102 1994/10/28 15:09:37 jkh Exp $ # # @@ -370,6 +370,21 @@ disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 # +# options for the fd driver +# +# options "FDSEEKWAIT=16" +# +# makes you override the default head-settle time after a seek has been +# performed. This value has been 32 in FreeBSD-1.1.5.1, but various +# people have reported about problems (unexpected CRC errors). +# The value is actually the divisor, the time to wait is +# 1 s / FDSEEKWAIT. +# For performance reasons (elimination of the division), the values +# should be a power of two. + + + +# # Other standard PC hardware: `lpt', `mse', `psm', `sio' # # lpt: printer port diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index 7e909e7..6d3dacc 100644 --- a/sys/i386/conf/NOTES +++ b/sys/i386/conf/NOTES @@ -4,7 +4,7 @@ # # This kernel is NOT MEANT to be runnable! # -# $Id: LINT,v 1.101 1994/10/26 21:10:13 wollman Exp $ +# $Id: LINT,v 1.102 1994/10/28 15:09:37 jkh Exp $ # # @@ -370,6 +370,21 @@ disk fd1 at fdc0 drive 1 tape ft0 at fdc0 drive 2 # +# options for the fd driver +# +# options "FDSEEKWAIT=16" +# +# makes you override the default head-settle time after a seek has been +# performed. This value has been 32 in FreeBSD-1.1.5.1, but various +# people have reported about problems (unexpected CRC errors). +# The value is actually the divisor, the time to wait is +# 1 s / FDSEEKWAIT. +# For performance reasons (elimination of the division), the values +# should be a power of two. + + + +# # Other standard PC hardware: `lpt', `mse', `psm', `sio' # # lpt: printer port |