Module Name:    src
Committed By:   jmcneill
Date:           Sat Dec 16 20:44:54 UTC 2017

Modified Files:
        src/sys/arch/evbarm/conf: SUNXI

Log Message:
re-enable seeprom(4), my A10 board seems happy with it again


To generate a diff of this commit:
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/evbarm/conf/SUNXI

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/SUNXI
diff -u src/sys/arch/evbarm/conf/SUNXI:1.55 src/sys/arch/evbarm/conf/SUNXI:1.56
--- src/sys/arch/evbarm/conf/SUNXI:1.55	Sun Dec  3 17:18:53 2017
+++ src/sys/arch/evbarm/conf/SUNXI	Sat Dec 16 20:44:54 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.55 2017/12/03 17:18:53 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.56 2017/12/16 20:44:54 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -235,7 +235,7 @@ axp20xreg*	at axp20x?
 axp22x*		at iic?			# AXP221 Power Management IC
 sy8106a*	at iic?			# Silergy SY81061 regulator
 pcf8563rtc*	at iic?			# PCF8563 RTC
-#seeprom*	at iic?			# AT24Cxx Serial EEPROM
+seeprom*	at iic?			# AT24Cxx Serial EEPROM
 
 # RTC
 sunxirtc*	at fdt?			# RTC

Reply via email to