Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Sep 2008 22:19:44 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern kern_intr.c src/sys/sys interrupt.h
Message-ID:  <200809152221.m8FML8Wi075251@repoman.freebsd.org>

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



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