enable virtio pci attachment on armv7
authorjsg <jsg@openbsd.org>
Sun, 5 Aug 2018 13:20:58 +0000 (13:20 +0000)
committerjsg <jsg@openbsd.org>
Sun, 5 Aug 2018 13:20:58 +0000 (13:20 +0000)
sys/arch/armv7/conf/GENERIC
sys/arch/armv7/conf/RAMDISK

index 049413d..a0f6397 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.117 2018/08/03 13:37:08 kevlo Exp $
+#      $OpenBSD: GENERIC,v 1.118 2018/08/05 13:20:58 jsg Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -124,6 +124,7 @@ sysreg*             at fdt?
 pluart*                at fdt?
 plrtc*         at fdt?
 virtio*                at fdt?
+virtio*                at pci?
 pciecam*       at fdt?
 pci*           at pciecam?
 
index 6ac1d04..f1d6c19 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.104 2018/08/05 08:54:05 jsg Exp $
+#      $OpenBSD: RAMDISK,v 1.105 2018/08/05 13:20:58 jsg Exp $
 
 machine                armv7 arm
 
@@ -115,6 +115,7 @@ sysreg*             at fdt?
 pluart*                at fdt?
 plrtc*         at fdt?
 virtio*                at fdt?
+virtio*                at pci?
 pciecam*       at fdt?
 pci*           at pciecam?