summaryrefslogtreecommitdiffstats
path: root/sys/i386/acpica
Commit message (Expand)AuthorAgeFilesLines
* netchild's mega-patch to isolate compiler dependencies into a centraljoerg2005-03-021-2/+6
* - Add a new quirk to indicate that pin 0 of the first I/O APIC is reallyjhb2005-02-221-2/+8
* Only export defined symbols. Note that I couldn't find any differencenjl2004-12-121-1/+1
* After discussions with Nate, repo copy the acpi assist drivers fromimp2004-11-153-1710/+0
* o Change the strcmp() to a strncmp() to allow us to attach to 'E'philip2004-11-121-69/+67
* Minor whitespace nitpicking to reduce my diffs of Real Changes[tm]philip2004-11-121-9/+6
* Add support for gadgets on Asus L4R and M6R notebooks.philip2004-11-081-0/+22
* Add power profile support so that the LCD changes brightness levels basednjl2004-11-071-20/+86
* Fix support for the Asus-compatible gadgets in Samsung P30/P35 laptops.philip2004-11-051-9/+47
* Add support for Asus M6N laptopsphilip2004-11-021-0/+11
* Remove a "needs Giant" flag from the /dev/apm compat device.njl2004-10-221-1/+0
* Match surrounding style, not style(msmith).njl2004-10-111-16/+16
* Move the code for halting the CPU (acpi_cpu_c1) into machdep files.njl2004-10-111-0/+6
* Be sure to always unlock the sx lock when exiting the sysctl function.njl2004-08-241-1/+1
* Disable interrupts after using pmap_enter() to add the identity mapping.njl2004-08-191-1/+1
* MPSAFE lockingnjl2004-08-131-2/+20
* MPSAFE lockingnjl2004-08-131-2/+15
* MPSAFE lockingnjl2004-08-131-0/+10
* Remove the attempt to cache the previous page mapped at our identitynjl2004-08-051-15/+2
* Unbreak LINT by making sure that method is always defined.philip2004-08-041-0/+4
* Further cleanup: merge the three led toggling functionsphilip2004-08-031-41/+55
* Use the acpi_{Get,Set}Integer functions instead of rolling custom ones.njl2004-08-031-78/+32
* Avoid casts as lvalues. While here, avoid storing 32bit quantities inkan2004-07-281-6/+6
* Use file2c instead of a combination of hexdump, sed and shell script totjr2004-07-271-11/+1
* Get the acpi softc via the devclass, not by caching the device. Replacenjl2004-07-241-12/+8
* Whitespace cleanup and move static variables together.njl2004-07-241-23/+23
* Remove unneeded parens and fix whitespace.njl2004-07-241-36/+29
* Add the ACPI Panasonic extras driver.nyan2004-07-211-0/+410
* Push down the acquisition and release of the page queues lock intoalc2004-07-151-2/+0
* 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
OpenPOWER on IntegriCloud