Module Name:    src
Committed By:   matt
Date:           Tue Jan  4 01:24:56 UTC 2011

Modified Files:
        src/sys/dev/i2c: files.i2c

Log Message:
Add a generic Motorola/Freescale i2c driver.  This was taken from sandpoint
and heavily modified.  It works on most Freescale PowerPC and ARM SoCs.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 src/sys/dev/i2c/files.i2c

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

Modified files:

Index: src/sys/dev/i2c/files.i2c
diff -u src/sys/dev/i2c/files.i2c:1.30 src/sys/dev/i2c/files.i2c:1.31
--- src/sys/dev/i2c/files.i2c:1.30	Mon Dec 27 20:42:51 2010
+++ src/sys/dev/i2c/files.i2c	Tue Jan  4 01:24:56 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: files.i2c,v 1.30 2010/12/27 20:42:51 jmcneill Exp $
+#	$NetBSD: files.i2c,v 1.31 2011/01/04 01:24:56 matt Exp $
 
 defflag	opt_i2cbus.h				I2C_SCAN
 define	i2cbus { }
@@ -22,6 +22,12 @@
 file	dev/i2c/xc5k.c				xc5k
 
 #
+# I2C master devices
+#
+define	motoi2c
+file	dev/i2c/motoi2c.c			motoi2c
+
+#
 # I2C client devices
 #
 

Reply via email to