cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c

Nate Lawson njl at FreeBSD.org
Thu Apr 19 01:24:32 UTC 2007


njl         2007-04-19 01:24:32 UTC

  FreeBSD src repository

  Modified files:
    sys/sys              interrupt.h 
    sys/kern             kern_intr.c 
  Log:
  Bump the interrupt storm detection counter to 1000.  My slow fileserver
  gets a bogus irq storm detected when periodic daily kicks off at 3 am
  and disconnects the disk.  Change the print logic to print once per second
  when the storm is occurring instead of only once.  Otherwise, it appeared
  that something else was causing the errors each night at 3 am since the
  print only occurred the first time.
  
  Reviewed by:    jhb
  MFC after:      1 week
  
  Revision  Changes    Path
  1.143     +4 -4      src/sys/kern/kern_intr.c
  1.36      +2 -1      src/sys/sys/interrupt.h


More information about the cvs-src mailing list