Deleted Added
full compact
GENERIC (83499) GENERIC (83651)
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 83499 2001-09-15 09:09:13Z dfr $
22# $FreeBSD: head/sys/ia64/conf/GENERIC 83651 2001-09-18 23:32:09Z peter $
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
33makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE
34
35options INET #InterNETworking
36options INET6 #IPv6 communications protocols
37options FFS #Berkeley Fast Filesystem
38options SOFTUPDATES #Enable FFS soft updates support
39options MD_ROOT #MD is a potential root device
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
33makeoptions NO_CPU_COPTFLAGS=true #Ignore any x86 CPUTYPE
34
35options INET #InterNETworking
36options INET6 #IPv6 communications protocols
37options FFS #Berkeley Fast Filesystem
38options SOFTUPDATES #Enable FFS soft updates support
39options MD_ROOT #MD is a potential root device
40options NFS #Network Filesystem
40options NFSCLIENT #Network Filesystem Client
41options NFSSERVER #Network Filesystem Server
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
47options UCONSOLE #Allow users to grab the console
48options KTRACE #ktrace(1) syscall trace support

--- 122 unchanged lines hidden ---
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
48options UCONSOLE #Allow users to grab the console
49options KTRACE #ktrace(1) syscall trace support

--- 122 unchanged lines hidden ---