Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/evbarm/conf re-enable seeprom(4), my A10 board seem...



details:   https://anonhg.NetBSD.org/src/rev/f7c139a2e47f
branches:  trunk
changeset: 828502:f7c139a2e47f
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Sat Dec 16 20:44:54 2017 +0000

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

diffstat:

 sys/arch/evbarm/conf/SUNXI |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r b89d003f320c -r f7c139a2e47f sys/arch/evbarm/conf/SUNXI
--- a/sys/arch/evbarm/conf/SUNXI        Sat Dec 16 20:04:38 2017 +0000
+++ b/sys/arch/evbarm/conf/SUNXI        Sat Dec 16 20:44:54 2017 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index