cvs commit: src/sys/dev/usb ohcireg.h

Mike Silbersack silby at FreeBSD.org
Thu May 6 02:21:06 PDT 2004


silby       2004/05/06 02:21:05 PDT

  FreeBSD src repository

  Modified files:
    sys/dev/usb          ohcireg.h 
  Log:
  Remove "Scheduling overrun" interrupts from the set of normal interrupts
  that the OHCI driver uses.  Broken OHCI devices (like the controller
  in my laptop, apparently) like to set this bit at times.  Research
  through google shows that this problem has shown up on other systems
  as well.
  
  As the scheduling overrun handler doesn't actually do anything, and
  the only effect is console spamming, disabling the interrupt seems
  to be the right thing to do.  (And it is also what linux 2.6 does.)
  
  Revision  Changes    Path
  1.21      +1 -1      src/sys/dev/usb/ohcireg.h


More information about the cvs-all mailing list