aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isJohn Baldwin2004-06-101-6/+0
* Completely ignore disabled CPU entries as their APIC IDs tend to beJohn Baldwin2004-06-101-13/+8
* Use the local APIC ID rather than the ACPI Processor ID to index the arrayJohn Baldwin2004-06-011-28/+30
* Add missing #include <sys/module.h>Poul-Henning Kamp2004-05-302-0/+2
* Fixup a few bogons in a comment.John Baldwin2004-05-111-3/+3
* Rework the APIC mixed mode support a bit:John Baldwin2004-05-101-0/+2
* - Change madt_map_table() to verify the checksum of any table it is askedJohn Baldwin2004-05-101-2/+30
* Make unnecessary globals static and remove unused includes.Nate Lawson2004-05-062-6/+1
* Style cleanups, u_intXX -> uintXX.Nate Lawson2004-05-052-45/+28
* Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger andJohn Baldwin2004-05-041-1/+4
* - Change the APIC code to mostly use the recently added intr_triggerJohn Baldwin2004-05-041-36/+86
* Enable the led-toggling magic. Compiling files which are in the kernel intoPhilip Paeps2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledPhilip Paeps2004-04-221-0/+629
* Don't check for NULL, device_get_softc() always succeeds.Nate Lawson2004-04-211-4/+2
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatJohn Baldwin2004-04-161-4/+5
* Use METHOD_VIDEO instead of the method string itself.Nate Lawson2004-04-141-1/+1
* Add support for video output switching. It appears no systems use HCI toNate Lawson2004-04-141-10/+78
* Use headers from the kernel source tree rather than installed headers.Dag-Erling Smørgrav2004-04-131-1/+1
* Unify on version 1 to be similar to the rest of the tree. After 5-stableNate Lawson2004-04-081-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)Tom Rhodes2004-03-121-2/+2
* Add support for quirks for acpi tables. Key off OEM vendor and revision.Nate Lawson2004-03-031-7/+0
* Device megapatch 4/6:Poul-Henning Kamp2004-02-211-0/+2
* Device megapatch 1/6:Poul-Henning Kamp2004-02-211-2/+0
* - Call acpi_Startup() before parsing interrupt-related APIC resources so weJohn Baldwin2004-01-261-7/+43
* Only remove the handler if we installed it.Nate Lawson2004-01-121-2/+4
* Clean up the probe message and sort the function table according toNate Lawson2004-01-121-3/+3
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,Nate Lawson2004-01-111-0/+485
* Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headerNate Lawson2004-01-011-3/+3
* Use the ACPI-CA definitions for the various APIC tables instead of ourNate Lawson2003-12-091-59/+55
* - Reorder the APIC enumerator SYSINIT's to register enumeators atJohn Baldwin2003-12-031-3/+2
* Minor source sync with amd64. For %.*s printf formats, pass in anPeter Wemm2003-11-141-3/+5
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIJohn Baldwin2003-11-111-1/+6
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICJohn Baldwin2003-11-101-2/+2
* Only disable the old pin when doing a remap if it's current vector is stillJohn Baldwin2003-11-061-1/+2
* When remapping an ISA interrupt from one intpin to another, disable theJohn Baldwin2003-11-051-8/+16
* Make this compile with PAE.Peter Wemm2003-11-041-5/+6
* - Update includes.John Baldwin2003-11-031-3/+4
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI MultipleJohn Baldwin2003-11-031-0/+650
* Fix the logic to match the new name of the tunable.Nate Lawson2003-11-011-1/+1
* Change the reset video option to be positive (hw.acpi.reset_video).Nate Lawson2003-11-014-26/+27
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asMitsuru IWASAKI2003-10-303-0/+17
* Add kernel option ACPI_NO_RESET_VIDEO as workaround for problemsMitsuru IWASAKI2003-10-292-0/+6
* Call the VESA reset BIOS vector on the resume path. This may help displaysNate Lawson2003-10-271-0/+9
* - Eliminate the pte object.Alan Cox2003-09-251-9/+0
* Add final adjustment code of battery status based on the battery capacityMitsuru IWASAKI2003-09-171-0/+9
* Finish an earlier commit:John Baldwin2003-09-101-3/+11
* Don't disable interrupts a second time. Remove an extraneous interruptNate Lawson2003-09-081-4/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. ThisNate Lawson2003-08-291-3/+4
* Style cleanups.Nate Lawson2003-08-284-72/+35
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.Nate Lawson2003-07-301-1/+1