Commit Graph

4588 Commits

Author SHA1 Message Date
aystarik
f16c64dd67 Standard parameter list formatting
date	99.06.10.19.36.00;	author rmoore1;	state Exp;
2005-06-29 18:16:09 +00:00
aystarik
e698e84532 Renamed some of the basic data types to ACPI*
date	99.06.09.23.31.00;	author rmoore1;	state Exp;
2005-06-29 18:16:08 +00:00
aystarik
932280bfed Moved all standard C headers to environment.h
date	99.06.09.17.30.00;	author rmoore1;	state Exp;
2005-06-29 18:16:07 +00:00
aystarik
58fa04074c date 99.06.08.22.26.00; author rmoore1; state Exp; 2005-06-29 18:16:06 +00:00
aystarik
54e377fb7e Interface to NsEnter was changed
date	99.06.08.18.16.00;	author rmoore1;	state Exp;
2005-06-29 18:16:05 +00:00
aystarik
f64a2e947f Renamed "nte" to NAME_TABLE_ENTRY
date	99.06.07.23.35.00;	author rmoore1;	state Exp;
2005-06-29 18:16:04 +00:00
aystarik
9f80889c4a Split off control method execution to nsexec.c
date	99.06.01.18.11.00;	author rmoore1;	state Exp;
2005-06-29 18:16:03 +00:00
aystarik
dd138def43 Moved load/unload functions to a new module
date	99.05.28.21.45.00;	author rmoore1;	state Exp;
2005-06-29 18:16:02 +00:00
aystarik
75b050723e Debug output fixes
date	99.05.27.16.58.00;	author rmoore1;	state Exp;
2005-06-29 18:16:01 +00:00
aystarik
cc68b01087 Some cleanup; fixed some of the debug output
date	99.05.26.20.46.00;	author rmoore1;	state Exp;
2005-06-29 18:15:59 +00:00
aystarik
42061b4dd7 Fixed problem with appending an object name to a path
date	99.05.21.14.45.00;	author rmosgrov;	state Exp;
2005-06-29 18:15:58 +00:00
aystarik
c4dff968c9 Now only one namespace table size
Removed all ASM and LST file output


date	99.05.20.23.18.00;	author rmoore1;	state Exp;
2005-06-29 18:15:57 +00:00
aystarik
3fec7dab93 date 99.05.20.16.53.00; author rmoore1; state Exp; 2005-06-29 18:15:56 +00:00
aystarik
1988bbbc62 Added FUNCTION_EXIT macro
date	99.05.19.22.15.00;	author rmoore1;	state Exp;
2005-06-29 18:15:55 +00:00
aystarik
183f576b63 Added AcpiExecuteRelativeMethod routine.
date	99.05.18.20.32.00;	author rmosgrov;	state Exp;
2005-06-29 18:15:54 +00:00
aystarik
a4e836b551 New interface to SearchTable
date	99.05.17.22.20.00;	author rmoore1;	state Exp;
2005-06-29 18:15:53 +00:00
aystarik
81f97dea02 Removed all compilation warnings under BeOS.
date	99.05.14.16.31.00;	author grsmith1;	state Exp;
2005-06-29 18:15:52 +00:00
aystarik
d46e74d370 Merged AML and ACPI exception codes
date	99.05.12.21.59.00;	author rmoore1;	state Exp;
2005-06-29 18:15:51 +00:00
aystarik
85277077c6 Prefixed all interpreter procs with "aml"
date	99.05.07.22.07.00;	author rmoore1;	state Exp;
2005-06-29 18:15:50 +00:00
aystarik
5e40c676ae Added ACPI_STATUS exception codes
date	99.05.07.17.24.00;	author rmoore1;	state Exp;
2005-06-29 18:15:49 +00:00
aystarik
87385abf15 Changed AcpiExecuteMethod to copy the resulting object descriptor to a
parameter instead of returning a pointer to an internal CA structure.


