summaryrefslogtreecommitdiffstats
path: root/dmiopt.c
diff options
context:
space:
mode:
authornima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 06:01:21 +0000
committernima <nima@abc39116-655e-4be6-ad55-d661dc543056>2008-07-01 06:01:21 +0000
commiteb7958574ce98601433022d7d23343025c1e34b8 (patch)
tree2f9f0003beaff39d40a0f836ee035de330cea4de /dmiopt.c
parent4f5bfc68e416a7d1e6264e43278fe9b9df684eed (diff)
downloadpython-dmidecode-eb7958574ce98601433022d7d23343025c1e34b8.tar.gz
python-dmidecode-eb7958574ce98601433022d7d23343025c1e34b8.tar.xz
python-dmidecode-eb7958574ce98601433022d7d23343025c1e34b8.zip
Project progressing along excellently. The python module is now functional and
has as many methods as the --type option takes. Next is to expand and harness the code around the `--string' option. git-svn-id: svn://svn.autonomy.net.au/python-dmidecode@3 abc39116-655e-4be6-ad55-d661dc543056
Diffstat (limited to 'dmiopt.c')
-rw-r--r--dmiopt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmiopt.c b/dmiopt.c
index d571108..1b583a6 100644
--- a/dmiopt.c
+++ b/dmiopt.c
@@ -169,6 +169,8 @@ static const struct string_keyword opt_string_keyword[]={
{ "processor-manufacturer", 4, 0x07, NULL, NULL },
{ "processor-version", 4, 0x10, NULL, NULL },
{ "processor-frequency", 4, 0x16, NULL, dmi_processor_frequency },
+
+ { "processor-max-frequency", 4, 0x14, NULL, dmi_processor_frequency },
};
static void print_opt_string_list(void)