Displaying 6 results from an estimated 6 matches for "hwad".
Did you mean:
head
2015 Oct 07
2
Hyper-V Gen 2 waiting for ldlinux.e64
...ation. Information that I miss.
>
> * text which is on the screen of the netbooting (virtual) machine
> * when/why was the network capture stopped
>
And now a better suggestion
--- a/core/fs/pxe/isr.c
+++ b/core/fs/pxe/isr.c
@@ -267,6 +267,7 @@ void pxe_start_isr(void)
int hwad = ((int)MAC[0] << 16) + ((int)MAC[1] << 8) + MAC[2];
dprintf("pxe_start_isr: got %06x %04x\n", hwad, pxe_undi_iface.ServiceFlags);
if ((hwad == 0x000023ae) && (pxe_undi_iface.ServiceFlags == 0xdc1b) ||
+ (hwad == 0x0000155d) && (pxe_un...
2014 Jul 14
2
[syslinux:master] PXE ISR: Force polling on select hardware WORKAROUND
...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: got %06x %04x\n", hwad, pxe_undi_iface.ServiceFlags);
> - if (hwad == 0x000023ae) {
> - if (pxe_undi_iface.ServiceFlags == 0xdc1b) {
> + if ((hwad == 0x000023ae) && (pxe_un...
2015 Oct 07
0
Hyper-V Gen 2 waiting for ldlinux.e64
...text which is on the screen of the netbooting (virtual) machine
> > * when/why was the network capture stopped
> >
>
> And now a better suggestion
>
> --- a/core/fs/pxe/isr.c
> +++ b/core/fs/pxe/isr.c
> @@ -267,6 +267,7 @@ void pxe_start_isr(void)
> int hwad = ((int)MAC[0] << 16) + ((int)MAC[1] << 8) + MAC[2];
> dprintf("pxe_start_isr: got %06x %04x\n", hwad, pxe_undi_iface.ServiceFlags);
> if ((hwad == 0x000023ae) && (pxe_undi_iface.ServiceFlags == 0xdc1b) ||
> + (hwad == 0x0000155d) &am...
2014 Jul 14
0
[syslinux:master] PXE ISR: Force polling on select hardware WORKAROUND
...-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: got %06x %04x\n", hwad, pxe_undi_iface.ServiceFlags);
>> - if (hwad == 0x000023ae) {
>> - if (pxe_undi_iface.ServiceFlags == 0xdc1b) {
>> + if ((hwad =...
2015 Oct 07
2
Hyper-V Gen 2 waiting for ldlinux.e64
...ting (virtual) machine
> > > * when/why was the network capture stopped
> > >
> >
> > And now a better suggestion
> >
> > --- a/core/fs/pxe/isr.c
> > +++ b/core/fs/pxe/isr.c
> > @@ -267,6 +267,7 @@ void pxe_start_isr(void)
> > int hwad = ((int)MAC[0] << 16) + ((int)MAC[1] << 8) + MAC[2];
> > dprintf("pxe_start_isr: got %06x %04x\n", hwad,
> pxe_undi_iface.ServiceFlags);
> > if ((hwad == 0x000023ae) && (pxe_undi_iface.ServiceFlags ==
> > 0xdc1b) ||
> > +...
2015 Oct 07
2
Hyper-V Gen 2 waiting for ldlinux.e64
> On Wed, Oct 07, 2015 at 01:58:51PM +0200, James Clements via Syslinux
> wrote:
> > On Wed, Oct 07, 2015 at 07:21:28AM -0400, Gene Cumm via Syslinux wrote:
> > > On Wed, Oct 7, 2015 at 6:40 AM, Clements, James via Syslinux wrote:
> > > > Hi,
> > > >
> > > > I am using a Windows Server 2012 R2 Hyper-V Generation 2 VM as a
> > > >