search for: ddaadf9

Displaying 2 results from an estimated 2 matches for "ddaadf9".

Did you mean: dda7dff
2014 Jul 14
2
[syslinux:master] PXE ISR: Force polling on select hardware WORKAROUND
...-by: Alexander Perlis <aperlis at math.lsu.edu> > Signed-off-by: Gene Cumm <gene.cumm at gmail.com> > > --- > core/fs/pxe/isr.c | 5 ++--- > 1 file changed, 2 insertions(+), 3 deletions(-) > > diff --git a/core/fs/pxe/isr.c b/core/fs/pxe/isr.c > index d0a0bf9..ddaadf9 100644 > --- a/core/fs/pxe/isr.c > +++ b/core/fs/pxe/isr.c > @@ -266,11 +266,10 @@ void pxe_start_isr(void) > dprintf("pxe_start_isr: trying poll by model\n"); > int hwad = ((int)MAC[0] << 16) + ((int)MAC[1] << 8) + MAC[2]; > dprintf("pxe_start_isr...
2014 Jul 14
0
[syslinux:master] PXE ISR: Force polling on select hardware WORKAROUND
...lis at math.lsu.edu> >> Signed-off-by: Gene Cumm <gene.cumm at gmail.com> >> >> --- >> core/fs/pxe/isr.c | 5 ++--- >> 1 file changed, 2 insertions(+), 3 deletions(-) >> >> diff --git a/core/fs/pxe/isr.c b/core/fs/pxe/isr.c >> index d0a0bf9..ddaadf9 100644 >> --- a/core/fs/pxe/isr.c >> +++ b/core/fs/pxe/isr.c >> @@ -266,11 +266,10 @@ void pxe_start_isr(void) >> dprintf("pxe_start_isr: trying poll by model\n"); >> int hwad = ((int)MAC[0] << 16) + ((int)MAC[1] << 8) + MAC[2]; >&g...