diff options
author | 2018-04-26 16:13:13 +0000 | |
---|---|---|
committer | 2018-04-26 16:13:13 +0000 | |
commit | 1d70d43ba3c60457212e06a74ea9310cdbdb1c6d (patch) | |
tree | 4c88c0a65d5b85559e6a9805dd158a228ba02720 | |
parent | vmd(8): bump virtio network max queue size to 256 (to match qemu) (diff) | |
download | wireguard-openbsd-1d70d43ba3c60457212e06a74ea9310cdbdb1c6d.tar.xz wireguard-openbsd-1d70d43ba3c60457212e06a74ea9310cdbdb1c6d.zip |
Oups, we only need vmmci(4) for the ramdisk, not the whole vmm(4).
noticed by deraadt@ and mlarkin@
-rw-r--r-- | sys/arch/amd64/conf/RAMDISK_CD | 3 | ||||
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/arch/amd64/conf/RAMDISK_CD b/sys/arch/amd64/conf/RAMDISK_CD index 6748fb4ea25..e1584ab0e2a 100644 --- a/sys/arch/amd64/conf/RAMDISK_CD +++ b/sys/arch/amd64/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.170 2018/04/26 15:05:31 phessler Exp $ +# $OpenBSD: RAMDISK_CD,v 1.171 2018/04/26 16:13:13 phessler Exp $ machine amd64 maxusers 4 @@ -53,7 +53,6 @@ ioapic* at mainbus? isa0 at mainbus0 #isa0 at pcib? pci* at mainbus0 -vmm0 at mainbus0 pvbus0 at mainbus0 xen0 at pvbus? # Xen HVM domU diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 4d20c2e9940..267f4f85929 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.236 2018/04/26 15:05:31 phessler Exp $ +# $OpenBSD: RAMDISK_CD,v 1.237 2018/04/26 16:13:13 phessler Exp $ machine i386 maxusers 4 @@ -54,7 +54,6 @@ isa0 at mainbus0 isa0 at pcib? eisa0 at mainbus0 pci* at mainbus0 -vmm0 at mainbus0 pchb* at pci? # PCI-Host bridges ppb* at pci? # PCI-PCI bridges |