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