aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorWei Hu <whu@FreeBSD.org>2015-04-29 10:12:34 +0000
committerWei Hu <whu@FreeBSD.org>2015-04-29 10:12:34 +0000
commitda2f98a1cf890caeb84b303d3bd94da2b518785c (patch)
tree9002551ef1d373d143b1a55b2f835913b5458fa1 /sys/amd64/conf
parentc82b9f923426d26f1cbf9541ac5f54c78d1a6aa6 (diff)
downloadsrc-da2f98a1cf890caeb84b303d3bd94da2b518785c.tar.gz
src-da2f98a1cf890caeb84b303d3bd94da2b518785c.zip
Microsoft vmbus, storage and other related driver enhancements for HyperV.
- Vmbus multi channel support. - Vector interrupt support. - Signal optimization. - Storvsc driver performance improvement. - Scatter and gather support for storvsc driver. - Minor bug fix for KVP driver. Thanks royger, jhb and delphij from FreeBSD community for the reviews and comments. Also thanks Hovy Xu from NetApp for the contributions to the storvsc driver. PR: 195238 Submitted by: whu Reviewed by: royger, jhb, delphij Approved by: royger MFC after: 2 weeks Relnotes: yes Sponsored by: Microsoft OSTC
Notes
Notes: svn path=/head/; revision=282212
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC4
-rw-r--r--sys/amd64/conf/NOTES2
2 files changed, 5 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index bdaca33960f3..c24dd5ac918b 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -340,7 +340,9 @@ device virtio_blk # VirtIO Block device
device virtio_scsi # VirtIO SCSI device
device virtio_balloon # VirtIO Memory Balloon device
-# HyperV drivers
+# HyperV drivers and enchancement support
+# NOTE: HYPERV depends on hyperv. They must be added or removed together.
+options HYPERV # Hyper-V kernel infrastructure
device hyperv # HyperV drivers
# Xen HVM Guest Optimizations
diff --git a/sys/amd64/conf/NOTES b/sys/amd64/conf/NOTES
index 9b697f087e0d..e0fe46577fd7 100644
--- a/sys/amd64/conf/NOTES
+++ b/sys/amd64/conf/NOTES
@@ -494,6 +494,8 @@ device virtio_balloon # VirtIO Memory Balloon device
device virtio_random # VirtIO Entropy device
device virtio_console # VirtIO Console device
+# Microsoft Hyper-V enchancement support
+options HYPERV # Hyper-V kernel infrastructure
device hyperv # HyperV drivers
# Xen HVM Guest Optimizations