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
*
Use the ACPI-CA definitions for the various APIC tables instead of our
njl
2003-12-09
1
-59
/
+55
*
- Reorder the APIC enumerator SYSINIT's to register enumeators at
jhb
2003-12-03
1
-3
/
+2
*
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
*
- Update includes.
jhb
2003-11-03
1
-3
/
+4
*
Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiple
jhb
2003-11-03
1
-0
/
+650
*
Fix the logic to match the new name of the tunable.
njl
2003-11-01
1
-1
/
+1
*
Change the reset video option to be positive (hw.acpi.reset_video).
njl
2003-11-01
4
-26
/
+27
*
Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' as
iwasaki
2003-10-30
3
-0
/
+17
*
Add kernel option ACPI_NO_RESET_VIDEO as workaround for problems
iwasaki
2003-10-29
2
-0
/
+6
*
Call the VESA reset BIOS vector on the resume path. This may help displays
njl
2003-10-27
1
-0
/
+9
*
- Eliminate the pte object.
alc
2003-09-25
1
-9
/
+0
*
Add final adjustment code of battery status based on the battery capacity
iwasaki
2003-09-17
1
-0
/
+9
*
Finish an earlier commit:
jhb
2003-09-10
1
-3
/
+11
*
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
4
-72
/
+35
*
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
4
-8
/
+12
*
Add some extra #ifdef stubs so that this compiles on 4.8.
jhb
2003-05-13
2
-0
/
+9
*
- 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
*
Makefile uses genwakecode.sh now.
peter
2002-05-02
1
-22
/
+0
*
Try using genwakecode.sh instead of the perl version.
peter
2002-05-01
1
-1
/
+1
*
Add a shell script to do what genwakecode.pl does.
peter
2002-05-01
1
-0
/
+21
*
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
[next]