cvs commit: src/sys/ia64/conf DEFAULTS src/sys/ia64/ia64 clock.c
nexus.c
Marcel Moolenaar
marcel at FreeBSD.org
Tue Apr 15 17:02:24 UTC 2008
marcel 2008-04-15 17:02:24 UTC
FreeBSD src repository
Modified files:
sys/ia64/conf DEFAULTS
sys/ia64/ia64 clock.c nexus.c
Log:
Use genclock for RTC handling. This eliminates the MD versions for
inittodr() and resettodr(). Have nexus double as the clock device,
because it's the firmware that provides RTC services. We could
create a special (pseudo-) device for it, but that wasn't superior
enough to actually do it. Maybe later...
Requested by: phk
Revision Changes Path
1.14 +1 -0 src/sys/ia64/conf/DEFAULTS
1.33 +0 -92 src/sys/ia64/ia64/clock.c
1.20 +51 -44 src/sys/ia64/ia64/nexus.c
More information about the cvs-src
mailing list