acpica/source/components
aystarik f3046053b6 BIG CHECKIN
turning on printf format checking revealed we've been a little lax. Sins
include:
1) using %X when we should use %p
2) using %ld instead of %d
3) using %x for ACPI_INTEGERS (you need to use HIDWORD() and %x%x)
4) using %4.4s and not casting to a char*
5) using %s with void*

I also reformatted the OSL add_device messages a little.

Anything breaks, let me know. :)  -- Andy


date	2001.10.17.03.58.00;	author agrover;	state Exp;
2005-06-29 18:14:42 +00:00
..
debugger Overhaul of the NATIVE* types. renamed to ACPI_NATIVE*, eliminated 2005-06-29 16:29:25 +00:00
disassembler print method name in single-step disassembly 2005-06-29 16:33:58 +00:00
dispatcher Removed walkstate cache, not needed 2005-06-29 17:17:23 +00:00
events Lint fixes 2005-06-29 16:50:46 +00:00
executer typo in comment 2005-06-29 18:00:15 +00:00
hardware New divide interface 2005-06-29 16:58:53 +00:00
namespace BIG CHECKIN 2005-06-29 18:14:42 +00:00
parser BIG CHECKIN 2005-06-29 18:14:42 +00:00
resources Added and deployed FUNCTION_ENTRY macro. Cleaned up comments to 2005-06-29 18:13:24 +00:00
tables Added 2000 to the copyright in the legal header 2005-06-29 18:13:19 +00:00