In message <[EMAIL PROTECTED]>, "Gr
over, Andrew" wrote:
>> From: Nate Lawson [mailto:[EMAIL PROTECTED] 
>> http://developer.intel.com/technology/iapc/acp>
>i/downloads/CHANGES.txt
>> 
>> I'll try to generate a diff soon at post it since I haven't heard from
>> iwasaki@

Iwasaki seems to be busy now.
>
>This is against the Linuxized version but you should be able to get the
>gist of it:
>
>--- 2421-pre4-acpi/drivers/acpi/events/evgpeblk.c.orig Wed Mar  5
>17:00:15 2003
>+++ 2421-pre4-acpi/drivers/acpi/events/evgpeblk.c      Wed Mar  5
>17:01:30 2003
>@@ -131,7 +131,7 @@
>       /* Ensure that we have a valid GPE number for this GPE block */
> 
>       if ((gpe_number < gpe_block->block_base_number) ||
>-              (gpe_number >= (gpe_block->register_count * 8))) {
>+              (gpe_number - gpe_block->block_base_number >=
>(gpe_block->register_count * 8))) {
>

Thanks. I'll apply it.


BTW. I noticed that some definition for structure is added and
its naming collide to our OS-dependent module.
We has been avoided it by using non-linuxlized ACPI-CA that
has the naming rule of beggining with 'Acpi' not 'acpi_'.
Would you care about it next time?



To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to