Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Sep 2018 18:38:56 +0000 (UTC)
From:      Eugene Grosbein <eugen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org
Subject:   svn commit: r338546 - in stable/11/sys: conf sparc64/conf
Message-ID:  <201809091838.w89IcuVZ066183@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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