Date: Tue, 17 Apr 2007 05:48:36 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/iicbus icee.c Message-ID: <200704170548.l3H5mal0001515@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
imp 2007-04-17 05:48:36 UTC FreeBSD src repository Modified files: sys/dev/iicbus icee.c Log: Don't use spinlocks here. The iicbus transactions can take a long time, and this prevents interrupts (say for Hz/hardclock) from happening. Time stands still during the transfers... Revision Changes Path 1.2 +3 -3 src/sys/dev/iicbus/icee.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704170548.l3H5mal0001515>