Feature #5094
closedUpdate libsmbios with recent items
100%
Description
libsmbios contains tables of various devices and their identifying numbers as defined in the DMTF SMBIOS spec. These tables are maintained usr/src/uts/common/sys/smbios.h and require occasional updating to track the SMBIOS spec as new hardware is added by the industry. Consumers of this table include smbios(1M), prtdiag(1M), and other such consumers of libsmbios.
Related issues
Updated by Dale Ghent almost 9 years ago
https://reviews.csiden.org/r/77
This patch updates the following classes of items to those defined in the DMTF SMBIOS 2.8.0 spec:
BIOS Characteristics Extension Byte 2
Processor Socket Types
Processor Family Classes
Slot Types
Memory Device Types
Updated by Dale Ghent over 8 years ago
Per received feedback, I've done some more work and have superseded the above review with:
Updated by Robert Mustacchi over 8 years ago
For anyone else who goes looking for it, http://www.dmtf.org/sites/default/files/standards/documents/DSP0134_2.8.0.pdf is the 2.8 spec.
Updated by Electric Monk about 8 years ago
- Status changed from New to Closed
git commit 4e901881a1e657e1cbf12d7ef9b476ec373e7939
commit 4e901881a1e657e1cbf12d7ef9b476ec373e7939 Author: Dale Ghent <daleg@omniti.com> Date: 2015-03-28T22:07:14.000Z 5094 Update libsmbios with recent items Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Richard Lowe <richlowe@richlowe.net>
Updated by Robert Mustacchi over 5 years ago
- Related to Bug #9049: smbios(1M) confusingly uses literal tabs in output strings added