summaryrefslogtreecommitdiff
path: root/core/pxeisr.inc
Commit message (Expand)AuthorAgeFilesLines
* pxe: force polling on if we receive no interruptsH. Peter Anvin2012-05-291-5/+8
* pxe: always start the idle thread, in case we need itsyslinux-4.10-pre21H. Peter Anvin2012-05-291-3/+4
* pxe: drop the maximum spurious interrupt to 100 in a timer tickH. Peter Anvin2012-05-291-1/+1
* pxe: Add code to detect a struck interrupt line and disable (go to poll)H. Peter Anvin2012-05-291-0/+42
* pxeisr: Use nonspecific EOI; add pxe_poll routine; CLDH. Peter Anvin2012-03-301-10/+48
* core: pxeisr.inc: The name of the globals is pxe_irq_vector not pxe_irq_numEric W. Biederman2011-04-121-1/+1
* core: pxeisr.inc: fix compatibility with older versions of NASMH. Peter Anvin2011-04-091-2/+1
* core: pxe: real-mode interrupt service routineH. Peter Anvin2011-04-091-0/+89