summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* Use the proper type and then cast on assignment. This fixes warning whennjl2004-07-061-2/+4
* Add machdep quirks functions. On i386, this disables acpi on systems withnjl2004-06-301-0/+24
* Update for acpi_id_probe()njl2004-06-292-26/+19
* Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number ofimp2004-06-281-9/+9
* Do the dreaded s/dev_t/struct cdev */phk2004-06-162-8/+8
* s/device_get_handle/acpi_get_handlenjl2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.njl2004-06-151-1/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLEnjl2004-06-142-3/+5
* - Use the correct devclass name ("acpi" vs "ACPI") to detect if acpi0 isjhb2004-06-101-6/+0
* Completely ignore disabled CPU entries as their APIC IDs tend to bejhb2004-06-101-13/+8
* Use the local APIC ID rather than the ACPI Processor ID to index the arrayjhb2004-06-011-28/+30
* Add missing #include <sys/module.h>phk2004-05-302-0/+2
* 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
OpenPOWER on IntegriCloud