Date: Thu, 08 Jul 1999 10:59:58 +0900 From: Seigo Tanimura <tanimura@naklab.dnj.ynu.ac.jp> To: freebsd-hackers@freebsd.org, freebsd-current@freebsd.org Cc: Seigo Tanimura <tanimura@naklab.dnj.ynu.ac.jp> Subject: Rewriting pca(4) using finetimer(9) (was: Re: MPU401 now works under New Midi Driver Framework with a Fine Timer) Message-ID: <199907080159.KAA20622@rina.naklab.dnj.ynu.ac.jp> In-Reply-To: Your message of "Tue, 06 Jul 1999 18:59:23 %2B0900" References: <199907060959.SAA05637@rina.naklab.dnj.ynu.ac.jp>
next in thread | previous in thread | raw e-mail | index | archive | help
Another idea has come to my mind... pca(4) currently uses acquire_timer0(), which changes the timer frequency directly, breaking finetimer(9). I am considering to move acquire_timer0()s in pca(4) to finetimer(9), so that pca(4) comes to work again. Furthermore, we can get rid of acquire_timer0() and the related stuff in clkintr() to be much more simple than now. Any comments? Seigo Tanimura <tanimura@naklab.dnj.ynu.ac.jp> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199907080159.KAA20622>