Commit Graph

15 Commits

Author SHA1 Message Date
aystarik
7e9c7a070f global removal of semicolon from MODULE_NAME macro.
This allows us to remove it completely on Release builds.


date	2000.08.30.00.41.00;	author agrover;	state Exp;
2005-06-29 18:17:13 +00:00
aystarik
1c7a8a15a1 Restructured the name table data structure
date	2000.06.29.16.39.00;	author rmoore1;	state Exp;
2005-06-29 18:17:01 +00:00
aystarik
b3f6898a52 Renamed store macros for unaligned transfers
date	2000.06.21.17.06.00;	author rmoore1;	state Exp;
2005-06-29 18:16:58 +00:00
aystarik
159411d445 Changed Acpi_Gbl to AcpiGbl_
date	2000.06.16.20.03.00;	author rmoore1;	state Exp;
2005-06-29 18:16:57 +00:00
aystarik
d3005c15fb Extraneous spaces removed
date	2000.06.13.21.22.00;	author rmoore1;	state Exp;
2005-06-29 18:16:56 +00:00
aystarik
51aa0b5d69 Global rename of identifiers and constants
date	2000.06.13.18.20.00;	author rmoore1;	state Exp;
2005-06-29 18:16:55 +00:00
aystarik
04efe2be20 Updated for new core subsystem header filenames
date	2000.02.10.19.00.00;	author rmoore1;	state Exp;
2005-06-29 18:16:37 +00:00
aystarik
f51336dce3 New object type names
date	99.09.22.21.56.00;	author rmoore1;	state Exp;
2005-06-29 18:16:31 +00:00
aystarik
e9405be18b Prefixed all global variables with "Gbl_" for easy recognition
date	99.09.02.18.03.00;	author rmoore1;	state Exp;
2005-06-29 18:16:27 +00:00
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
aystarik
eb13582db9 Update to use new debug macro that automatically inserts the procedure
name in the output.


date	2001.05.10.17.45.00;	author rmoore1;	state Exp;
2005-06-29 18:14:34 +00:00
aystarik
dcf1ecb84c 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:13:24 +00:00
aystarik
573acc7d44 Added 2000 to the copyright in the legal header
date	2000.12.08.20.56.00;	author rmoore1;	state Exp;
2005-06-29 18:13:19 +00:00
aystarik
ea137aa9dd Changed names of the major objects for clarity
date	2000.08.30.20.12.00;	author rmoore1;	state Exp;
2005-06-29 18:13:13 +00:00
aystarik
df9336144a Eliminated "Name Tables" and replaced with "Named Objects"
date	2000.08.29.00.39.00;	author rmoore1;	state Exp;
2005-06-29 18:13:11 +00:00