diff options
author | Peter Hessler <phessler@cvs.openbsd.org> | 2018-04-26 16:13:14 +0000 |
---|---|---|
committer | Peter Hessler <phessler@cvs.openbsd.org> | 2018-04-26 16:13:14 +0000 |
commit | edee875b4fac6f4b26f94821596c66f81d7ed483 (patch) | |
tree | f057ff415386ece78fa65083b994a71bd644e596 | |
parent | 37d86d5315e53adfc3f36054f4dbdb510607aea3 (diff) |
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 |