PERFORCE change 105836 for review

Warner Losh imp at FreeBSD.org
Fri Sep 8 06:57:19 UTC 2006


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

Change 105836 by imp at imp_lighthouse on 2006/09/08 06:56:54

	Add back some stuff I didn't understand before so I removed.

Affected files ...

.. //depot/projects/arm/src/sys/dev/iicbus/iicbus.c#6 edit

Differences ...

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

@@ -138,13 +138,10 @@
 	}
 	printf("\n");
 #endif
-  
 	device_add_child(dev, "ic", -1);
 	device_add_child(dev, "iicsmb", -1);
-#if 0
 	/* attach any known device */
 	device_add_child(dev, "iic", -1);
-#endif         
 	bus_generic_attach(dev);
         return (0);
 }


More information about the p4-projects mailing list