Subject: CVS commit: src/sys/dev/i2c
To: None <source-changes@NetBSD.org>
From: Garrett D'Amore <gdamore@netbsd.org>
List: source-changes
Date: 07/14/2006 17:25:17
Module Name:	src
Committed By:	gdamore
Date:		Fri Jul 14 17:25:17 UTC 2006

Modified Files:
	src/sys/dev/i2c: i2c_bitbang.c

Log Message:
Add support for 10-bit addressing, per i2c specs.  This has not been tested
with any actual 10-bit devices (as I don't have any), but it doesn't seem to
impact 7-bit addressing any.  Approved by christos@, briggs@, and thorpej@.


To generate a diff of this commit:
cvs rdiff -r1.3 -r1.4 src/sys/dev/i2c/i2c_bitbang.c

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