]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/ia64/conf/SKI
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / ia64 / conf / SKI
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
22 cpu             ITANIUM
23 ident           SKI
24
25 makeoptions     DEBUG=-g        # Build kernel with debug information.
26 makeoptions     NO_MODULES=yes  # Don't build any modules.
27
28 options         DDB             # Support DDB
29 options         FFS             # Berkeley Fast Filesystem
30 options         GDB             # Support remote GDB
31 options         INET            # InterNETworking
32 options         INET6           # IPv6 communications protocols
33 options         KDB             # Enable kernel debugger support
34 options         KTRACE          # ktrace(1) syscall trace support
35 options         MD_ROOT         # MD usable as root device
36 options         PROCFS          # Process filesystem (/proc)
37 options         PSEUDOFS        # Pseudo-filesystem framework
38 #options        SCHED_4BSD      # 4BSD scheduler
39 options         SCHED_ULE       # ULE scheduler
40 options         SKI             # Include SKI support code
41 options         SOFTUPDATES     # Enable FFS soft updates support
42 options         SYSVMSG         # SYSV-style message queues
43 options         SYSVSEM         # SYSV-style semaphores
44 options         SYSVSHM         # SYSV-style shared memory
45 options         UFS_ACL         # Support for access control lists
46 options         UFS_DIRHASH     # Hash-based directory lookup scheme
47 options         _KPOSIX_PRIORITY_SCHEDULING     # Posix P1003_1B RT extensions
48
49 # Various "busses"
50 device          pci             # PCI bus support
51
52 # Various (pseudo) devices
53 device          ether           # Ethernet support
54 device          loop            # Network loopback
55 device          md              # Memory "disks"
56 device          pty             # BSD-style compatibility pseudo ttys
57 device          random          # Entropy device
58 device          tun             # Packet tunnel.
59
60 # The `bpf' device enables the Berkeley Packet Filter.
61 # Be aware of the administrative consequences of enabling this!
62 device          bpf             # Berkeley packet filter