aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/acpica
Commit message (Expand)AuthorAgeFilesLines
* Export the physical address of the RSDP to userland by meansMarcel Moolenaar2002-12-181-11/+29
* Hold the page queues lock around calls to pmap_remove().Alan Cox2002-12-041-0/+2
* Add `if (!cold)' checkings for functions which is called via SYSINIT.Mitsuru IWASAKI2002-11-241-0/+3
* *sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IOJohn Baldwin2002-11-211-1/+1
* - curproc may be NULL in 4-stable. In that case use the vmspace fromJohn Baldwin2002-10-161-2/+4
* Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get theJohn Baldwin2002-10-161-0/+4
* Use d_thread_t for cdevsw functions instead of struct thread * so that itJohn Baldwin2002-10-091-4/+4
* Trash the PnPBIOStable pointer later on when we know that the acpi probeJohn Baldwin2002-09-302-6/+6
* Wrap GCC-specific asm() code in #ifdef __GNUC__Mark Murray2002-09-211-0/+2
* If we are using APIC_IO tell ACPI so it can route interrupts properly.John Baldwin2002-09-061-0/+3
* Replace (ab)uses of "NULL" where "0" is really meant.Archie Cobbs2002-08-222-3/+3
* Improve stack manipulation code of ACPI wakeup routine.Mitsuru IWASAKI2002-08-071-2/+2
* Fix a bug about stack manipulation at ACPI wakeup.Mitsuru IWASAKI2002-08-011-0/+1
* Resolve conflicts arising from the ACPI CA 20020404 import.Mitsuru IWASAKI2002-06-301-1/+1
* Make this compile with gcc-3.1, which objects to the multi-line string.Peter Wemm2002-05-191-64/+64
* Fix typo in function name.Wes Peters2002-01-101-1/+1
* Fix S3 breakage.Takanori Watanabe2002-01-091-1/+2
* Staticise devclasses and some unnecessarily global variables.Mike Smith2002-01-081-1/+1
* Yet another verbose printing cleanup. Remove debug_wakeup flag andMitsuru IWASAKI2001-11-181-5/+2
* Add two minor changes.Mitsuru IWASAKI2001-11-111-33/+44
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.Mitsuru IWASAKI2001-11-061-1/+9
* Add APM compatibility feature to ACPI.Mitsuru IWASAKI2001-10-261-0/+335
* Now that this code is MD, we don't need the i386 ifdefs.Mike Smith2001-09-071-6/+9
* Don't do sleep state transition if specified sleep state is notMitsuru IWASAKI2001-07-221-7/+6
* Convert from acpi_strerror() to AcpiFormatException()Mike Smith2001-07-211-1/+1
* Update the OSD module to match the ACPI CA 20010717 import.Mike Smith2001-07-211-0/+8
* Add ACPI S2-S4BIOS Suspend/Resume code.Takanori Watanabe2001-07-201-0/+328
* FreeBSD-specific OSD (operating system dependant) modules for the IntelMike Smith2000-10-281-0/+56