jhb         2006-12-12 19:20:19 UTC

  FreeBSD src repository

  Modified files:
    sys/amd64/amd64      intr_machdep.c 
    sys/i386/i386        intr_machdep.c 
    sys/kern             kern_intr.c 
    sys/sys              interrupt.h 
  Log:
  Add a function to return the MD interrupt source cookie associated with
  an interrupt event.  Use this in the x86 code to fixup the intrcnt names
  when an interrupt handler is removed.
  
  Revision  Changes    Path
  1.27      +3 -3      src/sys/amd64/amd64/intr_machdep.c
  1.22      +3 -3      src/sys/i386/i386/intr_machdep.c
  1.138     +20 -0     src/sys/kern/kern_intr.c
  1.34      +1 -0      src/sys/sys/interrupt.h
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to