From e5517eb7cf3a46058f85f4fa2254ff97215cf884 Mon Sep 17 00:00:00 2001 From: grehan Date: Fri, 19 Jul 2013 05:32:58 +0000 Subject: First cut at adding the hyperv drivers to GENERIC. The files inventory should probably have the modules split out into net/storage/common etc as the modules build is, but this will do for now. --- sys/amd64/conf/GENERIC | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/amd64/conf') diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 17990a3..f3f6915 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/conf/GENERIC @@ -340,3 +340,6 @@ device vtnet # VirtIO Ethernet device 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 -- cgit v1.1