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

John Baldwin jhb at FreeBSD.org
Wed Oct 26 08:51:05 PDT 2005


jhb         2005-10-26 15:51:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_intr.c 
    sys/sys              interrupt.h 
  Log:
  Add a swi_remove() function to teardown software interrupt handlers.  For
  now it just calls intr_event_remove_handler(), but at some point it might
  also be responsible for tearing down interrupt events created via swi_add.
  
  Revision  Changes    Path
  1.128     +17 -0     src/sys/kern/kern_intr.c
  1.33      +1 -0      src/sys/sys/interrupt.h


More information about the cvs-all mailing list