Deleted Added
full compact
NOTES (116382) NOTES (117870)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/pc98/conf/NOTES 116382 2003-06-15 04:31:52Z nyan $
7# $FreeBSD: head/sys/pc98/conf/NOTES 117870 2003-07-22 08:11:17Z peter $
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

--- 155 unchanged lines hidden (view full) ---

171options CPU_SUSP_HLT
172options CPU_UPGRADE_HW_CACHE
173options CPU_WT_ALLOC
174options CYRIX_CACHE_WORKS
175options CYRIX_CACHE_REALLY_WORKS
176#options NO_F00F_HACK
177options CPU_DISABLE_CMPXCHG
178
8#
9
10#
11# This directive is mandatory; it defines the architecture to be
12# configured for; in this case, the 386 family based PC-98 and
13# compatibles.
14#
15machine pc98

--- 155 unchanged lines hidden (view full) ---

171options CPU_SUSP_HLT
172options CPU_UPGRADE_HW_CACHE
173options CPU_WT_ALLOC
174options CYRIX_CACHE_WORKS
175options CYRIX_CACHE_REALLY_WORKS
176#options NO_F00F_HACK
177options CPU_DISABLE_CMPXCHG
178
179#
180# A math emulator is mandatory if you wish to run on hardware which
181# does not have a floating-point processor. Pick either the original,
182# bogus (but freely-distributable) math emulator, or a much more
183# fully-featured but GPL-licensed emulator taken from Linux.
184#
185options MATH_EMULATE #Support for x87 emulation
186# Don't enable both of these in a real config.
187options GPL_MATH_EMULATE #Support for x87 emulation via
188
189# Debug options
190options NPX_DEBUG # enable npx debugging (FPU/math emu)
191 #new math emulator
192
193#
194# PERFMON causes the driver for Pentium/Pentium Pro performance counters
195# to be compiled. See perfmon(4) for more information.
196#

--- 808 unchanged lines hidden ---
179# Debug options
180options NPX_DEBUG # enable npx debugging (FPU/math emu)
181 #new math emulator
182
183#
184# PERFMON causes the driver for Pentium/Pentium Pro performance counters
185# to be compiled. See perfmon(4) for more information.
186#

--- 808 unchanged lines hidden ---