Deleted Added
full compact
GENERIC (128757) GENERIC (128758)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/sparc64
3#
4# For more information on this file, please read the handbook section on
5# Kernel Configuration Files:
6#
7# http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8#

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

13#
14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../conf/NOTES and NOTES files.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 128757 2004-04-30 14:16:39Z marius $
21# $FreeBSD: head/sys/sparc64/conf/GENERIC 128758 2004-04-30 15:00:41Z marius $
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29

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

63options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
64options WITNESS #Enable checks to detect deadlocks and cycles
65options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
66
67# To make an SMP kernel, the next line is needed
68options SMP # Symmetric MultiProcessor Kernel
69
70# Standard busses
22
23machine sparc64
24cpu SUN4U
25ident GENERIC
26
27#To statically compile in device wiring instead of /boot/device.hints
28#hints "GENERIC.hints" #Default places to look for devices.
29

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

63options INVARIANT_SUPPORT #Extra sanity checks of internal structures, required by INVARIANTS
64options WITNESS #Enable checks to detect deadlocks and cycles
65options WITNESS_SKIPSPIN #Don't run witness on spinlocks for speed
66
67# To make an SMP kernel, the next line is needed
68options SMP # Symmetric MultiProcessor Kernel
69
70# Standard busses
71device apb # Sun APB PCI-PCI bridge
72device ebus
73device isa
74device pci
75device sbus
76device central
77device fhc
78
79# New OpenFirmware PCI framework. This fixes a number of interrupt-

--- 128 unchanged lines hidden ---
71device ebus
72device isa
73device pci
74device sbus
75device central
76device fhc
77
78# New OpenFirmware PCI framework. This fixes a number of interrupt-

--- 128 unchanged lines hidden ---