dmidecode-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[dmidecode] [PATCH] Add "PXE" to HP OEM Type 209 record output


From: Naga Chumbalkar
Subject: [dmidecode] [PATCH] Add "PXE" to HP OEM Type 209 record output
Date: Mon, 30 Jan 2012 00:34:53 +0000 (UTC)

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 <address@hidden>

--- ./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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]