# # ChangeLog for uspace/drv/time/cmos-rtc in mainline # # Generated by Trac 1.6 # 2026-05-29T21:12:26Z Wed, 04 Apr 2012 19:48:57 GMT Maurizio Lombardi [f87ea202] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: it is sufficient to just read the second to understand if the ... Tue, 03 Apr 2012 19:07:05 GMT Maurizio Lombardi [fc7d28e] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: driver improvements - Fix bcd mode detection - Check if the ... Tue, 03 Apr 2012 15:12:44 GMT Maurizio Lombardi [eccdc9e2] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: fixme, bcd_mode is not correctly detected Tue, 03 Apr 2012 15:01:03 GMT Maurizio Lombardi [aeef318] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: Fix the previous commit Tue, 03 Apr 2012 11:39:20 GMT Maurizio Lombardi [05ed9d7] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: count the months starting from 0, not from 1 Tue, 03 Apr 2012 10:23:48 GMT Maurizio Lombardi [db8d552] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: read the time from the rtc: - Perform the read in the ... Tue, 03 Apr 2012 10:21:43 GMT Maurizio Lombardi [d9c11eed] * uspace/drv/time/cmos-rtc/cmos-regs.h (modified) rtc: add the "status B" register address to the list of CMOS ... Tue, 03 Apr 2012 09:37:56 GMT Maurizio Lombardi [3b79ba5] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add a function to read a generic register from the CMOS memory Tue, 03 Apr 2012 09:15:30 GMT Maurizio Lombardi [f30ee571] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add the rtc_update_in_progress() function Tue, 03 Apr 2012 09:14:37 GMT Maurizio Lombardi [010341d] * uspace/drv/time/cmos-rtc/cmos-regs.h (added) rtc: add the cmos registers addresses. Tue, 03 Apr 2012 08:22:35 GMT Maurizio Lombardi [2a5171db] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add the rtc_close() callback. Tue, 03 Apr 2012 08:10:43 GMT Maurizio Lombardi [923b2eba] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) rtc: add the rtc_open() callback Tue, 03 Apr 2012 07:51:15 GMT Maurizio Lombardi [8d2963d] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) * uspace/lib/c/include/sys/time.h (modified) * uspace/lib/drv/include/ops/clock.h (modified) rtc: replace time_t with the new tm structure Sun, 01 Apr 2012 21:02:17 GMT Maurizio Lombardi [28ca043f] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: raise an error if the I/O range assigned to the device is too small. Sun, 01 Apr 2012 20:19:01 GMT Maurizio Lombardi [4b44de57] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: invoke the cleanup function in case of errors Sun, 01 Apr 2012 19:32:06 GMT Maurizio Lombardi [0883de8] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: add the driver to the "clock" category; add a function to enable ... Sat, 31 Mar 2012 11:37:04 GMT Maurizio Lombardi [c47f1b6] * uspace/drv/time/cmos-rtc/cmos-rtc.c (modified) RTC: read the I/O address assigned to the device. Sat, 31 Mar 2012 09:56:45 GMT Maurizio Lombardi [5ef13847] * boot/arch/amd64/Makefile.inc (modified) * uspace/Makefile (modified) * uspace/drv/time/cmos-rtc/Makefile (added) * uspace/drv/time/cmos-rtc/cmos-rtc.c (moved) * uspace/drv/time/cmos-rtc/cmos-rtc.ma (added) RTC: move the rtc driver under drv/time/cmos-rtc