mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
MFi386: revision 1.1164.
This commit is contained in:
parent
59e1ebc9b5
commit
b722c4d937
1 changed files with 1 additions and 7 deletions
|
|
@ -301,12 +301,7 @@ hint.gdc.0.at="isa"
|
|||
options LINE30
|
||||
|
||||
#
|
||||
# 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
|
||||
# npx0 includes "0x08", which requests preference for the emulator.
|
||||
# The Numeric Processing eXtension driver. This is non-optional.
|
||||
device npx
|
||||
|
||||
#
|
||||
|
|
@ -314,7 +309,6 @@ device npx
|
|||
# 0x01 don't use the npx registers to optimize bcopy.
|
||||
# 0x02 don't use the npx registers to optimize bzero.
|
||||
# 0x04 don't use the npx registers to optimize copyin or copyout.
|
||||
# 0x08 use emulator even if hardware FPU is available.
|
||||
# The npx registers are normally used to optimize copying and zeroing when
|
||||
# all of the following conditions are satisfied:
|
||||
# I586_CPU is an option
|
||||
|
|
|
|||
Loading…
Reference in a new issue