cvs commit: src/sys/i386/isa clock.c

John Baldwin jhb at FreeBSD.org
Thu Feb 3 11:06:04 PST 2005


jhb         2005-02-03 19:06:03 UTC

  FreeBSD src repository

  Modified files:
    sys/i386/isa         clock.c 
  Log:
  Anytime we write to the RTC's status B register to possibly enable
  interrupts, read from the interrupt status register to clear any pending
  interrupts.  Otherwise in some rare cases the RTC would never fire any
  interrupts as it constantly thinks it has an interrupt pending.
  
  PR:             i386/17800
  PR:             kern/76776
  Submitted by:   Jose M. Alcaide jose at we dot lc dot ehu dot es
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.214     +3 -0      src/sys/i386/isa/clock.c


More information about the cvs-all mailing list