diff options
author | 2018-05-01 14:12:11 +0000 | |
---|---|---|
committer | 2018-05-01 14:12:11 +0000 | |
commit | 9a388f1819807e20aaeba9130e0832eaf7d5d72c (patch) | |
tree | 253e51feff066b34366f8b4035a0175ec133e203 | |
parent | const for BIO_f_ssl(), the last const difference to OpenSSL in our (diff) | |
download | wireguard-openbsd-9a388f1819807e20aaeba9130e0832eaf7d5d72c.tar.xz wireguard-openbsd-9a388f1819807e20aaeba9130e0832eaf7d5d72c.zip |
vmmci(4) depends on pvbus(4) being available, unbreak
from mlarkin@
-rw-r--r-- | sys/arch/i386/conf/RAMDISK_CD | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK_CD b/sys/arch/i386/conf/RAMDISK_CD index 267f4f85929..577de403ef7 100644 --- a/sys/arch/i386/conf/RAMDISK_CD +++ b/sys/arch/i386/conf/RAMDISK_CD @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK_CD,v 1.237 2018/04/26 16:13:13 phessler Exp $ +# $OpenBSD: RAMDISK_CD,v 1.238 2018/05/01 14:12:11 phessler Exp $ machine i386 maxusers 4 @@ -29,6 +29,8 @@ config bsd root on rd0a swap on rd0b and wd0b and sd0b mainbus0 at root +pvbus0 at mainbus0 # Paravirtual device bus + acpi0 at bios? #acpitimer* at acpi? #acpihpet* at acpi? |