Module Name:    src
Committed By:   jmcneill
Date:           Sat Oct 21 03:17:36 UTC 2017

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

Log Message:
Add seeprom(4)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 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.43 src/sys/arch/evbarm/conf/SUNXI:1.44
--- src/sys/arch/evbarm/conf/SUNXI:1.43	Fri Oct 20 22:29:33 2017
+++ src/sys/arch/evbarm/conf/SUNXI	Sat Oct 21 03:17:36 2017
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: SUNXI,v 1.43 2017/10/20 22:29:33 jmcneill Exp $
+#	$NetBSD: SUNXI,v 1.44 2017/10/21 03:17:36 jmcneill Exp $
 #
 #	Allwinner sunxi family
 #
@@ -173,6 +173,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
 
 # RTC
 sunxirtc*	at fdt?			# RTC

Reply via email to