Module Name:    src
Committed By:   jmcneill
Date:           Fri Oct 24 10:48:05 UTC 2014

Modified Files:
        src/sys/arch/evbarm/conf: BPI CUBIEBOARD

Log Message:
disable axp20x for now, it seems after a while we get "send STOP failed" from 
i2c bus and then things go from bad to worse


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/evbarm/conf/BPI
cvs rdiff -u -r1.28 -r1.29 src/sys/arch/evbarm/conf/CUBIEBOARD

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/evbarm/conf/BPI
diff -u src/sys/arch/evbarm/conf/BPI:1.5 src/sys/arch/evbarm/conf/BPI:1.6
--- src/sys/arch/evbarm/conf/BPI:1.5	Fri Oct 24 07:00:49 2014
+++ src/sys/arch/evbarm/conf/BPI	Fri Oct 24 10:48:05 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: BPI,v 1.5 2014/10/24 07:00:49 skrll Exp $
+#	$NetBSD: BPI,v 1.6 2014/10/24 10:48:05 jmcneill Exp $
 #
 #	BPI -- Banana Pi - an Allwinner A20 Eval Board Kernel
 #
@@ -228,7 +228,7 @@ gpio*		at awingpio?
 awiniic0	at awinio? port 0
 #awiniic*	at awinio? port ?
 iic*		at awiniic?
-axp20x0 	at iic0 addr 0x34	# AXP209 Power Management Unit
+#axp20x0 	at iic0 addr 0x34	# AXP209 Power Management Unit
 
 # On-board 16550 UARTs
 com0		at awinio? port 0			# UART0 (console)

Index: src/sys/arch/evbarm/conf/CUBIEBOARD
diff -u src/sys/arch/evbarm/conf/CUBIEBOARD:1.28 src/sys/arch/evbarm/conf/CUBIEBOARD:1.29
--- src/sys/arch/evbarm/conf/CUBIEBOARD:1.28	Wed Oct 15 23:04:08 2014
+++ src/sys/arch/evbarm/conf/CUBIEBOARD	Fri Oct 24 10:48:05 2014
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: CUBIEBOARD,v 1.28 2014/10/15 23:04:08 jmcneill Exp $
+#	$NetBSD: CUBIEBOARD,v 1.29 2014/10/24 10:48:05 jmcneill Exp $
 #
 #	CUBIEBOARD -- Allwinner A10/A20 Eval Board Kernel
 #
@@ -226,7 +226,7 @@ gpio*		at awingpio?
 awiniic0	at awinio? port 0
 #awiniic*	at awinio? port ?
 iic*		at awiniic?
-axp20x0 	at iic0 addr 0x34	# AXP209 Power Management Unit
+#axp20x0 	at iic0 addr 0x34	# AXP209 Power Management Unit
 
 # On-board 16550 UARTs
 com0		at awinio? port 0			# UART0 (console)

Reply via email to