summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* 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
* Quick change to r186026. One of the conditionals was:silby2008-12-131-1/+1
* Add the sysctl debug.acpi.batt.batt_sleep_ms.silby2008-12-131-0/+34
* Remove unused variable.ganbold2008-11-251-2/+1
* Make sure legacy replacement route is turned off when enbling HPET.jkim2008-11-191-2/+5
* Allow device hints to wire the unit numbers of devices.jhb2008-11-181-0/+86
* Remove " + 1".mav2008-11-031-1/+1
* Make the no driver stuff an ifdef.imp2008-11-021-4/+9
* As soon as we have several threads per process now, it is not correct tomav2008-11-021-5/+1
* Clean up DSDT and XSDT correctly instead of FADT when the tables are bad.jkim2008-09-191-2/+2
* Handle errors from device_get_children.imp2008-08-231-4/+9
* Extend the support for PCI-e memory mapped configuration space access:jhb2008-08-221-0/+41
* Fix a typo.jhb2008-08-041-1/+1
* Further refine the probe order of devices to more closely match the previousjhb2008-07-231-9/+4
* Initialize tz_active to a new constant TZ_ACTIVE_UNKNOWN and make norpaulo2008-04-251-1/+20
* Update the list of Cx states when ACPICA notifies us. Usually, thisrpaulo2008-04-121-4/+24
* Revert back to probing Host-PCI bridges in the order we encounter them injhb2008-04-071-18/+11
* GPE lock may recurse on resume path.takawata2008-04-051-1/+1
OpenPOWER on IntegriCloud