CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2020/04/27 06:36:03
Modified files: sys/dev/i2c : pcf8523.c Log message: Don't clear OSF flag when we attach such that we can reject the RTC clock time if the flag is set. Instead clear the flag when we set the time. This way we don't use the clock time if the oscillator has been interrupted. This happens for example when the battery is dead. ok sthen@