Skip to content

Commit c894f11

Browse files
committed
Include entry type 41 in --type baseboard.
1 parent 5ec9a30 commit c894f11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dmiopt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ struct type_keyword
4747

4848
static const u8 opt_type_bios[] = { 0, 13, 255 };
4949
static const u8 opt_type_system[] = { 1, 12, 15, 23, 32, 255 };
50-
static const u8 opt_type_baseboard[] = { 2, 10, 255 };
50+
static const u8 opt_type_baseboard[] = { 2, 10, 41, 255 };
5151
static const u8 opt_type_chassis[] = { 3, 255 };
5252
static const u8 opt_type_processor[] = { 4, 255 };
5353
static const u8 opt_type_memory[] = { 5, 6, 16, 17, 255 };

man/dmidecode.8

+2-2
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ Type Information
177177
38 IPMI Device
178178
39 Power Supply
179179
40 Additional Information
180-
41 Onboard Devices
180+
41 Onboard Device
181181
.TE
182182

183183
Additionally, type 126 is used for disabled entries and type 127 is an
@@ -196,7 +196,7 @@ l l.
196196
Keyword Types
197197
bios 0, 13
198198
system 1, 12, 15, 23, 32
199-
baseboard 2, 10
199+
baseboard 2, 10, 41
200200
chassis 3
201201
processor 4
202202
memory 5, 6, 16, 17

0 commit comments

Comments
 (0)