Deleted Added
full compact
GENERIC (279447) GENERIC (282212)
1#
2# GENERIC -- Generic kernel configuration file for FreeBSD/i386
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/i386
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/i386/conf/GENERIC 279447 2015-03-01 00:40:09Z rstone $
19# $FreeBSD: head/sys/i386/conf/GENERIC 282212 2015-04-29 10:12:34Z whu $
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support

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

353# VirtIO support
354device virtio # Generic VirtIO bus (required)
355device virtio_pci # VirtIO PCI device
356device vtnet # VirtIO Ethernet device
357device virtio_blk # VirtIO Block device
358device virtio_scsi # VirtIO SCSI device
359device virtio_balloon # VirtIO Memory Balloon device
360
20
21cpu I486_CPU
22cpu I586_CPU
23cpu I686_CPU
24ident GENERIC
25
26makeoptions DEBUG=-g # Build kernel with gdb(1) debug symbols
27makeoptions WITH_CTF=1 # Run ctfconvert(1) for DTrace support

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

353# VirtIO support
354device virtio # Generic VirtIO bus (required)
355device virtio_pci # VirtIO PCI device
356device vtnet # VirtIO Ethernet device
357device virtio_blk # VirtIO Block device
358device virtio_scsi # VirtIO SCSI device
359device virtio_balloon # VirtIO Memory Balloon device
360
361# HyperV drivers
361# HyperV drivers and enchancement support
362# NOTE: HYPERV depends on hyperv. They must be added or removed together.
363options HYPERV # Hyper-V kernel infrastructure
362device hyperv # HyperV drivers
363
364# Xen HVM Guest Optimizations
365# NOTE: XENHVM depends on xenpci. They must be added or removed together.
366options XENHVM # Xen HVM kernel infrastructure
367device xenpci # Xen HVM Hypervisor services driver
368
369# VMware support
370device vmx # VMware VMXNET3 Ethernet
364device hyperv # HyperV drivers
365
366# Xen HVM Guest Optimizations
367# NOTE: XENHVM depends on xenpci. They must be added or removed together.
368options XENHVM # Xen HVM kernel infrastructure
369device xenpci # Xen HVM Hypervisor services driver
370
371# VMware support
372device vmx # VMware VMXNET3 Ethernet