Displaying 3 results from an estimated 3 matches for "undinet".
2016 Feb 26
3
lpxelinux.0 with device that doesn't support Interrupts
...can start getting some packets.
What I'm experiencing is that if the underlying device doesn't support interrupts, i.e. the IntNumber that is returned in PXENV_UNDI_GET_INFORMATION is 0, then lpxelinux.0 will hook IRQ0 which is very bad behavior.
one good example of the faulty code is in undinet.c where we open a device, we hook the IRQ regardless if its 0 or not, while in the latest iPXE code this behavior was corrected and a check expression was added to avoid such bad behavior
-----Original Message-----
From: Syslinux [mailto:syslinux-bounces at zytor.com] On Behalf Of Geert Stappers v...
2016 Feb 26
2
lpxelinux.0 with device that doesn't support Interrupts
hi
does anyone know if there are some known issues with running lpxelinux.0 with device that doesn't support Interrupts? i.e. irq function is null...
2016 Mar 01
0
lpxelinux.0 with device that doesn't support Interrupts
...t;
> What I'm experiencing is that if the underlying device doesn't
> support interrupts, i.e. the IntNumber that is returned in
> PXENV_UNDI_GET_INFORMATION is 0, then lpxelinux.0 will hook IRQ0
> which is very bad behavior.
>
> one good example of the faulty code is in undinet.c where we open a
> device, we hook the IRQ regardless if its 0 or not, while in the
> latest iPXE code this behavior was corrected and a check expression
> was added to avoid such bad behavior
>
This will happen if the device reports that it supports interrupts via
the device flags, b...