Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Apr 2007 01:24:32 +0000 (UTC)
From:      Nate Lawson <njl@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys interrupt.h src/sys/kern kern_intr.c
Message-ID:  <200704190124.l3J1OW6A036205@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200704190124.l3J1OW6A036205>