Date: Thu, 20 Mar 2003 16:41:28 -0800 From: "Grover, Andrew" <andrew.grover@intel.com> To: acpi-jp@jp.FreeBSD.org, current@freebsd.org Cc: iwasaki@freebsd.org Subject: RE: [acpi-jp 2105] Re: ACPI-CA import/new diff? Message-ID: <F760B14C9561B941B89469F59BA3A84725A211@orsmsx401.jf.intel.com>
next in thread | raw e-mail | index | archive | help
> From: Nate Lawson [mailto:nate@root.org] > 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@ Another release is imminent. Or, if you decide to go with what's out there now there is one little patch that would be good to have, if you aren't going to import again for a while. 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))) { Regards -- Andy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F760B14C9561B941B89469F59BA3A84725A211>