Re: [gPXE-devel] Licencing GPLv2 or Later

2010-04-16 Thread Stefan Hajnoczi
The gdb*.{c,h} are correct. Thank you for adding this Shao. Stefan ___ gPXE-devel mailing list gPXE-devel@etherboot.org http://etherboot.org/mailman/listinfo/gpxe-devel

Re: [gPXE] Intel NIC Link-state problem

2010-04-16 Thread Christopher Armenio
Marty, I forgot to post this yesterday... I fumbled around with some of the link checking code on my own and wound up removing the link state check. I compiled it and everything worked like a charm...here is my simple change: --- eepro100.c2010-04-16 09:56:56.753307333 -0400 +++

Re: [gPXE] Intel NIC Link-state problem

2010-04-16 Thread Thomas Miletich
Hello Christopher, thanks for testing. I have pushed a patch that removes the link state checking code from eepro100 to staging[1]. Please let us know if this patch works for you. I will give it a shot on my cards too, as soon as I can. You can find prebuilt binaries at [2]. Thanks Thomas [1]

Re: [gPXE] Intel NIC Link-state problem

2010-04-16 Thread Christopher Armenio
Thomas, Looks like your patch works! Thanks to everyone for all of the help with this! -Chris On Fri, Apr 16, 2010 at 12:47 PM, Thomas Miletich thomas.milet...@gmail.com wrote: Hello Christopher, thanks for testing. I have pushed a patch that removes the link state checking code from