Programmable interrupt controller: Difference between revisions

Content deleted Content added
Lede: excess "to"
Lede: Fix multiple minor language problems
Line 2:
{{one source|date=February 2014}}
{{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 come (get fired)occur simultaneously.<ref>{{cite journal|title=A Revisitation of Kernel Synchronization Schemes
|authors=Christopher Small and Stephen Manley
|url=https://static.usenix.org/publications/library/proceedings/ana97/full_papers/small/small.html}}</ref> It helps to prioritize IRQs so that the CPU switches execution to the most appropriate [[interrupt handler]] (ISR) after the PIC assesses the IRQsIRQ's relative priorities. Common modes of ainterrupt PICpriority include hard priorities, rotating priorities, and cascading priorities.{{Citation needed|date=July 2011}} PICs often allow themapping cascadinginput of theirto outputs toin inputsa betweenconfigurable each otherway. On the [[PC architecture]] PIC are typically ebeddedembedded into a [[Southbridge (computing)|southbridge chips]] whose internal architecture is defined by chipsets'the chipset vendorsvendor's standards.
 
==Common features==