Deleted Added
full compact
GENERIC (75528) GENERIC (76554)
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/handbook/kernelconfig-config.html
8#

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

14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../i386/conf/NOTES file.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES. Please note that this is the i386 NOTES, but it still contains
18# valuable info for ia64 too.
19#
20# For hardware specific information check HARDWARE.TXT
21#
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/handbook/kernelconfig-config.html
8#

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

14# An exhaustive list of options and more detailed explanations of the
15# device lines is also present in the ../../i386/conf/NOTES file.
16# If you are in doubt as to the purpose or necessity of a line, check first
17# in NOTES. Please note that this is the i386 NOTES, but it still contains
18# valuable info for ia64 too.
19#
20# For hardware specific information check HARDWARE.TXT
21#
22# $FreeBSD: head/sys/ia64/conf/GENERIC 75528 2001-04-15 19:37:28Z obrien $
22# $FreeBSD: head/sys/ia64/conf/GENERIC 76554 2001-05-13 20:52:40Z phk $
23
24machine ia64
25cpu ITANIUM
26ident GENERIC
27maxusers 32
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints "GENERIC.hints"
31
32makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
33
34options INET #InterNETworking
35options INET6 #IPv6 communications protocols
36options FFS #Berkeley Fast Filesystem
37options SOFTUPDATES #Enable FFS soft updates support
38options MFS #Memory Filesystem
23
24machine ia64
25cpu ITANIUM
26ident GENERIC
27maxusers 32
28
29#To statically compile in device wiring instead of /boot/device.hints
30#hints "GENERIC.hints"
31
32makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
33
34options INET #InterNETworking
35options INET6 #IPv6 communications protocols
36options FFS #Berkeley Fast Filesystem
37options SOFTUPDATES #Enable FFS soft updates support
38options MFS #Memory Filesystem
39#options DEVFS #Device Filesystem
40options MD_ROOT #MD is a potential root device
41options NFS #Network Filesystem
42options NFS_ROOT #NFS usable as root device
43options MSDOSFS #MSDOS Filesystem
44options CD9660 #ISO 9660 Filesystem
45options PROCFS #Process filesystem
46options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
47options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI

--- 120 unchanged lines hidden ---
39options MD_ROOT #MD is a potential root device
40options NFS #Network Filesystem
41options NFS_ROOT #NFS usable as root device
42options MSDOSFS #MSDOS Filesystem
43options CD9660 #ISO 9660 Filesystem
44options PROCFS #Process filesystem
45options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!]
46options SCSI_DELAY=15000 #Delay (in ms) before probing SCSI

--- 120 unchanged lines hidden ---