Deleted Added
full compact
GENERIC (188944) GENERIC (193334)
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 188944 2009-02-23 18:34:56Z thompsa $
21# $FreeBSD: head/sys/ia64/conf/GENERIC 193334 2009-06-02 18:31:08Z rwatson $
22
23cpu ITANIUM
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with debug information.
27
28options AUDIT # Security event auditing
29options CD9660 # ISO 9660 Filesystem

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

35options GDB # Support remote GDB
36options GEOM_LABEL # Provides labelization
37options INET # InterNETworking
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
22
23cpu ITANIUM
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with debug information.
27
28options AUDIT # Security event auditing
29options CD9660 # ISO 9660 Filesystem

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

35options GDB # Support remote GDB
36options GEOM_LABEL # Provides labelization
37options INET # InterNETworking
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
43options MD_ROOT # MD usable as root device
44options MSDOSFS # MSDOS Filesystem
45options NFSCLIENT # Network Filesystem Client
46options NFSSERVER # Network Filesystem Server
47options NFSLOCKD # Network Lock Manager
48options NFS_ROOT # NFS usable as root device
49options PROCFS # Process filesystem (/proc)
50options PSEUDOFS # Pseudo-filesystem framework

--- 113 unchanged lines hidden ---
44options MD_ROOT # MD usable as root device
45options MSDOSFS # MSDOS Filesystem
46options NFSCLIENT # Network Filesystem Client
47options NFSSERVER # Network Filesystem Server
48options NFSLOCKD # Network Lock Manager
49options NFS_ROOT # NFS usable as root device
50options PROCFS # Process filesystem (/proc)
51options PSEUDOFS # Pseudo-filesystem framework

--- 113 unchanged lines hidden ---