summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica/acpi_wakeup.c
Commit message (Expand)AuthorAgeFilesLines
* Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference ofiwasaki2012-06-091-378/+0
* Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.jkim2012-06-011-2/+1
* Tidy up code clutter in SMP case a bit. No functional change.jkim2012-06-011-10/+6
* Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.jkim2012-06-011-2/+2
* Improve style(9) in the previous commit.jkim2012-06-011-3/+3
* Call AcpiLeaveSleepStatePrep() in interrupt disabled contextiwasaki2012-06-011-54/+57
* Revert the previous commit on wakecode address verbose printing.iwasaki2012-05-191-2/+2
* Add SMP/i386 suspend/resume support.iwasaki2012-05-181-235/+244
* Merge ACPICA 20120320.jkim2012-03-201-1/+1
* MFamd64:jhb2012-03-091-12/+19
* MFamd64: (based on) r209957jkim2010-11-121-0/+1
* Move the <machine/mca.h> header to <x86/mca.h>.jhb2010-11-011-1/+1
* Restore the machine check register banks on resume. For banks beingjhb2010-06-151-0/+2
* Import ACPICA 20090521.jkim2009-06-051-1/+2
* Mark these variables as __used too. Fix a style of previous commit.rdivacky2009-02-181-5/+6
* Mark these variables as __used as those are used in the asm block.rdivacky2009-02-181-4/+4
* In keeping with style(9)'s recommendations on macros, use a ';'rwatson2008-03-161-1/+1
* Create an identity mapping (V=P) super page for the low memory region onnjl2007-03-141-11/+6
* If a beep was enabled, turn it off 3 seconds after resume.njl2006-08-081-0/+11
* Unbreak tinderbox- fix device_printf arg to accomodate different sizesmjacob2006-06-161-2/+2
* * Ask for a page-aligned page instead of an arbitrary address. This shouldnjl2006-06-101-15/+30
* Minor tweaks to the resume code that might help people debug.njl2006-06-081-0/+2
* Canonize the include of acpi.h.obrien2005-09-111-1/+1
* Rename variables:rodrigc2005-08-181-12/+13
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-2/+6
* Disable interrupts after using pmap_enter() to add the identity mapping.njl2004-08-191-1/+1
* Remove the attempt to cache the previous page mapped at our identitynjl2004-08-051-15/+2
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-2/+0
* Use the proper type and then cast on assignment. This fixes warning whennjl2004-07-061-2/+4
* Make unnecessary globals static and remove unused includes.njl2004-05-061-3/+0
* Style cleanups, u_intXX -> uintXX.njl2004-05-051-26/+21
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+2
* - Update includes.jhb2003-11-031-3/+4
* Change the reset video option to be positive (hw.acpi.reset_video).njl2003-11-011-3/+3
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-301-0/+3
* - Eliminate the pte object.alc2003-09-251-9/+0
* Don't disable interrupts a second time. Remove an extraneous interruptnjl2003-09-081-4/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-3/+4
* Style cleanups.njl2003-08-281-20/+10
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Commit Ian Dowse's workaround for acpi resume resetting after thepeter2003-07-211-0/+8
* Mega busdma API commit.scottl2003-07-011-1/+2
* Use __FBSDID().obrien2003-06-021-2/+3
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-131-0/+5
* - 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
OpenPOWER on IntegriCloud