summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dmiopt.c2
-rw-r--r--man/dmidecode.84
2 files changed, 3 insertions, 3 deletions
diff --git a/dmiopt.c b/dmiopt.c
index 4cea426..46e5cda 100644
--- a/dmiopt.c
+++ b/dmiopt.c
@@ -47,7 +47,7 @@ struct type_keyword
static const u8 opt_type_bios[] = { 0, 13, 255 };
static const u8 opt_type_system[] = { 1, 12, 15, 23, 32, 255 };
-static const u8 opt_type_baseboard[] = { 2, 10, 255 };
+static const u8 opt_type_baseboard[] = { 2, 10, 41, 255 };
static const u8 opt_type_chassis[] = { 3, 255 };
static const u8 opt_type_processor[] = { 4, 255 };
static const u8 opt_type_memory[] = { 5, 6, 16, 17, 255 };
diff --git a/man/dmidecode.8 b/man/dmidecode.8
index 0d02532..164dffa 100644
--- a/man/dmidecode.8
+++ b/man/dmidecode.8
@@ -177,7 +177,7 @@ Type Information
38 IPMI Device
39 Power Supply
40 Additional Information
-41 Onboard Devices
+41 Onboard Device
.TE
Additionally, type 126 is used for disabled entries and type 127 is an
@@ -196,7 +196,7 @@ l l.
Keyword Types
bios 0, 13
system 1, 12, 15, 23, 32
-baseboard 2, 10
+baseboard 2, 10, 41
chassis 3
processor 4
memory 5, 6, 16, 17