Subject: CVS commit: src/sys/arch/macppc/dev
To: None <source-changes@NetBSD.org>
From: Matthias Drochner <drochner@netbsd.org>
List: source-changes
Date: 06/26/2006 18:37:53
Module Name:	src
Committed By:	drochner
Date:		Mon Jun 26 18:37:53 UTC 2006

Modified Files:
	src/sys/arch/macppc/dev: ki2c.c

Log Message:
Better explicitely specify the "ki2c" interface attribute,
so that the "config_found" can't hit "i2cbus".
Up to now, this relied on the fact that the i2cbus and ki2c
attach args both had a string as first element which was used
to distinguish. Now, interface attributes should take care
that attach arguments are not misinterpreted.


To generate a diff of this commit:
cvs rdiff -r1.7 -r1.8 src/sys/arch/macppc/dev/ki2c.c

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