summaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authorJean Delvare <jdelvare@suse.de>2015-04-21 07:38:05 +0000
committerJean Delvare <jdelvare@suse.de>2015-04-21 07:38:05 +0000
commitb3343651bcf372a6ac143a8080dd7239599187f3 (patch)
tree99605627d754d46a4fac13fcbb4302f3b9dcc4a6 /CHANGELOG
parentb0f6daeda7239822932f932acf0b4f4614ec0d98 (diff)
downloaddmidecode-git-b3343651bcf372a6ac143a8080dd7239599187f3.tar.gz
dmidecode: Add --no-sysfs option to disable use of sysfs
This option forces any SMBIOS information in sysfs to be ignored, resulting in dmidecode using /dev/mem for SMBIOS access. This is likely most useful for debugging. Contributed by Roy Franz.
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 1f30bcd..282a89e 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -4,6 +4,9 @@
entire binary file into a buffer.
* dmidecode.c: Add passing of flags parameter to dmi_table.
* dmidecode.c: Add reading of SMBIOS tables from sysfs.
+ * dmidecode.c, dmiopt.c, dmiopt.h: Add --no-sysfs option to disable
+ use of sysfs.
+ * dmidecode.8: Document the changes above.
2015-04-20 Jean Delvare <jdelvare@suse.de>