index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
i386
/
acpica
/
acpi_wakeup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add x86/acpica/acpi_wakeup.c for amd64 and i386. Difference of
iwasaki
2012-06-09
1
-378
/
+0
*
Consistently use ACPI_SUCCESS() and ACPI_FAILURE() macros wherever possible.
jkim
2012-06-01
1
-2
/
+1
*
Tidy up code clutter in SMP case a bit. No functional change.
jkim
2012-06-01
1
-10
/
+6
*
Call AcpiSetFirmwareWakingVector() with interrupt disabled for consistency.
jkim
2012-06-01
1
-2
/
+2
*
Improve style(9) in the previous commit.
jkim
2012-06-01
1
-3
/
+3
*
Call AcpiLeaveSleepStatePrep() in interrupt disabled context
iwasaki
2012-06-01
1
-54
/
+57
*
Revert the previous commit on wakecode address verbose printing.
iwasaki
2012-05-19
1
-2
/
+2
*
Add SMP/i386 suspend/resume support.
iwasaki
2012-05-18
1
-235
/
+244
*
Merge ACPICA 20120320.
jkim
2012-03-20
1
-1
/
+1
*
MFamd64:
jhb
2012-03-09
1
-12
/
+19
*
MFamd64: (based on) r209957
jkim
2010-11-12
1
-0
/
+1
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
1
-1
/
+1
*
Restore the machine check register banks on resume. For banks being
jhb
2010-06-15
1
-0
/
+2
*
Import ACPICA 20090521.
jkim
2009-06-05
1
-1
/
+2
*
Mark these variables as __used too. Fix a style of previous commit.
rdivacky
2009-02-18
1
-5
/
+6
*
Mark these variables as __used as those are used in the asm block.
rdivacky
2009-02-18
1
-4
/
+4
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-1
/
+1
*
Create an identity mapping (V=P) super page for the low memory region on
njl
2007-03-14
1
-11
/
+6
*
If a beep was enabled, turn it off 3 seconds after resume.
njl
2006-08-08
1
-0
/
+11
*
Unbreak tinderbox- fix device_printf arg to accomodate different sizes
mjacob
2006-06-16
1
-2
/
+2
*
* Ask for a page-aligned page instead of an arbitrary address. This should
njl
2006-06-10
1
-15
/
+30
*
Minor tweaks to the resume code that might help people debug.
njl
2006-06-08
1
-0
/
+2
*
Canonize the include of acpi.h.
obrien
2005-09-11
1
-1
/
+1
*
Rename variables:
rodrigc
2005-08-18
1
-12
/
+13
*
netchild's mega-patch to isolate compiler dependencies into a central
joerg
2005-03-02
1
-2
/
+6
*
Disable interrupts after using pmap_enter() to add the identity mapping.
njl
2004-08-19
1
-1
/
+1
*
Remove the attempt to cache the previous page mapped at our identity
njl
2004-08-05
1
-15
/
+2
*
Avoid casts as lvalues. While here, avoid storing 32bit quantities in
kan
2004-07-28
1
-6
/
+6
*
Push down the acquisition and release of the page queues lock into
alc
2004-07-15
1
-2
/
+0
*
Use the proper type and then cast on assignment. This fixes warning when
njl
2004-07-06
1
-2
/
+4
*
Make unnecessary globals static and remove unused includes.
njl
2004-05-06
1
-3
/
+0
*
Style cleanups, u_intXX -> uintXX.
njl
2004-05-05
1
-26
/
+21
*
These are changes to allow to use the Intel C/C++ compiler (lang/icc)
trhodes
2004-03-12
1
-2
/
+2
*
- Update includes.
jhb
2003-11-03
1
-3
/
+4
*
Change the reset video option to be positive (hw.acpi.reset_video).
njl
2003-11-01
1
-3
/
+3
*
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
iwasaki
2003-10-30
1
-0
/
+3
*
- Eliminate the pte object.
alc
2003-09-25
1
-9
/
+0
*
Don't disable interrupts a second time. Remove an extraneous interrupt
njl
2003-09-08
1
-4
/
+1
*
Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. This
njl
2003-08-29
1
-3
/
+4
*
Style cleanups.
njl
2003-08-28
1
-20
/
+10
*
Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.
njl
2003-07-30
1
-1
/
+1
*
Commit Ian Dowse's workaround for acpi resume resetting after the
peter
2003-07-21
1
-0
/
+8
*
Mega busdma API commit.
scottl
2003-07-01
1
-1
/
+2
*
Use __FBSDID().
obrien
2003-06-02
1
-2
/
+3
*
Add some extra #ifdef stubs so that this compiles on 4.8.
jhb
2003-05-13
1
-0
/
+5
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Hold the page queues lock around calls to pmap_remove().
alc
2002-12-04
1
-0
/
+2
*
Add `if (!cold)' checkings for functions which is called via SYSINIT.
iwasaki
2002-11-24
1
-0
/
+3
*
- curproc may be NULL in 4-stable. In that case use the vmspace from
jhb
2002-10-16
1
-2
/
+4
*
Wrap GCC-specific asm() code in #ifdef __GNUC__
markm
2002-09-21
1
-0
/
+2
[next]