Deleted Added
full compact
36c36
< __FBSDID("$FreeBSD: head/sys/pc98/cbus/pcrtc.c 170289 2007-06-04 18:25:08Z dwmalone $");
---
> __FBSDID("$FreeBSD: head/sys/pc98/cbus/pcrtc.c 171553 2007-07-23 09:42:32Z dwmalone $");
641c641,645
< clock_ct_to_ts(&ct, &ts);
---
> /* Should we set dow = -1 because some clocks don't set it correctly? */
> if (clock_ct_to_ts(&ct, &ts)) {
> printf("Invalid time in clock: check and reset the date!\n");
> return;
> }