diff options
author | Dmitry Torokhov <dtor_core@ameritech.net> | 2005-06-25 17:54:25 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-06-25 19:24:24 -0400 |
commit | e70c9d5e61c6cb2272c866fc1303e62975006752 (patch) | |
tree | fcac373d1cab6df2a6ad87c2575fb16d778282af /Documentation/kernel-parameters.txt | |
parent | dec63ec32ea486ab915138e8790084c22a3f7bf6 (diff) |
[PATCH] I8K: use standard DMI interface
I8K: Change to use stock dmi infrastructure instead of homegrown
parsing code. The driver now requires box's DMI data to match
list of supported models so driver can be safely compiled-in
by default without fear of it poking into random SMM BIOS
code. DMI checks can be ignored with i8k.ignore_dmi option.
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 4924d387a657..86db43fd6b0f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -548,6 +548,9 @@ running once the system is up. | |||
548 | 548 | ||
549 | i810= [HW,DRM] | 549 | i810= [HW,DRM] |
550 | 550 | ||
551 | i8k.ignore_dmi [HW] Continue probing hardware even if DMI data | ||
552 | indicates that the driver is running on unsupported | ||
553 | hardware. | ||
551 | i8k.force [HW] Activate i8k driver even if SMM BIOS signature | 554 | i8k.force [HW] Activate i8k driver even if SMM BIOS signature |
552 | does not match list of supported models. | 555 | does not match list of supported models. |
553 | i8k.power_status | 556 | i8k.power_status |