Commit Graph

16 Commits

Author SHA1 Message Date
aystarik
e092db08a0 Moved prototypes for "static" functions from headers into the defining
C module.


date	2005.03.31.23.13.00;	author rmoore1;	state Exp;
2005-06-29 18:55:50 +00:00
aystarik
826a47889c Removed all instances of NATIVE_CHAR due to disuse/inconsistent use.
date	2002.12.10.21.00.00;	author rmoore1;	state Exp;
2005-06-29 18:55:36 +00:00
aystarik
1dd835f75b Changes to upgrade 16-bit support
date	2002.05.16.22.31.00;	author rmoore1;	state Exp;
2005-06-29 18:55:32 +00:00
aystarik
6a0f53b6e7 Third pass to include lint changes/comments/cleanup.
date	2002.04.10.21.54.00;	author rmoore1;	state Exp;
2005-06-29 18:55:30 +00:00
aystarik
188a38631c Prefixed C library macros (MEMSET, etc.) with "ACPI_".
date	2002.02.13.18.54.00;	author rmoore1;	state Exp;
2005-06-29 18:55:26 +00:00
aystarik
fc112f8483 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:55:15 +00:00
aystarik
d43810caf3 Added and deployed FUNCTION_ENTRY macro. Cleaned up comments to
standardize multi-line comments.


date	2001.08.27.17.57.00;	author rmoore1;	state Exp;
2005-06-29 18:55:12 +00:00
aystarik
cb9cf90ebd Update to use new debug macro that automatically inserts the procedure
name in the output.


date	2001.05.10.17.46.00;	author rmoore1;	state Exp;
2005-06-29 18:55:09 +00:00
aystarik
f92230314c Second pass to include lint changes/comments/cleanup.
date	2002.04.08.22.01.00;	author rmoore1;	state Exp;
2005-06-29 18:51:03 +00:00
aystarik
2e1829f595 Renamed interpreter functions to Ex*, Utility functions to Ut*
date	2001.05.09.20.12.00;	author rmoore1;	state Exp;
2005-06-29 18:50:12 +00:00
aystarik
b84c96d662 Added 2002 copyright
date	2002.01.09.17.52.00;	author rmoore1;	state Exp;
2005-06-29 18:42:50 +00:00
aystarik
5b96160e6c New ACPI_DEBUG_PRINT macro deployed. Much smaller implementation.
date	2001.08.14.23.19.00;	author rmoore1;	state Exp;
2005-06-29 18:41:48 +00:00
aystarik
5cebe9b66b Added 2005 copyright in legal header
date	2005.01.07.23.50.00;	author rmoore1;	state Exp;
2005-06-29 18:18:37 +00:00
aystarik
c7d2007961 Update copyrights for 2004
date	2004.01.13.23.06.00;	author rmoore1;	state Exp;
2005-06-29 18:18:26 +00:00
aystarik
046b3446b7 Added 2003 copyright to the legal header
date	2003.01.06.17.32.00;	author rmoore1;	state Exp;
2005-06-29 18:18:17 +00:00
aystarik
cb26b7da81 Prefixed all macros with "ACPI_" to prevent collisions with local OS
header files.


date	2002.02.12.22.41.00;	author rmoore1;	state Exp;
2005-06-29 18:17:58 +00:00