Deleted Added
full compact
GENERIC (280182) GENERIC (282212)
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 280182 2015-03-17 18:32:28Z jfv $
19# $FreeBSD: head/sys/amd64/conf/GENERIC 282212 2015-04-29 10:12:34Z whu $
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

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

335# VirtIO support
336device virtio # Generic VirtIO bus (required)
337device virtio_pci # VirtIO PCI device
338device vtnet # VirtIO Ethernet device
339device virtio_blk # VirtIO Block device
340device virtio_scsi # VirtIO SCSI device
341device virtio_balloon # VirtIO Memory Balloon device
342
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

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

335# VirtIO support
336device virtio # Generic VirtIO bus (required)
337device virtio_pci # VirtIO PCI device
338device vtnet # VirtIO Ethernet device
339device virtio_blk # VirtIO Block device
340device virtio_scsi # VirtIO SCSI device
341device virtio_balloon # VirtIO Memory Balloon device
342
343# HyperV drivers
343# HyperV drivers and enchancement support
344# NOTE: HYPERV depends on hyperv. They must be added or removed together.
345options HYPERV # Hyper-V kernel infrastructure
344device hyperv # HyperV drivers
345
346# Xen HVM Guest Optimizations
347# NOTE: XENHVM depends on xenpci. They must be added or removed together.
348options XENHVM # Xen HVM kernel infrastructure
349device xenpci # Xen HVM Hypervisor services driver
350
351# VMware support
352device vmx # VMware VMXNET3 Ethernet
353
354# Netmap provides direct access to TX/RX rings on supported NICs
355device netmap # netmap(4) support
356
346device hyperv # HyperV drivers
347
348# Xen HVM Guest Optimizations
349# NOTE: XENHVM depends on xenpci. They must be added or removed together.
350options XENHVM # Xen HVM kernel infrastructure
351device xenpci # Xen HVM Hypervisor services driver
352
353# VMware support
354device vmx # VMware VMXNET3 Ethernet
355
356# Netmap provides direct access to TX/RX rings on supported NICs
357device netmap # netmap(4) support
358