svn commit: r338547 - in stable/10/sys: conf sparc64/conf
Eugene Grosbein
eugen at FreeBSD.org
Sun Sep 9 18:40:31 UTC 2018
Author: eugen
Date: Sun Sep 9 18:40:30 2018
New Revision: 338547
URL: https://svnweb.freebsd.org/changeset/base/338547
Log:
MFC r316623: fix build after incomplete MFC r338544 by me.
Modified:
stable/10/sys/conf/NOTES
stable/10/sys/conf/options
stable/10/sys/sparc64/conf/NOTES
Directory Properties:
stable/10/ (props changed)
Modified: stable/10/sys/conf/NOTES
==============================================================================
--- stable/10/sys/conf/NOTES Sun Sep 9 18:38:55 2018 (r338546)
+++ stable/10/sys/conf/NOTES Sun Sep 9 18:40:30 2018 (r338547)
@@ -1781,6 +1781,11 @@ hint.fdc.0.port="0x3F0"
hint.fdc.0.irq="6"
hint.fdc.0.drq="2"
#
+# 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
+#
# Activate this line 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:
Modified: stable/10/sys/conf/options
==============================================================================
--- stable/10/sys/conf/options Sun Sep 9 18:38:55 2018 (r338546)
+++ stable/10/sys/conf/options Sun Sep 9 18:40:30 2018 (r338547)
@@ -684,6 +684,7 @@ INIT_PATH
ROOTDEVNAME
+FDC_DEBUG opt_fdc.h
PCFCLOCK_VERBOSE opt_pcfclock.h
PCFCLOCK_MAX_RETRIES opt_pcfclock.h
Modified: stable/10/sys/sparc64/conf/NOTES
==============================================================================
--- stable/10/sys/sparc64/conf/NOTES Sun Sep 9 18:38:55 2018 (r338546)
+++ stable/10/sys/sparc64/conf/NOTES Sun Sep 9 18:40:30 2018 (r338547)
@@ -130,6 +130,7 @@ nodevice ex
#####################################################################
# Options we don't want to deal with
+nooption FDC_DEBUG
nooption COMPAT_FREEBSD4
nooption SC_RENDER_DEBUG
nooption SC_DEBUG_LEVEL
More information about the svn-src-all
mailing list