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