Deleted Added
full compact
NOTES (277227) NOTES (282212)
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
1#
2# NOTES -- Lines that can be cut/pasted into kernel and hints configs.
3#
4# This file contains machine dependent kernel configuration notes. For
5# machine independent notes, look in /sys/conf/NOTES.
6#
7# $FreeBSD: head/sys/amd64/conf/NOTES 277227 2015-01-16 01:39:24Z np $
7# $FreeBSD: head/sys/amd64/conf/NOTES 282212 2015-04-29 10:12:34Z whu $
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

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

489device virtio_pci # VirtIO PCI Interface
490device vtnet # VirtIO Ethernet device
491device virtio_blk # VirtIO Block device
492device virtio_scsi # VirtIO SCSI device
493device virtio_balloon # VirtIO Memory Balloon device
494device virtio_random # VirtIO Entropy device
495device virtio_console # VirtIO Console device
496
8#
9
10#
11# We want LINT to cover profiling as well.
12profile 2
13
14#
15# Enable the kernel DTrace hooks which are required to load the DTrace

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

489device virtio_pci # VirtIO PCI Interface
490device vtnet # VirtIO Ethernet device
491device virtio_blk # VirtIO Block device
492device virtio_scsi # VirtIO SCSI device
493device virtio_balloon # VirtIO Memory Balloon device
494device virtio_random # VirtIO Entropy device
495device virtio_console # VirtIO Console device
496
497# Microsoft Hyper-V enchancement support
498options HYPERV # Hyper-V kernel infrastructure
497device hyperv # HyperV drivers
498
499# Xen HVM Guest Optimizations
500options XENHVM # Xen HVM kernel infrastructure
501device xenpci # Xen HVM Hypervisor services driver
502
503#####################################################################
504

--- 166 unchanged lines hidden ---
499device hyperv # HyperV drivers
500
501# Xen HVM Guest Optimizations
502options XENHVM # Xen HVM kernel infrastructure
503device xenpci # Xen HVM Hypervisor services driver
504
505#####################################################################
506

--- 166 unchanged lines hidden ---