nwhitehorn 7fc852ff0a Revert revision 186833 and try a different strategy to allow this device to
work when the bus attaches its own children. Instead of hardcoding a unit
number and returning BUS_PROBE_NOWILDCARD, which will break multiple iicbus
systems, check in the probe routine whether the device address is 0. Real
I2C devices will never have this address, but devices added with
BUS_ADD_CHILD() will.

Requested by:	jhb
Reviewed by:	jhb
2009-01-15 23:14:59 +00:00
..
2009-01-14 21:31:22 +00:00
2009-01-13 19:05:10 +00:00
2009-01-13 18:49:35 +00:00
2009-01-15 11:54:31 +00:00