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

John Baldwin jhb at FreeBSD.org
Fri Oct 24 14:05:31 PDT 2003


jhb         2003/10/24 14:05:30 PDT

  FreeBSD src repository

  Modified files:
    sys/kern             kern_intr.c 
    sys/sys              interrupt.h 
  Log:
  - Add a DDB command 'show intrcnt' to show the non-zero interrupt counts.
  - Add a DDB function to dump the contents of an ithread and optionally
    details about each handler in that ithread.  This function can be used
    by MD code to implement DDB commands that display information about
    interrupt sources and their registered handlers.
  
  Revision  Changes    Path
  1.99      +165 -0    src/sys/kern/kern_intr.c
  1.25      +3 -0      src/sys/sys/interrupt.h


More information about the cvs-src mailing list