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
/
amd64
/
acpica
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix ACPI suspend/resume on amd64, which was broken since r208833.
jkim
2010-06-14
1
-1
/
+1
*
Update several places that iterate over CPUs to use CPU_FOREACH().
jhb
2010-06-11
1
-3
/
+1
*
Introduce the x86 kernel interfaces to allow kernel code to use
kib
2010-06-05
1
-1
/
+1
*
Use the same policy for rejecting / not-reject ACPI tables with incorrect
jhb
2010-03-19
1
-0
/
+2
*
Simplify a macro not to generate unncessary symbols.
jkim
2009-12-08
1
-14
/
+1
*
Tweak memory allocation for amd64 suspend/resume CPU context.
jkim
2009-11-04
1
-16
/
+14
*
Try hiding annoying text cursor after the video controller is reset.
jkim
2009-10-23
1
-0
/
+5
*
Clean up amd64 suspend/resume code.
jkim
2009-10-08
3
-33
/
+35
*
Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c and
jkim
2009-09-27
1
-8
/
+448
*
Extract the code to find and map the MADT ACPI table during early kernel
jhb
2009-09-23
2
-223
/
+254
*
Import ACPICA 20090521.
jkim
2009-06-05
4
-7
/
+11
*
Reduce code duplcations from r190620. While I am here, tweak a comment.
jkim
2009-04-02
1
-3
/
+1
*
Chase GDT layout changes and unbreak suspend/resume on amd64.
jkim
2009-04-02
3
-18
/
+18
*
Save and restore segment registers on amd64 when entering and leaving
kib
2009-04-01
1
-6
/
+11
*
- Clean up suspend/resume code for amd64.
jkim
2009-03-23
4
-31
/
+29
*
Initial suspend/resume support for amd64.
jkim
2009-03-17
7
-2
/
+925
*
At least one BIOS bogusly includes duplicate entries for I/O APICs. The
jhb
2009-03-05
1
-0
/
+4
*
In keeping with style(9)'s recommendations on macros, use a ';'
rwatson
2008-03-16
1
-2
/
+2
*
Rework how the nexus(4) device works on x86 to better handle the idea of
jhb
2008-03-13
1
-0
/
+44
*
For no good reason I had assumed that ACPI table headers would be page
jhb
2008-01-31
1
-5
/
+7
*
Handle CPUs with APIC IDs higher than 32 (at least one IBM server uses
jhb
2007-05-08
1
-10
/
+7
*
Catch up with ACPI-CA 20070320 import.
jkim
2007-03-22
2
-142
/
+137
*
Use vm_paddr_t rather than uintptr_t when passing the physical address of
jhb
2007-03-05
1
-4
/
+3
*
First pass at allowing memory to be mapped using cache modes other than
jhb
2006-08-11
1
-5
/
+5
*
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
*
MFi386: use the lapic timer for UP systems that are using the apic so that
peter
2005-04-15
1
-2
/
+0
*
- Add a new quirk to indicate that pin 0 of the first I/O APIC is really
jhb
2005-02-22
1
-2
/
+8
*
Move the code for halting the CPU (acpi_cpu_c1) into machdep files.
njl
2004-10-11
1
-0
/
+6
*
Sync with i386 - get the softc via the devclass rather than caching the dev
peter
2004-08-16
1
-2
/
+1
*
Add machdep quirks functions. On i386, this disables acpi on systems with
njl
2004-06-30
1
-0
/
+6
*
Insta-MFi386: ignore disabled cpu apic id's entirely
peter
2004-06-10
1
-13
/
+8
*
MFi386: apic intpin programming updates etc.
peter
2004-06-03
1
-28
/
+30
*
MFi386: numerous interrupt and acpi updates
peter
2004-05-16
1
-41
/
+122
*
Make unnecessary globals static and remove unused includes.
njl
2004-05-06
1
-1
/
+1
*
Don't check for NULL, device_get_softc() always succeeds.
njl
2004-04-21
1
-2
/
+1
*
Merge some more changes from i386.
peter
2004-01-30
1
-7
/
+43
*
Use the ACPI-CA definitions for the various APIC tables instead of our
njl
2003-12-09
1
-59
/
+55
*
MFi386: put the apic disable hook in a better place.
peter
2003-12-06
1
-1
/
+1
*
Add an additional knob to just disable the apic code without also having
peter
2003-12-03
1
-1
/
+1
*
Minor source sync with amd64. For %.*s printf formats, pass in an
peter
2003-11-14
1
-3
/
+5
*
Some motherboards like to remap the SCI (normally IRQ 9) up to a PCI
jhb
2003-11-11
1
-1
/
+6
*
Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APIC
jhb
2003-11-10
1
-2
/
+2
*
Only disable the old pin when doing a remap if it's current vector is still
jhb
2003-11-06
1
-1
/
+2
*
When remapping an ISA interrupt from one intpin to another, disable the
jhb
2003-11-05
1
-8
/
+16
*
Make this compile with PAE.
peter
2003-11-04
1
-5
/
+6
*
Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiple
jhb
2003-11-03
1
-0
/
+650
*
MFi386 by jhb: add acpi_SetDefaultIntrModel();
peter
2003-09-22
1
-0
/
+12
[prev]
[next]