aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/conf/NOTES
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1999-07-26 05:47:31 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1999-07-26 05:47:31 +0000
commit784648c675b788c88c3c852712ee0221c3596c40 (patch)
treef8d4263f2c9f4bfaeee5c0f764f0bb0abfeebc12 /sys/i386/conf/NOTES
parentd952728d768bb7b6f7fb1700eb16c73c7169a79d (diff)
downloadsrc-784648c675b788c88c3c852712ee0221c3596c40.tar.gz
src-784648c675b788c88c3c852712ee0221c3596c40.zip
Various formatting fixes on my FPE trapcode commit.
Submitted by: BDE
Notes
Notes: svn path=/head/; revision=49098
Diffstat (limited to 'sys/i386/conf/NOTES')
-rw-r--r--sys/i386/conf/NOTES10
1 files changed, 4 insertions, 6 deletions
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index e71cac9e1190..f64398f08ef7 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/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.618 1999/07/25 04:32:44 wpaul Exp $
+# $Id: LINT,v 1.619 1999/07/25 13:15:58 cracauer 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
@@ -956,8 +956,8 @@ options SC_NO_HISTORY
options SC_NO_SYSMOUSE
#
-# The Numeric Processing eXtension driver. In addition to this, you
-# may configure a math emulator (see above). If your machine has a
+# The Numeric Processing eXtension driver. In addition to this, you
+# may configure a math emulator (see above). If your machine has a
# hardware FPU and the kernel configuration includes the npx device
# *and* a math emulator compiled into the kernel, the hardware FPU
# will be used, unless it is found to be broken or unless "flags" to
@@ -980,9 +980,7 @@ device npx0 at nexus? port IO_NPX flags 0x0 irq 13
# The flags can be used to control cases where it doesn't work or is slower.
# Setting them at boot time using userconfig works right (the optimizations
# are not used until later in the bootstrap when npx0 is attached).
-# Flag 0x08 does not imply any settings of the other flags, you may run
-# with FPU preference set to emulator, but still using the i586 optimized
-# memory routines.
+# Flag 0x08 automatically disables the i586 optimized routines.
#
#