From owner-svn-src-all@freebsd.org Fri Apr 7 21:06:51 2017 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C959BD335CC; Fri, 7 Apr 2017 21:06:51 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9B5ECE21; Fri, 7 Apr 2017 21:06:51 +0000 (UTC) (envelope-from sevan@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v37L6oDB058922; Fri, 7 Apr 2017 21:06:50 GMT (envelope-from sevan@FreeBSD.org) Received: (from sevan@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v37L6oMh058919; Fri, 7 Apr 2017 21:06:50 GMT (envelope-from sevan@FreeBSD.org) Message-Id: <201704072106.v37L6oMh058919@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sevan set sender to sevan@FreeBSD.org using -f From: Sevan Janiyan Date: Fri, 7 Apr 2017 21:06:50 +0000 (UTC) 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 X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Apr 2017 21:06:51 -0000 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