summaryrefslogtreecommitdiffstats
path: root/sys/amd64/acpica/acpi_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* Minor style cleanups.njl2003-08-281-1/+0
* Use __FBSDID().obrien2003-07-251-2/+4
* Commit MD parts of a loosely functional AMD64 port. This is based onpeter2003-05-011-310/+1
* - Add vm_paddr_t, a physical address type. This is required for systemsjake2003-03-251-1/+1
* Hold the page queues lock around calls to pmap_remove().alc2002-12-041-0/+2
* Add `if (!cold)' checkings for functions which is called via SYSINIT.iwasaki2002-11-241-0/+3
* - curproc may be NULL in 4-stable. In that case use the vmspace fromjhb2002-10-161-2/+4
* Wrap GCC-specific asm() code in #ifdef __GNUC__markm2002-09-211-0/+2
* Replace (ab)uses of "NULL" where "0" is really meant.archie2002-08-221-1/+1
* Improve stack manipulation code of ACPI wakeup routine.iwasaki2002-08-071-2/+2
* Fix a bug about stack manipulation at ACPI wakeup.iwasaki2002-08-011-0/+1
* Make this compile with gcc-3.1, which objects to the multi-line string.peter2002-05-191-64/+64
* Fix typo in function name.wes2002-01-101-1/+1
* Fix S3 breakage.takawata2002-01-091-1/+2
* Staticise devclasses and some unnecessarily global variables.msmith2002-01-081-1/+1
* Yet another verbose printing cleanup. Remove debug_wakeup flag andiwasaki2001-11-181-5/+2
* Add two minor changes.iwasaki2001-11-111-33/+44
* Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.iwasaki2001-11-061-1/+9
* Don't do sleep state transition if specified sleep state is notiwasaki2001-07-221-7/+6
* Convert from acpi_strerror() to AcpiFormatException()msmith2001-07-211-1/+1
* Add ACPI S2-S4BIOS Suspend/Resume code.takawata2001-07-201-0/+328
OpenPOWER on IntegriCloud