mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* IBM-ACPI broken in 2.6.10
@ 2005-01-14 23:20 Matthew Garrett
  2005-01-15 15:55 ` [PATCH] " Jim Radford
  0 siblings, 1 reply; 2+ messages in thread
From: Matthew Garrett @ 2005-01-14 23:20 UTC (permalink / raw)
  To: linux-kernel

The ibm-acpi module included in 2.6.10 doesn't appear to parse
parameters correctly. This seems to be due to a patch from Rusty Russell
[1] which attempted to fix up the parameter parsing. Unfortunately, it
seems that the parameters have to be parsed /after/ module_init has been
called, as otherwise the parsing code calls acpi functions that fail. If
the init function is called first, everything works as it should do. (I
haven't actually looked closely enough at the driver to work out what
it's doing, but...)

What's the right way of fixing this?

[1] http://lkml.org/lkml/2004/11/28/164 - without this, everything
works. With it, parameter setting fails.
-- 
Matthew Garrett | mjg59@srcf.ucam.org


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-01-15 15:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-01-14 23:20 IBM-ACPI broken in 2.6.10 Matthew Garrett
2005-01-15 15:55 ` [PATCH] " Jim Radford

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome