1#
2# SKI -- Kernel configuration file for FreeBSD/ia64 running in the HP
3#        SKI simulator
4#
5# For more information on this file, please read the handbook section on
6# Kernel Configuration Files:
7#
8#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
9#
10# The handbook is also available locally in /usr/share/doc/handbook
11# if you've installed the doc distribution, otherwise always see the
12# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
13# latest information.
14#
15# An exhaustive list of options and more detailed explanations of the
16# device lines is also present in the ../../conf/NOTES and NOTES files.
17# If you are in doubt as to the purpose or necessity of a line, check
18# first in NOTES.
19#
20# $FreeBSD$
21
22cpu		ITANIUM
23ident		SKI
24
25makeoptions	DEBUG=-g	# Build kernel with debug information.
26makeoptions	NO_MODULES=yes	# Don't build any modules.
27
28options 	DDB		# Support DDB
29options 	FFS		# Berkeley Fast Filesystem
30options 	GDB		# Support remote GDB
31options 	INET		# InterNETworking
32options 	INET6		# IPv6 communications protocols
33options 	KDB		# Enable kernel debugger support
34options 	KTRACE		# ktrace(1) syscall trace support
35options 	MD_ROOT		# MD usable as root device
36options 	PROCFS		# Process filesystem (/proc)
37options 	PSEUDOFS	# Pseudo-filesystem framework
38#options 	SCHED_4BSD	# 4BSD scheduler
39options 	SCHED_ULE	# ULE scheduler
40options 	SKI		# Include SKI support code
41options 	SOFTUPDATES	# Enable FFS soft updates support
42options 	SYSVMSG		# SYSV-style message queues
43options 	SYSVSEM		# SYSV-style semaphores
44options 	SYSVSHM		# SYSV-style shared memory
45options 	UFS_ACL		# Support for access control lists
46options 	UFS_DIRHASH	# Hash-based directory lookup scheme
47options 	_KPOSIX_PRIORITY_SCHEDULING	# Posix P1003_1B RT extensions
48
49# Various "busses"
50device		pci		# PCI bus support
51
52# Various (pseudo) devices
53device		ether		# Ethernet support
54device		loop		# Network loopback
55device		md		# Memory "disks"
56device		pty		# BSD-style compatibility pseudo ttys
57device		random		# Entropy device
58device		tun		# Packet tunnel.
59
60# The `bpf' device enables the Berkeley Packet Filter.
61# Be aware of the administrative consequences of enabling this!
62device		bpf		# Berkeley packet filter
63