aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* MPSAFE lockingNate Lawson2004-08-131-2/+20
* MPSAFE lockingNate Lawson2004-08-131-2/+15
* MPSAFE lockingNate Lawson2004-08-131-0/+10
* Remove the attempt to cache the previous page mapped at our identityNate Lawson2004-08-051-15/+2
* Unbreak LINT by making sure that method is always defined.Philip Paeps2004-08-041-0/+4
* Further cleanup: merge the three led toggling functionsPhilip Paeps2004-08-031-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.Nate Lawson2004-08-031-78/+32
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inAlexander Kabaev2004-07-281-6/+6
* Use file2c instead of a combination of hexdump, sed and shell script toTim J. Robbins2004-07-271-11/+1
* Get the acpi softc via the devclass, not by caching the device. ReplaceNate Lawson2004-07-241-12/+8
* Whitespace cleanup and move static variables together.Nate Lawson2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.Nate Lawson2004-07-241-36/+29
* Add the ACPI Panasonic extras driver.Yoshihiro Takahashi2004-07-211-0/+410
* Push down the acquisition and release of the page queues lock intoAlan Cox2004-07-151-2/+0
* Use the proper type and then cast on assignment. This fixes warning whenNate Lawson2004-07-061-2/+4
* Add machdep quirks functions. On i386, this disables acpi on systems withNate Lawson2004-06-301-0/+24
* Update for acpi_id_probe()Nate Lawson2004-06-292-26/+19
* Use APM_UNKNOWN instead of 0xff. Use ~0U instead 0 for the number ofWarner Losh2004-06-281-9/+9
* Do the dreaded s/dev_t/struct cdev */Poul-Henning Kamp2004-06-162-8/+8
* s/device_get_handle/acpi_get_handleNate Lawson2004-06-151-1/+1
* Catch one more use of acpi_MatchHid and update for new API.Nate Lawson2004-06-151-1/+1
* Use the new API for acpi_MatchHid(). The difference between ACPI_HANDLENate Lawson2004-06-142-3/+5
* - 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