Add "PXE" to the HP OEM Type 209 output so it is similar to the "iSCSI" description in HP OEM Type 221.
Signed-off-by: Naga Chumbalkar <[email protected]> --- ./dmioem.c.orig 2012-01-29 18:11:53.730423399 -0500 +++ ./dmioem.c 2012-01-29 18:12:06.966360926 -0500 @@ -83,7 +83,7 @@ */ printf(h->type == 221 ? "HP BIOS iSCSI NIC PCI and MAC Information\n" : - "HP BIOS NIC PCI and MAC Information\n"); + "HP BIOS PXE NIC PCI and MAC Information\n"); nic = 1; ptr = 4; while (h->length >= ptr + 8) _______________________________________________ https://lists.nongnu.org/mailman/listinfo/dmidecode-devel
