Displaying 2 results from an estimated 2 matches for "pxeisr".
Did you mean:
pxe_isr
2017 Mar 19
1
[PATCH] pxe: Never chain to the original ISR
...dress.
When PXENV_UNDI_ISR_IN_START returns PXENV_UNDI_ISR_OUT_NOT_OURS, send
the EOI ourselves rather than risking the unpredictable behaviour of
chaining to the original ISR.
Signed-off-by: Michael Brown <mcb30 at ipxe.org>
---
core/fs/pxe/isr.c | 5 +++--
core/fs/pxe/pxe.h | 1 -
core/pxeisr.inc | 17 ++++++-----------
3 files changed, 9 insertions(+), 14 deletions(-)
diff --git a/core/fs/pxe/isr.c b/core/fs/pxe/isr.c
index 7da0cc7..e14b953 100644
--- a/core/fs/pxe/isr.c
+++ b/core/fs/pxe/isr.c
@@ -17,6 +17,7 @@ extern volatile uint8_t pxe_need_poll;
static DECLARE_INIT_SEMAPHORE(p...
2013 Mar 07
4
Syslinux-5.10-pre1
...to abstract out the connection type.
pxe: Move the tftp implementation into it's own file
pxe: Move the gpxe url reading code into it's own file.
pxe: hook up the interrupt routine and the lwip receive routine
core thread: Make the code a little clearer.
core: pxeisr.inc: The name of the globals is pxe_irq_vector not pxe_irq_num
core pxe: Switch threads if more than one runnable.
core pxe: Ensure all parameters in pxe_get_cached_info are initialized.
lwip: In mem.h define mem_realloc as static inline
lwip: Disable lwip's malloc rout...