diff options
author | delphij <delphij@FreeBSD.org> | 2013-12-16 06:41:31 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-12-16 06:41:31 +0000 |
commit | a12532878ede59447568dc8dfcd6f4f24981a51c (patch) | |
tree | 21a84b3e60800ce062de0ca30251b37a51a305fa | |
parent | 638d19cdfc3e1b9804fdac80041c562bd3910dbd (diff) | |
download | FreeBSD-src-a12532878ede59447568dc8dfcd6f4f24981a51c.zip FreeBSD-src-a12532878ede59447568dc8dfcd6f4f24981a51c.tar.gz |
MFC r258950:
Enable Hyper-V support in i386 GENERIC.
-rw-r--r-- | sys/i386/conf/GENERIC | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC index 0af6fde..dc54275 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -346,6 +346,9 @@ device virtio_blk # VirtIO Block device device virtio_scsi # VirtIO SCSI device device virtio_balloon # VirtIO Memory Balloon device +# HyperV drivers +device hyperv # HyperV drivers + # Xen HVM Guest Optimizations # NOTE: XENHVM depends on xenpci. They must be added or removed together. options XENHVM # Xen HVM kernel infrastructure |