Deleted Added
full compact
GENERIC (172332) GENERIC (174195)
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 172332 2007-09-26 20:05:07Z brueffer $
21# $FreeBSD: head/sys/ia64/conf/GENERIC 174195 2007-12-02 20:40:35Z rwatson $
22
23cpu ITANIUM
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with debug information.
27
28options CD9660 # ISO 9660 Filesystem
29options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]

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

45options PROCFS # Process filesystem (/proc)
46options PSEUDOFS # Pseudo-filesystem framework
47options GEOM_LABEL # Provides labelization
48options SCHED_4BSD # 4BSD scheduler
49options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
50options SMP # Symmetric Multi-Processor support
51options SOFTUPDATES # Enable FFS soft updates support
52options UFS_GJOURNAL # Enable gjournal-based UFS journaling
22
23cpu ITANIUM
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with debug information.
27
28options CD9660 # ISO 9660 Filesystem
29options COMPAT_43TTY # BSD 4.3 TTY compat [KEEP THIS!]

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

45options PROCFS # Process filesystem (/proc)
46options PSEUDOFS # Pseudo-filesystem framework
47options GEOM_LABEL # Provides labelization
48options SCHED_4BSD # 4BSD scheduler
49options SCSI_DELAY=5000 # Delay (in ms) before probing SCSI
50options SMP # Symmetric Multi-Processor support
51options SOFTUPDATES # Enable FFS soft updates support
52options UFS_GJOURNAL # Enable gjournal-based UFS journaling
53options STACK # stack(9) support
53options SYSVMSG # SYSV-style message queues
54options SYSVSEM # SYSV-style semaphores
55options SYSVSHM # SYSV-style shared memory
56options UFS_ACL # Support for access control lists
57options UFS_DIRHASH # Hash-based directory lookup scheme
58options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
59options AUDIT # Security event auditing
60

--- 97 unchanged lines hidden ---
54options SYSVMSG # SYSV-style message queues
55options SYSVSEM # SYSV-style semaphores
56options SYSVSHM # SYSV-style shared memory
57options UFS_ACL # Support for access control lists
58options UFS_DIRHASH # Hash-based directory lookup scheme
59options _KPOSIX_PRIORITY_SCHEDULING # Posix P1003_1B RT extensions
60options AUDIT # Security event auditing
61

--- 97 unchanged lines hidden ---