svn commit: r338546 - in stable/11/sys: conf sparc64/conf
Eugene Grosbein
eugen at FreeBSD.org
Sun Sep 9 18:38:57 UTC 2018
Author: eugen
Date: Sun Sep 9 18:38:55 2018
New Revision: 338546
URL: https://svnweb.freebsd.org/changeset/base/338546
Log:
MFC r316623: fix build after incomplete MFC r338544 by me.
Modified:
stable/11/sys/conf/NOTES
stable/11/sys/conf/options
stable/11/sys/sparc64/conf/NOTES
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/conf/NOTES
==============================================================================
--- stable/11/sys/conf/NOTES Sun Sep 9 18:10:35 2018 (r338545)
+++ stable/11/sys/conf/NOTES Sun Sep 9 18:38:55 2018 (r338546)
@@ -1802,6 +1802,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/11/sys/conf/options
==============================================================================
--- stable/11/sys/conf/options Sun Sep 9 18:10:35 2018 (r338545)
+++ stable/11/sys/conf/options Sun Sep 9 18:38:55 2018 (r338546)
@@ -688,6 +688,7 @@ INIT_PATH
ROOTDEVNAME
+FDC_DEBUG opt_fdc.h
PCFCLOCK_VERBOSE opt_pcfclock.h
PCFCLOCK_MAX_RETRIES opt_pcfclock.h
Modified: stable/11/sys/sparc64/conf/NOTES
==============================================================================
--- stable/11/sys/sparc64/conf/NOTES Sun Sep 9 18:10:35 2018 (r338545)
+++ stable/11/sys/sparc64/conf/NOTES Sun Sep 9 18:38:55 2018 (r338546)
@@ -129,6 +129,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