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
/
madt.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
1
-124
/
+126
*
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
1
-1
/
+1
*
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
*
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
*
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