Revert previous change to sys/conf/options & associated notes so builds can

resume while I investigate what I had missed.
This commit is contained in:
Sevan Janiyan 2017-04-07 21:06:50 +00:00
parent ea22493a46
commit fc5bae39c0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=316623
3 changed files with 7 additions and 0 deletions

View File

@ -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:

View File

@ -691,6 +691,7 @@ INIT_PATH
ROOTDEVNAME
FDC_DEBUG opt_fdc.h
PCFCLOCK_VERBOSE opt_pcfclock.h
PCFCLOCK_MAX_RETRIES opt_pcfclock.h

View File

@ -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