search for: sysproduct

Displaying 4 results from an estimated 4 matches for "sysproduct".

2013 Sep 17
2
[PATCH][git-pull] lwIP PXE fixes
...conds. By matching MAC OUI and flags value, force polling on these select platforms. I'm not sure if there's any better data available that shallow in the core. I believe PCI IDs can be fetched with functions from other libraries and the UUID and DMI data (the most likely to be useful is SYSPRODUCT) is available in ldlinux.c32. > As a side note: I don't think the ddprintf() function is the way to go > (the proliferation of print functions in Syslinux is getting out of > hand). Unfortunately, I don't have time right now to come up with > something different, and your solut...
2013 Sep 20
0
[PATCH][git-pull] lwIP PXE fixes
...MAC OUI and flags value, force polling on these select > platforms. I'm not sure if there's any better data available that > shallow in the core. I believe PCI IDs can be fetched with functions > from other libraries and the UUID and DMI data (the most likely to be > useful is SYSPRODUCT) is available in ldlinux.c32. OK, these two paragraphs are super useful. Do the following modified commit messges look OK? commit 2bc2fb9d8d2df18ea4ac9b6394b550b9ea199ee7 Author: Gene Cumm <gene.cumm at gmail.com> Date: Thu Aug 15 22:20:46 2013 -0400 PXELINUX: Use sendto() instead of...
2013 Sep 23
1
[PATCH][git-pull] lwIP PXE fixes
...s value, force polling on these select >> platforms. I'm not sure if there's any better data available that >> shallow in the core. I believe PCI IDs can be fetched with functions >> from other libraries and the UUID and DMI data (the most likely to be >> useful is SYSPRODUCT) is available in ldlinux.c32. > > OK, these two paragraphs are super useful. Do the following modified > commit messges look OK? > > commit 2bc2fb9d8d2df18ea4ac9b6394b550b9ea199ee7 > Author: Gene Cumm <gene.cumm at gmail.com> > Date: Thu Aug 15 22:20:46 2013 -0400 >...
2013 Sep 03
4
[PATCH][git-pull] lwIP PXE fixes
The following changes since commit 6438fbcb6cb7e0cd40e4bb3681ada047fe77ffdd: Gene Cumm (1): Allow for UNDIIF_ID_DEBUG in 1 mk line are available in the git repository at: git://github.com/geneC/syslinux.git elflink-pxe-fixes-for-mfleming https://github.com/geneC/syslinux/tree/elflink-pxe-fixes-for-mfleming Gene Cumm (12): core/lwip/undi: Improve UNDIIF_ID_DEBUG messages