PERFORCE change 110185 for review
Sam Leffler
sam at FreeBSD.org
Tue Nov 21 17:17:09 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=110185
Change 110185 by sam at sam_ebb on 2006/11/18 04:05:44
o add transfer method for use by chips on the avila board
o add avila chips for now; cleanup to follow
Affected files ...
.. //depot/projects/arm/src/sys/dev/iicbus/iicbus.c#7 edit
Differences ...
==== //depot/projects/arm/src/sys/dev/iicbus/iicbus.c#7 (text+ko) ====
@@ -69,6 +69,8 @@
DEVMETHOD(bus_driver_added, bus_generic_driver_added),
DEVMETHOD(bus_print_child, bus_generic_print_child),
+ DEVMETHOD(iicbus_transfer, iicbus_transfer_gen),
+
{ 0, 0 }
};
@@ -140,6 +142,8 @@
#endif
device_add_child(dev, "ic", -1);
device_add_child(dev, "iicsmb", -1);
+ device_add_child(dev, "ds1672", -1);
+ device_add_child(dev, "ad7418", -1);
/* attach any known device */
device_add_child(dev, "iic", -1);
bus_generic_attach(dev);
More information about the p4-projects
mailing list