summaryrefslogtreecommitdiffstats
path: root/src/dmioem.c
diff options
context:
space:
mode:
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) {