Actions
Bug #6192
closedsmbios misprints extended onboard devices
Start date:
2015-08-31
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
The smbios(1M) command currently does not print the onboard device information correctly. The upper bit of the type describes whether or not it is enabled. Instead we need to transform this into a bit that indicates whether or not it's enabled and the actual type information, which we can transform into a string.
Updated by Electric Monk almost 7 years ago
- Status changed from New to Closed
git commit 6734c4b0468cc77a7871a5dd5c23a5562557d64c
commit 6734c4b0468cc77a7871a5dd5c23a5562557d64c Author: Robert Mustacchi <rm@joyent.com> Date: 2015-09-15T21:36:17.000Z 6189 want smbios 3.0 support 6190 libsmbios checks against the wrong version 6191 libsmbios can be a bit more forgiving to the past 6192 smbios misprints extended onboard devices Reviewed by: Igor Kozhukhov <ikozhukhov@gmail.com> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Josef 'Jeff' Sipek <josef.sipek@nexenta.com> Approved by: Garrett D'Amore <garrett@damore.org>
Actions