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
*
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
*
Minor style cleanups.
njl
2003-08-28
3
-4
/
+2
*
Use __FBSDID().
obrien
2003-07-25
3
-6
/
+10
*
Port acpica to amd64.
peter
2003-05-31
1
-5
/
+5
*
Commit MD parts of a loosely functional AMD64 port. This is based on
peter
2003-05-01
3
-608
/
+2
*
- Add vm_paddr_t, a physical address type. This is required for systems
jake
2003-03-25
1
-1
/
+1
*
Use repo-copied files in sys/i386/bios.
mdodd
2003-03-24
1
-1
/
+1
*
Gigacommit to improve device-driver source compatibility between
phk
2003-03-03
1
-13
/
+7
*
Export the physical address of the RSDP to userland by means
marcel
2002-12-18
1
-11
/
+29
*
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
*
*sigh*. It seems that in the ACPICA code, Intel defines its own APIC_IO
jhb
2002-11-21
1
-1
/
+1
*
- curproc may be NULL in 4-stable. In that case use the vmspace from
jhb
2002-10-16
1
-2
/
+4
*
Include <sys/select.h> on -stable instead of <sys/selinfo.h> to get the
jhb
2002-10-16
1
-0
/
+4
*
Use d_thread_t for cdevsw functions instead of struct thread * so that it
jhb
2002-10-09
1
-4
/
+4
*
Trash the PnPBIOStable pointer later on when we know that the acpi probe
jhb
2002-09-30
2
-6
/
+6
*
Wrap GCC-specific asm() code in #ifdef __GNUC__
markm
2002-09-21
1
-0
/
+2
*
If we are using APIC_IO tell ACPI so it can route interrupts properly.
jhb
2002-09-06
1
-0
/
+3
*
Replace (ab)uses of "NULL" where "0" is really meant.
archie
2002-08-22
2
-3
/
+3
*
Improve stack manipulation code of ACPI wakeup routine.
iwasaki
2002-08-07
1
-2
/
+2
*
Fix a bug about stack manipulation at ACPI wakeup.
iwasaki
2002-08-01
1
-0
/
+1
*
Resolve conflicts arising from the ACPI CA 20020404 import.
iwasaki
2002-06-30
1
-1
/
+1
*
Make this compile with gcc-3.1, which objects to the multi-line string.
peter
2002-05-19
1
-64
/
+64
*
Fix typo in function name.
wes
2002-01-10
1
-1
/
+1
*
Fix S3 breakage.
takawata
2002-01-09
1
-1
/
+2
*
Staticise devclasses and some unnecessarily global variables.
msmith
2002-01-08
1
-1
/
+1
*
Yet another verbose printing cleanup. Remove debug_wakeup flag and
iwasaki
2001-11-18
1
-5
/
+2
*
Add two minor changes.
iwasaki
2001-11-11
1
-33
/
+44
*
Add S4BIOS sleep (BIOS hibernation) and DSDT overriding support.
iwasaki
2001-11-06
1
-1
/
+9
*
Add APM compatibility feature to ACPI.
iwasaki
2001-10-26
1
-0
/
+335
*
Now that this code is MD, we don't need the i386 ifdefs.
msmith
2001-09-07
1
-6
/
+9
*
Don't do sleep state transition if specified sleep state is not
iwasaki
2001-07-22
1
-7
/
+6
*
Convert from acpi_strerror() to AcpiFormatException()
msmith
2001-07-21
1
-1
/
+1
*
Update the OSD module to match the ACPI CA 20010717 import.
msmith
2001-07-21
1
-0
/
+8
[next]