diff options
| author | Nate Williams <nate@FreeBSD.org> | 1995-11-29 20:02:29 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1995-11-29 20:02:29 +0000 |
| commit | 98e9e66ccb57281cd2cd6dce0f3eca82749fdcfc (patch) | |
| tree | 80f56bf359e09c2aa517137eec25db549df79e99 | |
| parent | 9350db19e7bbd8cc8b42375ddfd992e3856624b4 (diff) | |
Notes
| -rw-r--r-- | sys/conf/NOTES | 9 | ||||
| -rw-r--r-- | sys/i386/conf/LINT | 9 | ||||
| -rw-r--r-- | sys/i386/conf/NOTES | 9 |
3 files changed, 24 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a532668af76a4..28b74bcd036a8 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.214 1995/11/21 02:50:08 peter Exp $ +# $Id: LINT,v 1.215 1995/11/29 01:06:59 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 @@ -436,6 +436,13 @@ options HARDFONTS # options "MAXCONS=16" +# +# This device is mandatory. +# +# The Numeric Processing eXtension is used to either enable the +# coprocessor or enable math emulation. If your machine doesn't contain +# a math co-processor, you must *also* add the option "MATH_EMULATE". +# device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT index a532668af76a4..28b74bcd036a8 100644 --- a/sys/i386/conf/LINT +++ b/sys/i386/conf/LINT @@ -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.214 1995/11/21 02:50:08 peter Exp $ +# $Id: LINT,v 1.215 1995/11/29 01:06:59 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 @@ -436,6 +436,13 @@ options HARDFONTS # options "MAXCONS=16" +# +# This device is mandatory. +# +# The Numeric Processing eXtension is used to either enable the +# coprocessor or enable math emulation. If your machine doesn't contain +# a math co-processor, you must *also* add the option "MATH_EMULATE". +# device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES index a532668af76a4..28b74bcd036a8 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.214 1995/11/21 02:50:08 peter Exp $ +# $Id: LINT,v 1.215 1995/11/29 01:06:59 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 @@ -436,6 +436,13 @@ options HARDFONTS # options "MAXCONS=16" +# +# This device is mandatory. +# +# The Numeric Processing eXtension is used to either enable the +# coprocessor or enable math emulation. If your machine doesn't contain +# a math co-processor, you must *also* add the option "MATH_EMULATE". +# device npx0 at isa? port "IO_NPX" irq 13 vector npxintr # |
