summaryrefslogtreecommitdiffstats
path: root/src/dmioem.c
diff options
context:
space:
mode:
authorDavid Sommerseth <davids@redhat.com>2013-07-08 20:10:21 +0200
committerDavid Sommerseth <davids@redhat.com>2013-07-08 20:11:16 +0200
commit4684a9178a32bc1420571025c9874b203efd6784 (patch)
tree346c9694bf63be3c35c0d01e8c5a6ba3f69be979 /src/dmioem.c
parent4ca9576b4090fcc48868e5e362d162e1544e8660 (diff)
downloadpython-dmidecode-4684a9178a32bc1420571025c9874b203efd6784.tar.gz
python-dmidecode-4684a9178a32bc1420571025c9874b203efd6784.tar.xz
python-dmidecode-4684a9178a32bc1420571025c9874b203efd6784.zip
New upstream release v3.12.1v3.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 <davids@redhat.com>
Diffstat (limited to 'src/dmioem.c')
-rw-r--r--src/dmioem.c2
1 files changed, 1 insertions, 1 deletions
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) {