Module Name:    src
Committed By:   jakllsch
Date:           Wed Sep 26 20:25:51 UTC 2018

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

Log Message:
Add dwiic(4) and spdmem(4).


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 src/sys/arch/evbarm/conf/GENERIC64

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/GENERIC64
diff -u src/sys/arch/evbarm/conf/GENERIC64:1.37 src/sys/arch/evbarm/conf/GENERIC64:1.38
--- src/sys/arch/evbarm/conf/GENERIC64:1.37	Sat Sep 15 16:22:20 2018
+++ src/sys/arch/evbarm/conf/GENERIC64	Wed Sep 26 20:25:51 2018
@@ -1,5 +1,5 @@
 #
-#	$NetBSD: GENERIC64,v 1.37 2018/09/15 16:22:20 jmcneill Exp $
+#	$NetBSD: GENERIC64,v 1.38 2018/09/26 20:25:51 jakllsch Exp $
 #
 #	GENERIC ARM (aarch64) kernel
 #
@@ -238,6 +238,7 @@ plcom*		at fdt?	pass 4		# ARM PL011 UART
 
 # I2C controllers
 bsciic*		at fdt?			# Broadcom BCM283x Serial Control
+dwiic*		at fdt?			# Designware I2C
 rkiic*		at fdt?			# Rockchip I2C
 sunxirsb*	at fdt?			# Allwinner RSB
 sunxitwi*	at fdt?			# Allwinner TWI
@@ -247,6 +248,7 @@ iic*		at i2cbus?
 # I2C devices
 titemp*		at iic?
 seeprom*	at iic?
+spdmem*		at iic?			# memory module SPD EEPROM decoder
 as3722pmic*	at iic?
 as3722reg*	at as3722pmic?
 axppmic*	at iic?			# X-Powers AXP Power Management IC

Reply via email to