PERFORCE change 110612 for review

Warner Losh imp at FreeBSD.org
Mon Nov 27 21:35:32 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=110612

Change 110612 by imp at imp_lighthouse on 2006/11/28 01:58:03

	Fix minor confusion about where to place the iicbus_transfer_gen.

Affected files ...

.. //depot/projects/arm/src/sys/dev/iicbus/iicbb.c#5 edit
.. //depot/projects/arm/src/sys/dev/iicbus/iicbus.c#10 edit

Differences ...

==== //depot/projects/arm/src/sys/dev/iicbus/iicbb.c#5 (text+ko) ====

@@ -92,6 +92,7 @@
 	DEVMETHOD(iicbus_write,		iicbb_write),
 	DEVMETHOD(iicbus_read,		iicbb_read),
 	DEVMETHOD(iicbus_reset,		iicbb_reset),
+	DEVMETHOD(iicbus_transfer,	iicbus_transfer_gen),
 
 	{ 0, 0 }
 };

==== //depot/projects/arm/src/sys/dev/iicbus/iicbus.c#10 (text+ko) ====

@@ -252,7 +252,7 @@
 	DEVMETHOD(bus_hinted_child,	iicbus_hinted_child),
 
 	/* iicbus interface */
-	DEVMETHOD(iicbus_transfer,	iicbus_transfer_gen),
+	DEVMETHOD(iicbus_transfer,	iicbus_transfer),
 
         { 0, 0 }
 };


More information about the p4-projects mailing list