Date: Tue, 15 Apr 2008 17:02:24 +0000 (UTC) From: Marcel Moolenaar <marcel@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ia64/conf DEFAULTS src/sys/ia64/ia64 clock.c nexus.c Message-ID: <200804151702.m3FH2OUv099113@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200804151702.m3FH2OUv099113>