Nate Lawson
c871a6da4c
Style cleanups to reduce diffs to locking tree.
2004-04-14 03:39:08 +00:00
Marcel Moolenaar
6613111b55
Fix build breakage on ia64. The second argument of AcpiOsReadable()
...
and AcpiOsWritable() have type ACPI_SIZE and not UINT32.
2003-07-14 02:42:15 +00:00
Nate Lawson
6fca9360db
Update code to work with 0619 dist
...
* Use ACPI_BUFFER as the type for AcpiGetObjectInfo
* Remove AcpiEnableEvent/AcpiClearEvent for ACPI_EVENT_FIXED (power/sleep
buttons) as they are no longer needed
* Change calls to use the new GPE functions
* Add AcpiOs*Lock functions
2003-07-13 22:57:16 +00:00
Peter Wemm
30171114b3
Fix a gcc-3.1+ warning.
...
warning: deprecated use of label at end of compound statement
ie: you cannot do this anymore:
switch(foo) {
....
default:
}
2002-03-19 11:02:06 +00:00
Peter Wemm
75a3a26d2a
Recent acpica imports have changed the lengths from UINT32 to ACPI_SIZE,
...
which is 64 bit on ia64. Fix it.
2002-03-12 00:10:40 +00:00
Mike Smith
9232a543e6
AcpiOsCallocate is no longer required.
2002-02-23 05:32:10 +00:00
Mike Smith
76f2b644fd
Synch with minor changes in the ACPI CA 20011120 snapshot.
2001-11-28 04:36:29 +00:00
Mike Smith
9d839ea8e4
Update the OSD module to match the ACPI CA 20010717 import.
...
Submitted by: "Grover, Andrew" <andrew.grover@intel.com> (OsdHardware.c)
2001-07-21 04:10:01 +00:00
Mike Smith
e0b349e634
Staticise some malloc pools
...
Submitted by: phk
2000-12-08 20:48:33 +00:00
Mike Smith
c434440bac
AcpiOsMem primitives as required by the new ACPI CA snapshot
2000-12-01 10:19:28 +00:00
Mike Smith
fd660059d9
FreeBSD-specific OSD (operating system dependant) modules for the Intel
...
ACPICA code.
2000-10-28 06:56:15 +00:00