date	99.05.04.22.45.00;	author grsmith1;	state Exp;
2005-06-29 18:15:48 +00:00
aystarik
22ea9e5d7f Removed some recursion, improved data structs.
date	99.04.29.22.06.00;	author rmoore1;	state Exp;
2005-06-29 18:15:47 +00:00
aystarik
63f23cb394 Changed common constants to uppercase
date	99.04.23.15.36.00;	author rmoore1;	state Exp;
2005-06-29 18:15:46 +00:00
aystarik
aad5ba3a33 Added legal-approved header
date	99.04.19.20.24.00;	author rmoore1;	state Exp;
2005-06-29 18:15:45 +00:00
aystarik
f68dd8aade Moving globals to one place (part 2)
date	99.04.16.20.21.00;	author rmoore1;	state Exp;
2005-06-29 18:15:44 +00:00
aystarik
e0009eb805 DumpCode became ConsumeAMLPackage
date	99.04.14.23.29.00;	author rmoore1;	state Exp;
2005-06-29 18:15:43 +00:00
aystarik
199e4f2df4 date 99.04.14.16.01.00; author rmoore1; state Exp; 2005-06-29 18:15:42 +00:00
aystarik
d344340103 Removed WhyBuf mechanism, it was causing faults
date	99.04.12.17.24.00;	author rmoore1;	state Exp;
2005-06-29 18:15:41 +00:00
aystarik
e0fdd4fedb Restructured into several files
date	99.04.08.23.21.00;	author rmoore1;	state Exp;
2005-06-29 18:15:40 +00:00
aystarik
25ea0edefd date 99.04.08.21.23.00; author rmoore1; state Exp; 2005-06-29 18:15:39 +00:00
aystarik
21718929d0 Major header file consolidation
date	99.04.07.22.34.00;	author rmoore1;	state Exp;
2005-06-29 18:15:38 +00:00
aystarik
06685c3921 Header cleanup; Split debug switch into component_id and level
date	99.04.05.23.10.00;	author rmoore1;	state Exp;
2005-06-29 18:15:37 +00:00
aystarik
f227dffcba New version of DEBUG_PRINT
date	99.04.02.22.39.00;	author rmoore1;	state Exp;
2005-06-29 18:15:36 +00:00
aystarik
0907a68327 date 99.04.02.17.54.00; author rmoore1; state Exp; 2005-06-29 18:15:35 +00:00
aystarik
7f17f9950a Integrated with 03/99 OPSD code
date	99.03.31.22.33.00;	author rmoore1;	state Exp;
2005-06-29 18:15:34 +00:00
aystarik
206f03f137 Moved table-size constants to acpi.h
date	99.03.12.00.20.00;	author rmoore1;	state Exp;
2005-06-29 18:15:33 +00:00
aystarik
15f7002098 16/32/64-bit common data types
date	99.03.10.00.06.00;	author rmoore1;	state Exp;
2005-06-29 18:15:32 +00:00
aystarik
ddfb1a3d9e date 99.02.16.23.36.00; author rmosgrov; state Exp; 2005-06-29 18:15:31 +00:00
aystarik
61cfcc4b35 Polish Conversion Complete - Compiles
date	99.02.16.17.05.00;	author rmosgrov;	state Exp;
2005-06-29 18:15:29 +00:00
aystarik
d842ce1fc1 Anti-Polish clean up
date	99.02.12.23.20.00;	author rmosgrov;	state Exp;
2005-06-29 18:15:27 +00:00
aystarik
12b568e8f9 hNsFindpVal was returning with no value at end of the rountine. May
have never reached the exit, but just because the compiler warned, I fixed it.


date	99.02.09.19.50.00;	author rmosgrov;	state Exp;
2005-06-29 18:15:24 +00:00
aystarik
2bac416abd Major cleanup
date	99.01.20.17.40.00;	author rmoore1;	state Exp;
2005-06-29 18:15:22 +00:00
aystarik
bbe93c0392 date 99.01.13.22.24.00; author grsmith1; state Exp; 2005-06-29 18:15:20 +00:00
aystarik
d0d4984655 Detabified.
date	99.01.12.00.18.00;	author grsmith1;	state Exp;
2005-06-29 18:15:18 +00:00
aystarik
6e9cb1ea3e Name Space Manipulation
date	99.01.11.22.11.00;	author rmoore1;	state Exp;
2005-06-29 18:15:16 +00:00
aystarik
cf5c74a39d Lint fixes
date	2004.04.28.21.20.00;	author rmoore1;	state Exp;
2005-06-29 18:15:08 +00:00
aystarik
d8e9e3226d Removed second check for !Info, redundant
date	2004.04.27.18.43.00;	author rmoore1;	state Exp;
2005-06-29 18:15:07 +00:00
aystarik
3c3c21ec68 automated code cleanup
date	2004.04.27.18.27.00;	author rmoore1;	state Exp;
2005-06-29 18:15:06 +00:00
aystarik
93018d1ed1 update for ACPI_PARAMETER_INFO
date	2004.04.20.23.02.00;	author rmoore1;	state Exp;
2005-06-29 18:15:05 +00:00
aystarik
31069f903c automated cleanup
date	2003.12.05.23.53.00;	author rmoore1;	state Exp;
2005-06-29 18:15:03 +00:00