Disable edma(4). It isn't currently used and is getting in the way of
authorjsg <jsg@openbsd.org>
Sat, 6 Aug 2016 09:50:55 +0000 (09:50 +0000)
committerjsg <jsg@openbsd.org>
Sat, 6 Aug 2016 09:50:55 +0000 (09:50 +0000)
future changes as it establishes an interrupt but hasn't been converted
to attach with the fdt.

ok kettenis@

sys/arch/armv7/conf/GENERIC
sys/arch/armv7/conf/RAMDISK

index a2ef41e..b8d069d 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.39 2016/08/06 00:54:02 jsg Exp $
+#      $OpenBSD: GENERIC,v 1.40 2016/08/06 09:50:55 jsg Exp $
 #
 # For further information on compiling OpenBSD kernels, see the config(8)
 # man page.
@@ -62,7 +62,7 @@ omapid*               at omap?
 
 # OMAP on-chip devices
 intc*          at omap?                # OMAP3 interrupt controller
-edma*          at omap?                # OMAP3 dma controller
+#edma*         at omap?                # OMAP3 dma controller
 prcm*          at omap?                # power/clock controller
 sitaracm*      at omap?                # sitara control module
 omdog*         at fdt?                 # watchdog timer
index 4c95f49..a97e95e 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: RAMDISK,v 1.36 2016/08/06 00:54:02 jsg Exp $
+#      $OpenBSD: RAMDISK,v 1.37 2016/08/06 09:50:55 jsg Exp $
 
 machine                armv7 arm
 
@@ -61,7 +61,7 @@ omapid*               at omap?
 
 # OMAP on-chip devices
 intc*          at omap?                # OMAP3 interrupt controller
-edma*          at omap?                # OMAP3 dma controller
+#edma*         at omap?                # OMAP3 dma controller
 prcm*          at omap?                # power/clock controller
 sitaracm*      at omap?                # sitara control module
 omdog*         at fdt?                 # watchdog timer