summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* Fixup a few bogons in a comment.jhb2004-05-111-3/+3
* Rework the APIC mixed mode support a bit:jhb2004-05-101-0/+2
* - Change madt_map_table() to verify the checksum of any table it is askedjhb2004-05-101-2/+30
* Make unnecessary globals static and remove unused includes.njl2004-05-062-6/+1
* Style cleanups, u_intXX -> uintXX.njl2004-05-052-45/+28
* Have ACPI use BUS_CONFIG_INTR() to force the SCI to level trigger andjhb2004-05-041-1/+4
* - Change the APIC code to mostly use the recently added intr_triggerjhb2004-05-041-36/+86
* Enable the led-toggling magic. Compiling files which are in the kernel intophilip2004-04-231-12/+0
* Add the ACPI Asus extras driver. Provides support for cool ACPI-controledphilip2004-04-221-0/+629
* Don't check for NULL, device_get_softc() always succeeds.njl2004-04-211-4/+2
* Revert part of the "BIOS brain damage" from rev 1.10. It seems thatjhb2004-04-161-4/+5
* Use METHOD_VIDEO instead of the method string itself.njl2004-04-141-1/+1
* Add support for video output switching. It appears no systems use HCI tonjl2004-04-141-10/+78
* Use headers from the kernel source tree rather than installed headers.des2004-04-131-1/+1
* Unify on version 1 to be similar to the rest of the tree. After 5-stablenjl2004-04-081-1/+1
* These are changes to allow to use the Intel C/C++ compiler (lang/icc)trhodes2004-03-121-2/+2
* Add support for quirks for acpi tables. Key off OEM vendor and revision.njl2004-03-031-7/+0
* Device megapatch 4/6:phk2004-02-211-0/+2
* Device megapatch 1/6:phk2004-02-211-2/+0
* - Call acpi_Startup() before parsing interrupt-related APIC resources so wejhb2004-01-261-7/+43
* Only remove the handler if we installed it.njl2004-01-121-2/+4
* Clean up the probe message and sort the function table according tonjl2004-01-121-3/+3
* Add the ACPI Toshiba extras driver (hotkeys, LCD backlight, video output,njl2004-01-111-0/+485
* Use <machine/asmacros.h> since <machine/asm.h> is a userland-only headernjl2004-01-011-3/+3
* Use the ACPI-CA definitions for the various APIC tables instead of ournjl2003-12-091-59/+55
* - Reorder the APIC enumerator SYSINIT's to register enumeators atjhb2003-12-031-3/+2
* Minor source sync with amd64. For %.*s printf formats, pass in anpeter2003-11-141-3/+5
* Some motherboards like to remap the SCI (normally IRQ 9) up to a PCIjhb2003-11-111-1/+6
* Bump APIC ID limits up to 32 since a machine with 16 CPUs will have APICjhb2003-11-101-2/+2
* Only disable the old pin when doing a remap if it's current vector is stilljhb2003-11-061-1/+2
* When remapping an ISA interrupt from one intpin to another, disable thejhb2003-11-051-8/+16
* Make this compile with PAE.peter2003-11-041-5/+6
* - Update includes.jhb2003-11-031-3/+4
* Add the ACPI MADT table APIC enumerator. This code uses the ACPI Multiplejhb2003-11-031-0/+650
* Fix the logic to match the new name of the tunable.njl2003-11-011-1/+1
* Change the reset video option to be positive (hw.acpi.reset_video).njl2003-11-014-26/+27
* Add sysctl MIB and loader tunable `hw.acpi.no_reset_video' asiwasaki2003-10-303-0/+17
* Add kernel option ACPI_NO_RESET_VIDEO as workaround for problemsiwasaki2003-10-292-0/+6
* Call the VESA reset BIOS vector on the resume path. This may help displaysnjl2003-10-271-0/+9
* - Eliminate the pte object.alc2003-09-251-9/+0
* Add final adjustment code of battery status based on the battery capacityiwasaki2003-09-171-0/+9
* Finish an earlier commit:jhb2003-09-101-3/+11
* Don't disable interrupts a second time. Remove an extraneous interruptnjl2003-09-081-4/+1
* Use the ACPICA AcpiEnterSleepStateS4bios instead of rolling our own. Thisnjl2003-08-291-3/+4
* Style cleanups.njl2003-08-284-72/+35
* Use ACPI_FLUSH_CPU_CACHE() instead of wbinvd(). Verified .o with md5.njl2003-07-301-1/+1
* Commit Ian Dowse's workaround for acpi resume resetting after thepeter2003-07-211-0/+8
* Mega busdma API commit.scottl2003-07-011-1/+2
* Use __FBSDID().obrien2003-06-024-8/+12
* Add some extra #ifdef stubs so that this compiles on 4.8.jhb2003-05-132-0/+9
OpenPOWER on IntegriCloud