Sun Java Solaris Communities My SDN Account Join SDN
 
Documentation

Solaris (Intel Platform Edition) - Device Driver Writer's Orientation

 

Page 44 of 66


Interrupt Handling (cont)

Soft Interrupts:
  • Soft interrupt system works similarly to hardware interrupt system
  • But soft interrupts are triggered by a DDI/DKI call rather than a device
  • Soft interrupts are not high-level, and run on interrupt threads
  • A high-level interrupt routine might delegate most of its processing work to a soft interrupt routine it triggers
  • See Also: ddi_add_softintr(9F), ddi_trigger_softintr(9F)
See Also:
  • "Interrupt Handlers" in Writing Device Drivers

FIRST   PREVIOUS    NEXT   LAST   CONTENTS

Return to White Papers