| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets you | jkim | 2010-10-20 | 1 | -1/+1 |
* | Remove undocumented and stale debug.acpi.do_powerstate tunable. It was | jkim | 2010-10-19 | 1 | -12/+0 |
* | Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specific | jkim | 2010-10-19 | 3 | -96/+68 |
* | Make any PCI devices enumerated in ACPI tree honor do_power_resume as well. | jkim | 2010-10-19 | 1 | -1/+1 |
* | Clean up unused headers. | jkim | 2010-10-13 | 1 | -4/+0 |
* | Remove acpi_bus_number() completely. It had to be removed in r212761. | jkim | 2010-10-13 | 1 | -55/+0 |
* | Mark acpi_bus_number() as __unused. This allows clang to this file | rpaulo | 2010-10-13 | 1 | -1/+1 |
* | Use AcpiReset() from ACPICA instead of rolling our own, which is actually | jkim | 2010-10-13 | 1 | -10/+10 |
* | acpi_ec: changes in communication with hardware | avg | 2010-10-12 | 1 | -83/+89 |
* | Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets have | mav | 2010-09-30 | 1 | -0/+7 |
* | Quick fix for unmotivated C2 state usage during boot, introduced at r212541. | mav | 2010-09-22 | 1 | -1/+1 |
* | acpi_attach: do not explicitly install default handlers for default | avg | 2010-09-22 | 1 | -23/+0 |
* | Merge ACPICA 20100915. | jkim | 2010-09-16 | 1 | -36/+0 |
* | acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CST | avg | 2010-09-13 | 1 | -9/+1 |
* | Refactor timer management code with priority to one-shot operation mode. | mav | 2010-09-13 | 2 | -8/+16 |
* | Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers driver | mav | 2010-09-13 | 1 | -1/+7 |
* | Instead of storing last event timestamp, store the next event timestamp. | mav | 2010-09-12 | 1 | -19/+28 |
* | bus_add_child: change type of order parameter to u_int | avg | 2010-09-10 | 2 | -4/+4 |
* | During SMP startup there is time window, when SMP started, but interrupts | mav | 2010-09-08 | 1 | -1/+26 |
* | Several improvements to HPET driver: | mav | 2010-09-05 | 1 | -22/+55 |
* | acpi: update stale comments about order of cpu devices probing | avg | 2010-09-03 | 1 | -6/+5 |
* | Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). This | jhb | 2010-08-17 | 6 | -3/+18 |
* | When EC burst mode is activated and multiple bytes are accessed, do not | jkim | 2010-08-06 | 1 | -54/+27 |
* | Merge ACPICA 20100806. | jkim | 2010-08-06 | 2 | -7/+1 |
* | - Retire acpi_pcib_resume(). It is has just been an alias for | jhb | 2010-08-05 | 4 | -46/+5 |
* | Fix several un-/signedness bugs of r210290 and r210293. Add one more check. | mav | 2010-07-20 | 1 | -3/+3 |
* | Extend timer driver API to report also minimal and maximal supported period | mav | 2010-07-20 | 1 | -5/+11 |
* | Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() and | jkim | 2010-07-16 | 1 | -22/+7 |
* | Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of using | jkim | 2010-07-16 | 1 | -4/+4 |
* | If there is any pending sleep request, disallow entering S5 state. | jkim | 2010-07-15 | 1 | -14/+12 |
* | - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129. | jkim | 2010-07-15 | 1 | -26/+9 |
* | - AcpiOsReadMemory() needs similar fixes as r209965. [1] | jkim | 2010-07-15 | 1 | -18/+6 |
* | Make SMP code path conditional at run-time. | jkim | 2010-07-13 | 1 | -12/+10 |
* | Rise knowledge about curthread->td_intr_frame by one step. Make timer | mav | 2010-07-13 | 1 | -4/+2 |
* | Fix white spaces. | jkim | 2010-07-13 | 1 | -18/+18 |
* | According to ACPICA User Guide and Programmer Reference, the read data must | jkim | 2010-07-13 | 1 | -6/+3 |
* | Fix mis-merges in the previous commit. | jkim | 2010-07-06 | 1 | -2/+2 |
* | Merge ACPICA 20100702. | jkim | 2010-07-06 | 4 | -9/+12 |
* | Add "legacy route" support to HPET driver. When enabled, this mode makes | mav | 2010-06-22 | 1 | -38/+74 |
* | Do not set level-triggered interrupt mode if we are not going to use it. | mav | 2010-06-22 | 1 | -0/+1 |
* | Fix ia64 build broken by r209371. | mav | 2010-06-21 | 1 | -1/+1 |
* | Implement new event timers infrastructure. It provides unified APIs for | mav | 2010-06-20 | 2 | -76/+445 |
* | Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2. | mav | 2010-06-19 | 1 | -1/+1 |
* | While we indeed can't precisely measure time spent in C1, we can consider | mav | 2010-06-19 | 1 | -3/+7 |
* | When updating individual CPU's lowest Cx state to use, never set it to a | jhb | 2010-06-15 | 1 | -1/+3 |
* | Simplify a function for getting brightness levels. | jkim | 2010-06-11 | 1 | -12/+7 |
* | Remove unused assignment. | jkim | 2010-06-11 | 2 | -10/+1 |
* | fix a few cases where a string is passed via format argument instead of | avg | 2010-06-11 | 1 | -4/+2 |
* | Update several places that iterate over CPUs to use CPU_FOREACH(). | jhb | 2010-06-11 | 1 | -3/+1 |
* | The lock associated with the /dev/apm knote is already held, so use | jhb | 2010-06-08 | 1 | -1/+1 |