From 4684a9178a32bc1420571025c9874b203efd6784 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Mon, 8 Jul 2013 20:10:21 +0200 Subject: New upstream release v3.12.1 This includes a rebase against upstream dmidecode v2.12 and an update against the SMBIOS reference specification v2.8.0. Signed-off-by: David Sommerseth --- src/dmioem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/dmioem.c') diff --git a/src/dmioem.c b/src/dmioem.c index 67cd517..055b39f 100644 --- a/src/dmioem.c +++ b/src/dmioem.c @@ -93,7 +93,7 @@ static int dmi_decode_hp(struct dmi_header *h) */ printf(h->type == 221 ? "HP BIOS iSCSI NIC PCI and MAC Information\n" : - "HP BIOS NIC PCI and MAC Information\n"); + "HP BIOS NIC PXE PCI and MAC Information\n"); nic = 1; ptr = 4; while(h->length >= ptr + 8) { -- cgit