summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Fix white spaces.jkim2010-03-101-2/+2
* - Allow users to enable dumping Debug objects without ACPI debugger.jkim2010-03-091-4/+45
* Merge ACPICA 20100304.jkim2010-03-051-0/+2
* Rename some macros to clarify their intentions and fix style nits.jkim2010-02-151-40/+40
* Add support for `cycle' and `zero' events for LCD brightness control.jkim2010-02-151-14/+43
* Make sanity check slightly more useful and tweak an error message.jkim2010-02-131-5/+5
* Implement LCD brightness control notify handler.jkim2010-02-131-1/+76
* acpi: drop the second bus_generic_attach passavg2010-02-111-8/+1
* acpi cpu: probe+attach before all other enumerated children on acpi busavg2010-02-112-9/+27
* acpi_cpu: prefer _OSC over _PDC, just in caseavg2010-02-061-20/+18
* acpi_cpu: correct capabilities arguments for Processor _OSC evaluationavg2010-02-031-1/+2
* acpi_hpet: correctly get number of timers/comparators in a timer blockavg2010-01-271-3/+18
* Merge ACPICA 20100121.jkim2010-01-218-20/+20
* acpi_ec: remove redundant acpi_disabled check in probe methodavg2010-01-181-2/+1
* acpi_ec: clean up 'private' ivar when freeing memory to which it pointsavg2010-01-181-0/+1
* Merge ACPICA 20091112.jkim2009-11-164-8/+8
* acpi: remove 'magic' ivaravg2009-11-075-24/+10
* Do not hold the ACPI A/C adapter lock when changing the power profile.jhb2009-09-301-2/+3
* Split the 'video' ACPI lock up into two locks to resolve a LOR with thejhb2009-09-301-10/+26
* Copy apm(4) emulation from sys/i386/acpica/acpi_machdep.c andjkim2009-09-271-7/+1
* Extract the code to find and map the MADT ACPI table during early kerneljhb2009-09-232-0/+27
* Uninline an instance of STAILQ_FOREACH_SAFE().jhb2009-09-231-2/+1
* Catch up with ACPICA 20090903.jkim2009-09-114-126/+84
* Tweak the way that the ACPI and ISA bus drivers match hint devices tojhb2009-08-241-2/+18
* Temporarily revert the new-bus locking for 8.0 release. It will bejhb2009-08-205-26/+16
* Make the newbus subsystem Giant free by adding the new newbus sxlock.attilio2009-08-025-16/+26
* Match PCI Express root bridge _HID directly instead ofjkim2009-07-131-1/+1
* Add a missing return in NULL mutex case.jkim2009-06-221-1/+3
* - Remove unnecessary read memory barriers from atomic operations[1].jkim2009-06-111-2/+4
* Catch up with r193750 (OsdSynch.c locking changes):jkim2009-06-102-16/+97
* Rework the _BBN handling for Host-PCI bridges. Previously we only trustedjhb2009-06-091-18/+25
* Remove redundant checks for ACPI_WAIT_FOREVER cases.jkim2009-06-081-4/+0
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:jkim2009-06-081-267/+445
* Import ACPICA 20090521.jkim2009-06-0535-157/+120
* We no longer need to use d_thread_t, migrate to struct thread *.imp2009-05-201-3/+3
* Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.mav2009-05-031-1/+2
* Remove unused variable and fix spelling in comment.mav2009-05-031-2/+1
* Avoid comparing negative signed to positive unsignad values. It wasmav2009-05-021-41/+11
* Fix off-by-one bug. S5 state must be checked as well.jkim2009-04-301-1/+1
* Fix style(9).jkim2009-04-301-2/+2
* Prefer device_printf() over printf() where ever possible.jkim2009-04-301-25/+29
* General sleep state change clean up.jkim2009-04-301-68/+110
* acpi: do not run resume/backout code when entering S0/S5 statesavg2009-04-281-73/+66
* Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe() andjhb2009-03-261-4/+2
* Add a function to reset system time after resuming, which will be usedjkim2009-03-232-4/+22
* Check whether devd is running before calling resume notifier andjkim2009-03-231-19/+34
* Initial suspend/resume support for amd64.jkim2009-03-172-13/+42
* acpi_cpu: fixup for PIIX4E PCI config related to C2avg2009-02-191-1/+11
* pcib_read_config and pcib_write_config take u_int params.imp2009-02-051-8/+9
* Convert battery capacity/rate from mA to mW only when summary is requested.mav2009-01-171-1/+1
OpenPOWER on IntegriCloud