- Reflect changes in iic infrastructure.

This commit is contained in:
Stanislav Sedov 2008-08-05 08:20:58 +00:00
parent 0d724b8765
commit ea73ef7478

View File

@ -76,7 +76,7 @@ ds1339_probe(device_t dev)
int addr;
sc = device_get_softc(dev);
iicbus_get_addr(dev, &addr);
addr = iicbus_get_addr(dev);
if (addr != DS1339_ADDR) {
if (bootverbose)
device_printf(dev, "fixed I2C slave address should "