Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2017 21:06:50 +0000 (UTC)
From:      Sevan Janiyan <sevan@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r316623 - in head/sys: conf sparc64/conf
Message-ID:  <201704072106.v37L6oMh058919@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sevan (doc committer)
Date: Fri Apr  7 21:06:50 2017
New Revision: 316623
URL: https://svnweb.freebsd.org/changeset/base/316623

Log:
  Revert previous change to sys/conf/options & associated notes so builds can
  resume while I investigate what I had missed.

Modified:
  head/sys/conf/NOTES
  head/sys/conf/options
  head/sys/sparc64/conf/NOTES

Modified: head/sys/conf/NOTES
==============================================================================
--- head/sys/conf/NOTES	Fri Apr  7 20:02:01 2017	(r316622)
+++ head/sys/conf/NOTES	Fri Apr  7 21:06:50 2017	(r316623)
@@ -1812,6 +1812,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: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Fri Apr  7 20:02:01 2017	(r316622)
+++ head/sys/conf/options	Fri Apr  7 21:06:50 2017	(r316623)
@@ -691,6 +691,7 @@ INIT_PATH
 
 ROOTDEVNAME
 
+FDC_DEBUG 		opt_fdc.h
 PCFCLOCK_VERBOSE	opt_pcfclock.h
 PCFCLOCK_MAX_RETRIES	opt_pcfclock.h
 

Modified: head/sys/sparc64/conf/NOTES
==============================================================================
--- head/sys/sparc64/conf/NOTES	Fri Apr  7 20:02:01 2017	(r316622)
+++ head/sys/sparc64/conf/NOTES	Fri Apr  7 21:06:50 2017	(r316623)
@@ -128,6 +128,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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704072106.v37L6oMh058919>