From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: [Fwd: [BK PATCH] ACPICA 20031002 for 2.6] Date: 11 Oct 2003 01:46:06 -0400 Sender: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Message-ID: <1065851166.4117.70.camel@dhcppc4> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="=-xRpb3uI1mY0WB91Yz95+" Return-path: Errors-To: acpi-devel-admin-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: To: acpi-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org List-Id: linux-acpi@vger.kernel.org --=-xRpb3uI1mY0WB91Yz95+ Content-Type: text/plain Content-Transfer-Encoding: 7bit --=-xRpb3uI1mY0WB91Yz95+ Content-Disposition: inline Content-Description: Forwarded message - [BK PATCH] ACPICA 20031002 for 2.6 Content-Type: message/rfc822 Subject: [BK PATCH] ACPICA 20031002 for 2.6 From: Len Brown To: Linus Torvalds Content-Type: text/plain Organization: Message-Id: <1065850864.4112.67.camel@dhcppc4> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.3 Date: 11 Oct 2003 01:41:04 -0400 Content-Transfer-Encoding: 7bit Hi Linus, please do a bk pull http://linux-acpi.bkbits.net/linux-acpi-release-2.6.0 thanks, -Len ps. a plain patch is available here: ftp://ftp.kernel.org/pub/linux/kernel/people/lenb/acpi/patches/release/2.6.0-test7/acpi-20031002-2.6.0-test7.diff.gz This will update the following files: drivers/acpi/asus_acpi.c | 4 drivers/acpi/executer/exconfig.c | 9 - drivers/acpi/executer/exfield.c | 13 - drivers/acpi/executer/exfldio.c | 143 +++++++++++------ drivers/acpi/executer/exoparg1.c | 2 drivers/acpi/executer/exprep.c | 189 +++++++++++++++++----- drivers/acpi/executer/exresnte.c | 24 ++ drivers/acpi/executer/exresolv.c | 6 drivers/acpi/executer/exresop.c | 13 + drivers/acpi/executer/exstoren.c | 8 drivers/acpi/executer/exsystem.c | 17 -- drivers/acpi/hardware/hwacpi.c | 9 + drivers/acpi/resources/rsaddr.c | 45 ++++- drivers/acpi/resources/rsirq.c | 17 +- drivers/acpi/tables/tbconvrt.c | 18 +- drivers/acpi/tables/tbinstal.c | 15 - drivers/acpi/utilities/utalloc.c | 2 drivers/acpi/utilities/utglobal.c | 4 include/acpi/acconfig.h | 2 include/acpi/acexcep.h | 4 include/acpi/actbl.h | 217 +++++++++++++++++++------- include/acpi/actbl1.h | 4 include/acpi/actbl2.h | 19 +- include/acpi/actypes.h | 1 24 files changed, 567 insertions(+), 218 deletions(-) through these ChangeSets: (03/10/07 1.1296.57.9) [ACPI] fix acpi_asus module build (Stephen Hemminger) (03/10/06 1.1296.57.7) [ACPI] Summary of changes for ACPICA version 20031002: Fixed a problem with Index Fields where the index was not incremented for fields that require multiple writes to the index/data registers (Fields that are wider than the data register.) Fixed a problem with all Field objects where a write could go beyond the end-of-field if the field was larger than the access granularity and therefore required multiple writes to complete the request. An extra write beyond the end of the field could happen inadvertently. Fixed a problem with Index Fields where a BUFFER_OVERFLOW error would incorrectly be returned if the width of the Data Register was larger than the specified field access width. Completed fixes for LoadTable() and Unload() and verified their operation. Implemented full support for the "DdbHandle" object throughout the ACPI CA subsystem. Implemented full support for the MADT and ECDT tables in the ACPI CA header files. Even though these tables are not directly consumed by ACPI CA, the header definitions are useful for ACPI device drivers. Integrated resource descriptor fixes posted to the Linux ACPI list. This included checks for minimum descriptor length, and support for trailing NULL strings within descriptors that have optional string elements. Fixed a problem where the SMI_CMD register could be written even if it was not supported on the platform (when FADT.SMI_CMD is zero) --=-xRpb3uI1mY0WB91Yz95+-- ------------------------------------------------------- This SF.net email is sponsored by: SF.net Giveback Program. SourceForge.net hosts over 70,000 Open Source Projects. See the people who have HELPED US provide better services: Click here: http://sourceforge.net/supporters.php