Deleted Added
full compact
NOTES (119985) NOTES (122056)
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 119985 2003-09-11 13:44:48Z nyan $
7# $FreeBSD: head/sys/pc98/conf/NOTES 122056 2003-11-04 13:52:09Z nyan $
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
16options PC98
17
18#
19# We want LINT to cover profiling as well
20profile 2
21
22
23#####################################################################
24# SMP OPTIONS:
25#
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
16options PC98
17
18#
19# We want LINT to cover profiling as well
20profile 2
21
22
23#####################################################################
24# SMP OPTIONS:
25#
26# APIC_IO enables the use of the IO APIC for Symmetric I/O.
26# The apic device enables the use of the IO APIC for Symmetric I/O.
27#
28# Notes:
29#
30# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard.
31#
32# Be sure to disable 'cpu I386_CPU' && 'cpu I486_CPU' for SMP kernels.
33#
34# Check the 'Rogue SMP hardware' section to see if additional options
35# are required by your hardware.
36#
37
38# Mandatory:
27#
28# Notes:
29#
30# An SMP kernel will ONLY run on an Intel MP spec. qualified motherboard.
31#
32# Be sure to disable 'cpu I386_CPU' && 'cpu I486_CPU' for SMP kernels.
33#
34# Check the 'Rogue SMP hardware' section to see if additional options
35# are required by your hardware.
36#
37
38# Mandatory:
39options APIC_IO # Symmetric (APIC) I/O
39device apic # I/O apic
40
41#
42# Rogue SMP hardware:
43#
44
45# Bridged PCI cards:
46#
47# The MP tables of most of the current generation MP motherboards

--- 950 unchanged lines hidden ---
40
41#
42# Rogue SMP hardware:
43#
44
45# Bridged PCI cards:
46#
47# The MP tables of most of the current generation MP motherboards

--- 950 unchanged lines hidden ---