Changeset 762083b in mainline for uspace/drv/time/cmos-rtc/cmos-rtc.c
- Timestamp:
- 2012-08-20T22:24:43Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 971f50e7
- Parents:
- c9abf50
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/time/cmos-rtc/cmos-rtc.c
rc9abf50 r762083b 188 188 ddf_msg(LVL_DEBUG, "rtc_dev_initialize %s", ddf_dev_get_name(rtc->dev)); 189 189 190 rtc->boottime = 0; 191 190 192 hw_resource_list_t hw_resources; 191 193 memset(&hw_resources, 0, sizeof(hw_resource_list_t)); … … 313 315 } 314 316 315 fibril_mutex_lock(&rtc->mutex);316 317 317 /* now read the registers */ 318 318 do {
Note:
See TracChangeset
for help on using the changeset viewer.