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