summaryrefslogtreecommitdiffstats
path: root/sys/amd64/conf
diff options
context:
space:
mode:
authorgrehan <grehan@FreeBSD.org>2013-07-19 05:32:58 +0000
committergrehan <grehan@FreeBSD.org>2013-07-19 05:32:58 +0000
commite5517eb7cf3a46058f85f4fa2254ff97215cf884 (patch)
treea958debb2344ec9af34a05fa52872f5d7b5e9fa0 /sys/amd64/conf
parent749888363db1320e1cc3818fcd71e411c3a955ca (diff)
downloadFreeBSD-src-e5517eb7cf3a46058f85f4fa2254ff97215cf884.zip
FreeBSD-src-e5517eb7cf3a46058f85f4fa2254ff97215cf884.tar.gz
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.
Diffstat (limited to 'sys/amd64/conf')
-rw-r--r--sys/amd64/conf/GENERIC3
1 files changed, 3 insertions, 0 deletions
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
OpenPOWER on IntegriCloud