http://bugzilla.kernel.org/show_bug.cgi?id=11032


[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|[EMAIL PROTECTED]          |[EMAIL PROTECTED]
                   |bugs.osdl.org               |
             Status|NEW                         |ASSIGNED




------- Comment #1 from [EMAIL PROTECTED]  2008-07-03 09:54 -------

Please post the acpidump for the machine.

What this error means is that the _OSC method on your machined defines 5 
arguments, but is being called with only 4 arguments.

It turns out that _OSC is *supposed* to have 4 arguments, so the call is
is correct; it is the ASL on the machine that appears incorrect.

From ACPI spec:

_OSC - Operating System Capabilities

Arguments: (4)
Arg0 – A Buffer containing a UUID
Arg1 – An Integer containing a Revision ID of the buffer format
Arg2 – An Integer containg a count of entries in Arg3
Arg3 – A Buffer containing a list of DWORD capabilites
Return Value:
A Buffer containing a list of capabilities


-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
acpi-bugzilla mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to