Deleted Added
full compact
GENERIC (220982) GENERIC (221124)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/ia64
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
17# first in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/ia64
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
17# first in NOTES.
18#
19# For hardware specific information check HARDWARE.TXT
20#
21# $FreeBSD: head/sys/ia64/conf/GENERIC 220982 2011-04-24 08:58:58Z mav $
21# $FreeBSD: head/sys/ia64/conf/GENERIC 221124 2011-04-27 17:51:51Z rmacklem $
22
23cpu ITANIUM2
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with debug information.
27
28options AUDIT # Security event auditing
29options CD9660 # ISO 9660 Filesystem

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

38options INET6 # IPv6 communications protocols
39options INVARIANTS # Enable calls of extra sanity checking
40options INVARIANT_SUPPORT # required by INVARIANTS
41options KDB # Enable kernel debugger support
42options KTRACE # ktrace(1) syscall trace support
43options MAC # TrustedBSD MAC Framework
44options MD_ROOT # MD usable as root device
45options MSDOSFS # MSDOS Filesystem
22
23cpu ITANIUM2
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with debug information.
27
28options AUDIT # Security event auditing
29options CD9660 # ISO 9660 Filesystem

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

38options INET6 # IPv6 communications protocols
39options INVARIANTS # Enable calls of extra sanity checking
40options INVARIANT_SUPPORT # required by INVARIANTS
41options KDB # Enable kernel debugger support
42options KTRACE # ktrace(1) syscall trace support
43options MAC # TrustedBSD MAC Framework
44options MD_ROOT # MD usable as root device
45options MSDOSFS # MSDOS Filesystem
46options NFSCLIENT # Network Filesystem Client
46options NFSCL # New Network Filesystem Client
47options NFSLOCKD # Network Lock Manager
47options NFSLOCKD # Network Lock Manager
48options NFSSERVER # Network Filesystem Server
48options NFSD # New Network Filesystem Server
49options NFS_ROOT # NFS usable as root device
50options P1003_1B_SEMAPHORES # POSIX-style semaphores
51options PREEMPTION # Enable kernel thread preemption
52options PRINTF_BUFR_SIZE=128 # Printf buffering to limit interspersion
53options PROCFS # Process filesystem (/proc)
54options PSEUDOFS # Pseudo-filesystem framework
55options SCHED_ULE # ULE scheduler
56options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI

--- 141 unchanged lines hidden ---
49options NFS_ROOT # NFS usable as root device
50options P1003_1B_SEMAPHORES # POSIX-style semaphores
51options PREEMPTION # Enable kernel thread preemption
52options PRINTF_BUFR_SIZE=128 # Printf buffering to limit interspersion
53options PROCFS # Process filesystem (/proc)
54options PSEUDOFS # Pseudo-filesystem framework
55options SCHED_ULE # ULE scheduler
56options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI

--- 141 unchanged lines hidden ---