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
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFamd64: (based on) r209957
jkim
2010-11-12
4
-43
/
+1
*
Make APM emulation look more closer to its origin. Use device_get_softc(9)
jkim
2010-11-10
1
-3
/
+2
*
Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a new
jkim
2010-11-10
1
-451
/
+9
*
Now OsdEnvironment.c is identical on amd64 and i386. Move it to a new home.
jkim
2010-11-09
1
-91
/
+0
*
Reduce diff between platforms and fix style(9) bugs.
jkim
2010-11-09
1
-15
/
+35
*
Move the MADT parser for amd64 and i386 to sys/x86/acpica now that it is
jhb
2010-11-08
1
-572
/
+0
*
Sync the APIC startup sequence with amd64:
jhb
2010-11-08
1
-1
/
+1
*
A few small style and whitespace fixes.
jhb
2010-11-08
1
-1
/
+0
*
Move <machine/apicreg.h> to <x86/apicreg.h>.
jhb
2010-11-01
1
-1
/
+1
*
Move the <machine/mca.h> header to <x86/mca.h>.
jhb
2010-11-01
1
-1
/
+1
*
For every instance of '.if ${CC} == "foo"' or '.if ${CC} != "foo"' in
rpaulo
2010-08-17
1
-1
/
+1
*
Restore the machine check register banks on resume. For banks being
jhb
2010-06-15
1
-0
/
+2
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-3
/
+1
*
Use the same policy for rejecting / not-reject ACPI tables with incorrect
jhb
2010-03-19
1
-0
/
+2
*
Extract the code to find and map the MADT ACPI table during early kernel
jhb
2009-09-23
2
-222
/
+250
*
Use C99 initialization for struct filterops.
rwatson
2009-09-12
1
-2
/
+5
*
Temporarily revert the new-bus locking for 8.0 release. It will be
jhb
2009-08-20
1
-6
/
+0
*
Make the newbus subsystem Giant free by adding the new newbus sxlock.
attilio
2009-08-02
1
-0
/
+6
*
Adapt vfs kqfilter to the shared vnode lock used by zfs write vop. Use
kib
2009-06-10
1
-1
/
+1
*
Import ACPICA 20090521.
jkim
2009-06-05
4
-7
/
+11
*
We don't need d_thread_t for cross-branch portability here anymore.
imp
2009-05-20
1
-4
/
+4
*
At least one BIOS bogusly includes duplicate entries for I/O APICs. The
jhb
2009-03-05
1
-0
/
+4
*
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
*
Remove unit2minor() use from kernel code.
ed
2008-09-26
1
-2
/
+2
*
Don't enforce unique device minor number policy anymore.
ed
2008-06-11
1
-1
/
+1
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
2
-3
/
+3
*
Rework how the nexus(4) device works on x86 to better handle the idea of
jhb
2008-03-13
1
-0
/
+43
*
For no good reason I had assumed that ACPI table headers would be page
jhb
2008-01-31
1
-5
/
+7
*
This is a follow-up, cleaning-up commit about recent changes involving
attilio
2007-09-11
1
-1
/
+1
*
Now that we have a function that can be called from a cdevsw close()
njl
2007-07-07
1
-9
/
+1
*
Update the suspend/resume user API while maintaining backwards compat.
njl
2007-06-21
1
-26
/
+216
*
Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses
jhb
2007-05-08
1
-10
/
+7
*
Optimize sx locks to use simple atomic operations for the common cases of
jhb
2007-03-31
1
-0
/
+1
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
3
-144
/
+139
*
Create an identity mapping (V=P) super page for the low memory region on
njl
2007-03-14
1
-11
/
+6
*
Use vm_paddr_t rather than uintptr_t when passing the physical address of
jhb
2007-03-05
1
-4
/
+3
*
Add missing acpi_wakecode.o: assym.s dependency, so that if assym.s
ru
2006-10-19
1
-1
/
+1
*
Refine previous revision to allow acpi_wakecode.h to be safely built
ru
2006-09-06
1
-1
/
+7
*
First pass at allowing memory to be mapped using cache modes other than
jhb
2006-08-11
2
-7
/
+7
*
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. Previous commit reverted alignment back
njl
2006-06-10
1
-41
/
+50
*
Move the reset beep tunable/sysctl to debug.acpi.resume_beep. This makes
njl
2006-06-10
2
-7
/
+7
*
Minor tweaks to the resume code that might help people debug.
njl
2006-06-08
3
-5
/
+26
*
If the XSDT address in the RSDP for an ACPI 2.0 machine is NULL, then fall
jhb
2006-03-27
1
-4
/
+5
*
Catch up with ACPI-CA 20051021 import
jkim
2005-11-01
1
-1
/
+1
*
Normalize a significant number of kernel malloc type names:
rwatson
2005-10-31
1
-1
/
+1
*
Canonize the include of acpi.h.
obrien
2005-09-11
4
-4
/
+4
[next]