aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/conf/NOTES17
-rw-r--r--sys/i386/conf/LINT17
-rw-r--r--sys/i386/conf/NOTES17
3 files changed, 48 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7e909e7c6fab..6d3dacccf740 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 7e909e7c6fab..6d3dacccf740 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 7e909e7c6fab..6d3dacccf740 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