aystarik c9d6841049 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.57.00;	author agrover;	state Exp;
2005-06-29 16:19:00 +00:00
2005-06-29 08:06:19 +00:00
2005-06-29 16:19:00 +00:00
Description
No description provided
171 MiB
Languages
ASL 68.4%
C 29.2%
Yacc 0.8%
HTML 0.5%
Shell 0.5%
Other 0.6%