cvs commit: src/sys/dev/iicbus icee.c

Warner Losh imp at FreeBSD.org
Tue Apr 17 05:48:36 UTC 2007


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


More information about the cvs-src mailing list