summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1996-10-09 18:36:44 +0000
committerbde <bde@FreeBSD.org>1996-10-09 18:36:44 +0000
commit33b5d083b81feeb4381267501daaa4a58835f695 (patch)
tree444d821307bd463d30c74c04f37058a2183487b5 /sys/conf/NOTES
parentab2dd924d4b0f73918c3462f6154a6d3ddd57ed5 (diff)
downloadFreeBSD-src-33b5d083b81feeb4381267501daaa4a58835f695.zip
FreeBSD-src-33b5d083b81feeb4381267501daaa4a58835f695.tar.gz
Added new documented options I586_OPTIMIZED_BCOPY and I586_OPTIMIZED_BZERO.
Added old misnamed option I586_FAST_BCOPY in options.i386. Added old undocumented CLK* and SI_DEBUG options in LINT.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES13
1 files changed, 12 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 01bf777..bd761de 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.281 1996/10/01 03:00:30 pst Exp $
+# $Id: LINT,v 1.282 1996/10/05 11:01:24 jkh Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -79,6 +79,13 @@ options FAILSAFE
# It will become the default after some testing period.
options "I586_FAST_BCOPY"
+# This is like I586_FAST_BCOPY except it actually controls bcopy().
+# It is a separate option because the code for it is newer.
+options "I586_OPTIMIZED_BCOPY"
+
+# This is like I586_OPTIMIZED_BCOPY except it controls bzero().
+options "I586_OPTIMIZED_BZERO"
+
#
# This directive defines a number of things:
# - The compiled kernel is to be called `kernel'
@@ -967,10 +974,14 @@ options POWERFAIL_NMI # make it beep instead of panicing
# More undocumented options for linting.
+options CLK_CALIBRATION_LOOP
+options "CLK_USE_I8254_CALIBRATION"
+options "CLK_USE_I586_CALIBRATION"
options DEBUG
options "EXT2FS"
options "IBCS2"
options COMPAT_LINUX
options "SCSI_2_DEF"
options SHOW_BUSYBUFS # List buffers that prevent root unmount
+options SI_DEBUG
options SPX_HACK
OpenPOWER on IntegriCloud