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

John Baldwin jhb at FreeBSD.org
Mon Sep 15 22:21:08 UTC 2008


jhb         2008-09-15 22:19:44 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_intr.c 
    sys/sys              interrupt.h 
  Log:
  SVN rev 183052 on 2008-09-15 22:19:44Z by jhb
  
  Expose a new public routine intr_event_execute_handlers() which executes
  all the non-filter handlers attached to an interrupt event.  This can be
  used by device drivers which multiplex their interrupt onto the interrupt
  handlers for child devices.
  
  Revision  Changes    Path
  1.168     +16 -6     src/sys/kern/kern_intr.c
  1.44      +13 -0     src/sys/sys/interrupt.h


More information about the cvs-src mailing list