diff options
author | delphij <delphij@FreeBSD.org> | 2013-12-05 00:56:50 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2013-12-05 00:56:50 +0000 |
commit | cecb4fa64742bad1cfb2657f355bd543fc68c648 (patch) | |
tree | 9ac6c309051a0689eb8d9eecf6471e3998b9d178 /sys/i386/conf/GENERIC | |
parent | 8801a18040e4104adf5b44d345c3918888c8d656 (diff) | |
download | FreeBSD-src-cecb4fa64742bad1cfb2657f355bd543fc68c648.zip FreeBSD-src-cecb4fa64742bad1cfb2657f355bd543fc68c648.tar.gz |
Enable Hyper-V support in i386 GENERIC.
MFC after: 2 weeks
Diffstat (limited to 'sys/i386/conf/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 b692025..6d83d6a 100644 --- a/sys/i386/conf/GENERIC +++ b/sys/i386/conf/GENERIC @@ -354,6 +354,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 |