summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-06-16 20:04:47 +0000
committerjoerg <joerg@FreeBSD.org>1996-06-16 20:04:47 +0000
commit787546bf1d9334d1251577ad85443d07dd86f971 (patch)
tree3d8019b75fa5df2abad516239117714215aea87d /sys/conf
parent430ed8358f665cb8c94daed8af79b03feb618253 (diff)
downloadFreeBSD-src-787546bf1d9334d1251577ad85443d07dd86f971.zip
FreeBSD-src-787546bf1d9334d1251577ad85443d07dd86f971.tar.gz
Explain the options for the `od' driver.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES20
1 files changed, 19 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 7591761..af2409f 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.263 1996/06/10 08:15:29 peter Exp $
+# $Id: LINT,v 1.264 1996/06/14 09:42:52 asami 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
@@ -379,6 +379,24 @@ options SCSIDEBUG
#options NO_SCSI_SENSE
options SCSI_REPORT_GEOMETRY
+# Options for the `od' optical disk driver:
+#
+# If drive returns sense key as 0x02 with vendor specific additional
+# sense code (ASC) and additional sense code qualifier (ASCQ), or
+# illegal ASC and ASCQ. This cause an error (NOT READY) and retrying.
+# To suppress this, use the following option.
+#
+options OD_BOGUS_NOT_READY
+#
+# For an automatic spindown, try this. Again, preferrably as an
+# option in your config file.
+# WARNING! Use at your own risk. Joerg's ancient SONY SMO drive
+# groks it fine, while Shunsuke's Fujitsu chokes on it and times
+# out.
+#
+options OD_AUTO_TURNOFF
+
+
#####################################################################
# MISCELLANEOUS DEVICES AND OPTIONS
OpenPOWER on IntegriCloud