diff options
author | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-06-22 01:13:08 +0000 |
---|---|---|
committer | Mike Belopuhov <mikeb@cvs.openbsd.org> | 2016-06-22 01:13:08 +0000 |
commit | 0b78150066bff8994ee1ad7704864069fd4c1247 (patch) | |
tree | d9be34c7a135cebd33367f46c63081c8430a4367 /sys/arch/amd64 | |
parent | 32245e4d12d02d78f28ec658568a7b77e78b0a74 (diff) |
Main Hyper-V nexus driver, work in progress.
ok mlarkin, deraadt
Diffstat (limited to 'sys/arch/amd64')
-rw-r--r-- | sys/arch/amd64/conf/GENERIC | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/GENERIC b/sys/arch/amd64/conf/GENERIC index 81d13016ed1..effc0bd9eed 100644 --- a/sys/arch/amd64/conf/GENERIC +++ b/sys/arch/amd64/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.420 2016/06/15 19:39:34 gerhard Exp $ +# $OpenBSD: GENERIC,v 1.421 2016/06/22 01:13:07 mikeb Exp $ # # For further information on compiling OpenBSD kernels, see the config(8) # man page. @@ -74,6 +74,8 @@ vmt0 at pvbus? # VMware Tools xen0 at pvbus? # Xen HVM domU xnf* at xen? # Xen Netfront +#hyperv0 at pvbus? # Hyper-V guest + option PCIVERBOSE option USBVERBOSE |