diff options
author | 2016-12-02 11:03:33 +0000 | |
---|---|---|
committer | 2016-12-02 11:03:33 +0000 | |
commit | 8a12e24568c94cd45ebfa4d5ee7ce416a7f00f6f (patch) | |
tree | 76b7fb3ecafc025003f8c5bfd30b2496a469424e | |
parent | Simplify. (diff) | |
download | wireguard-openbsd-8a12e24568c94cd45ebfa4d5ee7ce416a7f00f6f.tar.xz wireguard-openbsd-8a12e24568c94cd45ebfa4d5ee7ce416a7f00f6f.zip |
enable hvn(4)
ok mikeb@
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index da0cfbe46ba..94b7dd3c3e9 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.162 2016/06/28 04:41:37 jmatthew Exp $ +# $OpenBSD: RAMDISK_CD,v 1.163 2016/12/02 11:03:33 jsg Exp $ machine amd64 maxusers 4 @@ -57,6 +57,9 @@ xen0 at pvbus? # Xen HVM domU xnf* at xen? # Xen Netfront xspd0 at pci? # XenSource Platform Device +hyperv0 at pvbus? # Hyper-V guest +hvn* at hyperv? # Hyper-V NetVSC + pchb* at pci? # PCI-Host bridges aapic* at pci? # AMD 8131 IO apic ppb* at pci? # PCI-PCI bridges |