Deleted Added
full compact
GENERIC (255736) GENERIC (255744)
1#
2# GENERIC -- Generic 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#
1#
2# GENERIC -- Generic 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: head/sys/amd64/conf/GENERIC 255736 2013-09-20 20:18:49Z davidch $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 255744 2013-09-20 22:59:22Z gibbs $
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
26
27options SCHED_ULE # ULE scheduler

--- 39 unchanged lines hidden (view full) ---

67options CAPABILITY_MODE # Capsicum capability mode
68options CAPABILITIES # Capsicum capabilities
69options PROCDESC # Support for process descriptors
70options MAC # TrustedBSD MAC Framework
71options KDTRACE_FRAME # Ensure frames are compiled in
72options KDTRACE_HOOKS # Kernel DTrace hooks
73options DDB_CTF # Kernel ELF linker loads CTF data
74options INCLUDE_CONFIG_FILE # Include this file in kernel
20
21cpu HAMMER
22ident GENERIC
23
24makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
25makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support
26
27options SCHED_ULE # ULE scheduler

--- 39 unchanged lines hidden (view full) ---

67options CAPABILITY_MODE # Capsicum capability mode
68options CAPABILITIES # Capsicum capabilities
69options PROCDESC # Support for process descriptors
70options MAC # TrustedBSD MAC Framework
71options KDTRACE_FRAME # Ensure frames are compiled in
72options KDTRACE_HOOKS # Kernel DTrace hooks
73options DDB_CTF # Kernel ELF linker loads CTF data
74options INCLUDE_CONFIG_FILE # Include this file in kernel
75options XENHVM # Include Xen support
75
76# Debugging support. Always need this:
77options KDB # Enable kernel debugger support.
78options KDB_TRACE # Print a stack trace for a panic.
79# For full debugger support use (turn off in stable branch):
80options DDB # Support DDB.
81options GDB # Support remote GDB.
82options DEADLKRES # Enable the deadlock resolver

--- 253 unchanged lines hidden (view full) ---

336# VirtIO support
337device virtio # Generic VirtIO bus (required)
338device virtio_pci # VirtIO PCI device
339device vtnet # VirtIO Ethernet device
340device virtio_blk # VirtIO Block device
341device virtio_scsi # VirtIO SCSI device
342device virtio_balloon # VirtIO Memory Balloon device
343
76
77# Debugging support. Always need this:
78options KDB # Enable kernel debugger support.
79options KDB_TRACE # Print a stack trace for a panic.
80# For full debugger support use (turn off in stable branch):
81options DDB # Support DDB.
82options GDB # Support remote GDB.
83options DEADLKRES # Enable the deadlock resolver

--- 253 unchanged lines hidden (view full) ---

337# VirtIO support
338device virtio # Generic VirtIO bus (required)
339device virtio_pci # VirtIO PCI device
340device vtnet # VirtIO Ethernet device
341device virtio_blk # VirtIO Block device
342device virtio_scsi # VirtIO SCSI device
343device virtio_balloon # VirtIO Memory Balloon device
344
345# Xen support
346device xenpci # Generic Xen bus
347
344# VMware support
345device vmx # VMware VMXNET3 Ethernet
348# VMware support
349device vmx # VMware VMXNET3 Ethernet