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





------- Comment #33 from [EMAIL PROTECTED]  2008-02-26 00:45 -------
Created an attachment (id=15002)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=15002&action=view)
Linuxized version of the patch in #28

I've adapted the proposed ACPCIA changes to the current linux kernel.  I don't
know if this is the way it's supposed to be done or if there's a script for
this sort of thing;  anyway, it wasn't much work and it makes it possible to
test the proposed changes.  I haven't noticed any problems with the patch and I
can confirm that it fixes the original issue.

There was a minor issue in the earlier patch: Somewhere around line 350 in
rsio.c,

    {ACPI_RSC_LENGTH,   0, 0, sizeof (AML_RESOURCE_IRQ)},

should be replaced by

    {ACPI_RSC_LENGTH,   0, 0, sizeof (AML_RESOURCE_START_DEPENDENT)},

Also, TotalSize could probably decremented for short START_DPF descriptors as
well.


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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
acpi-bugzilla mailing list
acpi-bugzilla@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acpi-bugzilla

Reply via email to