Displaying 3 results from an estimated 3 matches for "d0a0bf9".
Did you mean:
50a06f9
2014 Jul 14
2
[syslinux:master] PXE ISR: Force polling on select hardware WORKAROUND
...Reported-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_...
2014 Jul 14
0
[syslinux:master] PXE ISR: Force polling on select hardware WORKAROUND
...<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...
2013 Sep 23
1
[PATCH][git-pull] lwIP PXE fixes
On Fri, Sep 20, 2013 at 5:15 AM, Matt Fleming <matt at console-pimps.org> wrote:
> On Tue, 17 Sep, at 04:23:08PM, Gene Cumm wrote:
>> On Tue, Sep 17, 2013 at 9:36 AM, Matt Fleming <matt at console-pimps.org> wrote:
>> > On Tue, 03 Sep, at 07:31:52PM, Gene Cumm wrote:
>> >> The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: