// log.info("i82371AB revision " + revision + ", ACPI configuration: enabled(" +
// (pmregenabled !=0 ? true : false) + ") pmbase(" + Integer.toHexString(pmbase) + ")
// countb(" +Integer.toHexString(countb)+")");
smbControler = new i82371AB_ACPI_SMBusControler(device);
smbus = new SMBus(device, smbControler);
smbus.probeDevices();
}