summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Clean up unused headers.jkim2010-10-131-4/+0
* Remove acpi_bus_number() completely. It had to be removed in r212761.jkim2010-10-131-55/+0
* Mark acpi_bus_number() as __unused. This allows clang to this filerpaulo2010-10-131-1/+1
* Use AcpiReset() from ACPICA instead of rolling our own, which is actuallyjkim2010-10-131-10/+10
* acpi_ec: changes in communication with hardwareavg2010-10-121-83/+89
* Do not use regular interrupts on NVidia HPETs. NVidia MCP5x chipsets havemav2010-09-301-0/+7
* Quick fix for unmotivated C2 state usage during boot, introduced at r212541.mav2010-09-221-1/+1
* acpi_attach: do not explicitly install default handlers for defaultavg2010-09-221-23/+0
* Merge ACPICA 20100915.jkim2010-09-161-36/+0
* acpi_cpu: do not apply P_LVLx_LAT rules to latencies returned by _CSTavg2010-09-131-9/+1
* Refactor timer management code with priority to one-shot operation mode.mav2010-09-132-8/+16
* Add tunable 'hint.hpet.X.per_cpu' to specify how much per-CPU timers drivermav2010-09-131-1/+7
* Instead of storing last event timestamp, store the next event timestamp.mav2010-09-121-19/+28
* bus_add_child: change type of order parameter to u_intavg2010-09-102-4/+4
* During SMP startup there is time window, when SMP started, but interruptsmav2010-09-081-1/+26
* Several improvements to HPET driver:mav2010-09-051-22/+55
* acpi: update stale comments about order of cpu devices probingavg2010-09-031-6/+5
* Add a new method to the PCI bridge interface, PCIB_POWER_FOR_SLEEP(). Thisjhb2010-08-176-3/+18
* When EC burst mode is activated and multiple bytes are accessed, do notjkim2010-08-061-54/+27
* Merge ACPICA 20100806.jkim2010-08-062-7/+1
* - Retire acpi_pcib_resume(). It is has just been an alias forjhb2010-08-054-46/+5
* Fix several un-/signedness bugs of r210290 and r210293. Add one more check.mav2010-07-201-3/+3
* Extend timer driver API to report also minimal and maximal supported periodmav2010-07-201-5/+11
* Simplify AcpiOsReadPort() and AcpiOsWritePort() with iodev_read_*() andjkim2010-07-161-22/+7
* Use pmap_mapdev()/pmap_unmapdev() to map device memory instead of usingjkim2010-07-161-4/+4
* If there is any pending sleep request, disallow entering S5 state.jkim2010-07-151-14/+12
* - AcpiOsReadPciConfiguration() needs similar fixes as r209965 and r210129.jkim2010-07-151-26/+9
* - AcpiOsReadMemory() needs similar fixes as r209965. [1]jkim2010-07-151-18/+6
* Make SMP code path conditional at run-time.jkim2010-07-131-12/+10
* Rise knowledge about curthread->td_intr_frame by one step. Make timermav2010-07-131-4/+2
* Fix white spaces.jkim2010-07-131-18/+18
* According to ACPICA User Guide and Programmer Reference, the read data mustjkim2010-07-131-6/+3
* Fix mis-merges in the previous commit.jkim2010-07-061-2/+2
* Merge ACPICA 20100702.jkim2010-07-064-9/+12
* Add "legacy route" support to HPET driver. When enabled, this mode makesmav2010-06-221-38/+74
* Do not set level-triggered interrupt mode if we are not going to use it.mav2010-06-221-0/+1
* Fix ia64 build broken by r209371.mav2010-06-211-1/+1
* Implement new event timers infrastructure. It provides unified APIs formav2010-06-202-76/+445
* Oops! Add " / hz" missed in r209328. Assume interrupt rate hz/2, not 1/2.mav2010-06-191-1/+1
* While we indeed can't precisely measure time spent in C1, we can considermav2010-06-191-3/+7
* When updating individual CPU's lowest Cx state to use, never set it to ajhb2010-06-151-1/+3
* Simplify a function for getting brightness levels.jkim2010-06-111-12/+7
* Remove unused assignment.jkim2010-06-112-10/+1
* fix a few cases where a string is passed via format argument instead ofavg2010-06-111-4/+2
* Update several places that iterate over CPUs to use CPU_FOREACH().jhb2010-06-111-3/+1
* The lock associated with the /dev/apm knote is already held, so usejhb2010-06-081-1/+1
* Remove unnecessary pointer type castings, shift operations and dead code.jkim2010-06-011-18/+17
* Oops, HPET ID optionally stored in _UID, not in _ADR.mav2010-05-231-4/+4
* Make table-based HPET identification more clever. Before creating fakemav2010-05-233-32/+51
* Merge ACPICA 20100428.jkim2010-04-281-15/+10
OpenPOWER on IntegriCloud