summaryrefslogtreecommitdiffstats
path: root/sys/conf
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1997-09-16 07:45:45 +0000
committerjoerg <joerg@FreeBSD.org>1997-09-16 07:45:45 +0000
commit79f6661f766521ba429883290c2a1427b98c3125 (patch)
tree5a128a89c372ce072b6c3428f0bc47e79f1eb5a8 /sys/conf
parent28c97c8eb651ff51a294d6e80c799ea6d19065e1 (diff)
downloadFreeBSD-src-79f6661f766521ba429883290c2a1427b98c3125.zip
FreeBSD-src-79f6661f766521ba429883290c2a1427b98c3125.tar.gz
Make FDC_DEBUG a supported option.
Hide the bogus FDC ``chip type'' display behind a (mostly) undocumented option, since people started to trust the bogus claim. Once we're going to handle 2.88 MB controllers, we have to redo the chip detection, by now just leave it hidden.
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/NOTES9
-rw-r--r--sys/conf/options.i3865
2 files changed, 12 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 669dcff..a75c0a1 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.364 1997/09/10 03:07:13 peter Exp $
+# $Id: LINT,v 1.365 1997/09/14 21:45:01 jmg 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
@@ -794,6 +794,13 @@ device wcd0
#
controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr
#
+# FDC_DEBUG enables floppy debugging. Since the debug output is huge, you
+# gotta turn it actually on by setting the variable fd_debug with DDB,
+# however.
+options FDC_DEBUG
+# This option is undocumented on purpose.
+options FDC_PRINT_BOGUS_CHIPTYPE
+#
# Activate this line instead of the fdc0 line above if you happen to
# have an Insight floppy tape. Probing them proved to be dangerous
# for people with floppy disks only, so it's "hidden" behind a flag:
diff --git a/sys/conf/options.i386 b/sys/conf/options.i386
index db4591a..f696dfa 100644
--- a/sys/conf/options.i386
+++ b/sys/conf/options.i386
@@ -1,4 +1,4 @@
-# $Id: options.i386,v 1.57 1997/08/31 23:08:19 bde Exp $
+# $Id: options.i386,v 1.58 1997/09/04 23:03:11 yokota Exp $
BOUNCEPAGES opt_bounce.h
USER_LDT
@@ -100,3 +100,6 @@ VISUAL_USERCONFIG opt_userconfig.h
USERCONFIG_BOOT opt_userconfig.h
EISA_SLOTS opt_eisa.h
+
+FDC_DEBUG opt_fdc.h
+FDC_PRINT_BOGUS_CHIPTYPE opt_fdc.h
OpenPOWER on IntegriCloud