Programmable interrupt controller: Difference between revisions

Content deleted Content added
No edit summary
Tags: Reverted Mobile edit Mobile web edit
Reverted 1 edit by 2600:1009:B1E4:3AF9:CCB8:218F:DAD5:67BA (talk): Rvt breaking of cite template
Line 3:
{{more footnotes|date=September 2013}}
In [[computing]], a '''programmable interrupt controller''' ('''PIC''') is an [[integrated circuit]] that helps a [[microprocessor]] (or [[CPU]]) handle [[Interrupt request (PC architecture)|interrupt requests]] (IRQ) coming from multiple different sources (like external I/O devices) which may occur simultaneously.<ref>{{cite journal|title=A Revisitation of Kernel Synchronization Schemes
|authors=Christopher Small and Stephen Manley
|authorsurl=Christopherhttps://static.usenix.org/publications/library/proceedings/ana97/full_papers/small/small.html}}</ref> SmallIt helps prioritize IRQs so that the CPU switches execution to the most appropriate [[interrupt handler]] (ISR) after the PIC assesses the IRQ's relative priorities. Common modes of interrupt priority include hard priorities, rotating priorities, and cascading priorities.{{Citation needed|date=July 2011}} PICs often allow mapping input to outputs in a configurable way. On the [[PC architecture]] PIC are typically embedded into a [[Southbridge (computing)|southbridge chips]] whose internal architecture is defined by the chipset vendor's standards.
 
==Common features==