]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - sys/amd64/conf/XENHVM
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.git] / sys / amd64 / conf / XENHVM
1 #
2 # XENHVM -- Xen HVM kernel configuration file for FreeBSD/amd64
3 #
4 # For more information on this file, please read the config(5) manual page,
5 # and/or the handbook section on Kernel Configuration Files:
6 #
7 #    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 cpu             HAMMER
22 ident           XENHVM
23
24 # To statically compile in device wiring instead of /boot/device.hints
25 #hints          "GENERIC.hints"         # Default places to look for devices.
26
27 # Use the following to compile in values accessible to the kernel
28 # through getenv() (or kenv(1) in userland). The format of the file
29 # is 'variable=value', see kenv(1)
30 #
31 # env           "GENERIC.env"
32
33 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
34 makeoptions     MODULES_OVERRIDE=""
35
36 options         SCHED_ULE               # ULE scheduler
37 options         PREEMPTION              # Enable kernel thread preemption
38 options         INET                    # InterNETworking
39 options         INET6                   # IPv6 communications protocols
40 options         SCTP                    # Stream Control Transmission Protocol
41 options         FFS                     # Berkeley Fast Filesystem
42 options         SOFTUPDATES             # Enable FFS soft updates support
43 options         UFS_ACL                 # Support for access control lists
44 options         UFS_DIRHASH             # Improve performance on big directories
45 options         UFS_GJOURNAL            # Enable gjournal-based UFS journaling
46 options         MD_ROOT                 # MD is a potential root device
47 options         NFSCLIENT               # Network Filesystem Client
48 options         NFSSERVER               # Network Filesystem Server
49 options         NFSLOCKD                # Network Lock Manager
50 options         NFS_ROOT                # NFS usable as /, requires NFSCLIENT
51 options         MSDOSFS                 # MSDOS Filesystem
52 options         CD9660                  # ISO 9660 Filesystem
53 options         PROCFS                  # Process filesystem (requires PSEUDOFS)
54 options         PSEUDOFS                # Pseudo-filesystem framework
55 options         GEOM_PART_GPT           # GUID Partition Tables.
56 options         GEOM_LABEL              # Provides labelization
57 options         COMPAT_43TTY            # BSD 4.3 TTY compat (sgtty)
58 options         COMPAT_FREEBSD32        # Compatible with i386 binaries
59 options         COMPAT_FREEBSD4         # Compatible with FreeBSD4
60 options         COMPAT_FREEBSD5         # Compatible with FreeBSD5
61 options         COMPAT_FREEBSD6         # Compatible with FreeBSD6
62 options         COMPAT_FREEBSD7         # Compatible with FreeBSD7
63 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
64 options         KTRACE                  # ktrace(1) support
65 options         STACK                   # stack(9) support
66 options         SYSVSHM                 # SYSV-style shared memory
67 options         SYSVMSG                 # SYSV-style message queues
68 options         SYSVSEM                 # SYSV-style semaphores
69 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
70 options         KBD_INSTALL_CDEV        # install a CDEV entry in /dev
71 options         HWPMC_HOOKS             # Necessary kernel hooks for hwpmc(4)
72 options         AUDIT                   # Security event auditing
73 #options        KDTRACE_FRAME           # Ensure frames are compiled in
74 #options        KDTRACE_HOOKS           # Kernel DTrace hooks
75 options         NO_ADAPTIVE_MUTEXES
76 options         NO_ADAPTIVE_RWLOCKS
77
78 # Debugging for use in -current
79 options         KDB                     # Enable kernel debugger support.
80 options         DDB                     # Support DDB.
81 options         GDB                     # Support remote GDB.
82 options         INVARIANTS              # Enable calls of extra sanity checking
83 options         INVARIANT_SUPPORT       # Extra sanity checks of internal structures, required by INVARIANTS
84 options         WITNESS                 # Enable checks to detect deadlocks and cycles
85 options         WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
86
87 # Make an SMP-capable kernel by default
88 options         SMP                     # Symmetric MultiProcessor Kernel
89
90 # CPU frequency control
91 device          cpufreq
92
93 # Bus support.
94 device          acpi
95 device          pci
96
97 # Floppy drives
98 device          fdc
99
100 # Xen HVM support
101 options         XENHVM
102 device          xenpci
103
104 # ATA and ATAPI devices
105 device          ata
106 device          atadisk         # ATA disk drives
107 device          ataraid         # ATA RAID drives
108 device          atapicd         # ATAPI CDROM drives
109 device          atapifd         # ATAPI floppy drives
110 device          atapist         # ATAPI tape drives
111 options         ATA_STATIC_ID   # Static device numbering
112
113 # SCSI peripherals
114 device          scbus           # SCSI bus (required for SCSI)
115 device          ch              # SCSI media changers
116 device          da              # Direct Access (disks)
117 device          sa              # Sequential Access (tape etc)
118 device          cd              # CD
119 device          pass            # Passthrough device (direct SCSI access)
120 device          ses             # SCSI Environmental Services (and SAF-TE)
121
122
123 # atkbdc0 controls both the keyboard and the PS/2 mouse
124 device          atkbdc          # AT keyboard controller
125 device          atkbd           # AT keyboard
126 device          psm             # PS/2 mouse
127
128 device          kbdmux          # keyboard multiplexer
129
130 device          vga             # VGA video card driver
131
132 device          splash          # Splash screen and screen saver support
133
134 # syscons is the default console driver, resembling an SCO console
135 device          sc
136
137 device          agp             # support several AGP chipsets
138
139 # Serial (COM) ports
140 device          uart            # Generic UART driver
141
142 # PCI Ethernet NICs that use the common MII bus controller code.
143 # NOTE: Be sure to keep the 'device miibus' line in order to use these NICs!
144 device          miibus          # MII bus support
145 device          re              # RealTek 8139C+/8169/8169S/8110S
146
147 # Pseudo devices.
148 device          loop            # Network loopback
149 device          random          # Entropy device
150 device          ether           # Ethernet support
151 device          tun             # Packet tunnel.
152 device          pty             # BSD-style compatibility pseudo ttys
153 device          md              # Memory "disks"
154 device          gif             # IPv6 and IPv4 tunneling
155 device          faith           # IPv6-to-IPv4 relaying (translation)
156 device          firmware        # firmware assist module
157
158 # The `bpf' device enables the Berkeley Packet Filter.
159 # Be aware of the administrative consequences of enabling this!
160 # Note that 'bpf' is required for DHCP.
161 device          bpf             # Berkeley packet filter