Date: Sun, 4 Mar 2007 11:36:17 +0000 (UTC) From: Takahashi Yoshihiro <nyan@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/pc98/cbus clock.c Message-ID: <200703041136.l24BaHZt078176@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
nyan 2007-03-04 11:36:16 UTC FreeBSD src repository Modified files: sys/pc98/cbus clock.c Log: - Use mtx_{lock,unlock}_spin rather than {disable,enable}_intr. - Remove unnecessary findcpuspeed() function. - Initialize the timer_freq in i8254_init(). - Fix inittodr() and resettodr(). These are broken by rev.1.154. Revision Changes Path 1.159 +15 -29 src/sys/pc98/cbus/clock.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703041136.l24BaHZt078176>