summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* Don't try to reserve a resource that is already allocated. If the ECDTjhb2010-12-231-0/+8
* Use resource_list_reserve() to reserve I/O port and memory resources forjhb2010-12-222-69/+195
* small cleanup of acpi battery status setting and checkingavg2010-12-174-4/+23
* Small style fixes:jhb2010-12-161-14/+12
* Spelling fix.jhb2010-12-161-1/+1
* Merge ACPICA 20101209.jkim2010-12-153-11/+27
* Stop lying about supporting cpu_est_clockrate() when TSC is invariant. Thisjkim2010-12-141-0/+11
* Use proper resource ID's for HPET IRQ resources. This mostly consists ofjhb2010-12-071-1/+19
* Various small typos and grammar nits in comments.jhb2010-11-181-2/+2
* Create C1 state when _CST is valid but _CST does not have one. Some BIOSesjkim2010-11-121-4/+26
* Make APM emulation look more closer to its origin. Use device_get_softc(9)jkim2010-11-101-1/+1
* Refactor acpi_machdep.c for amd64 and i386, move APM emulation into a newjkim2010-11-101-0/+3
* Consistently use padding `_' in the comment.jkim2010-11-081-1/+1
* Add a forgotten change from the previous commit.jkim2010-11-051-1/+1
* Fix a use-after-free bug for extended IRQ resource[1]. When _PRS buffer isjkim2010-11-051-44/+34
* Adjust a comment to clarify why \_SB_ and \_TZ_ are defined as device typejkim2010-11-031-16/+14
* Add two new loader tunables 'hw.acpi.install_interface' andjkim2010-10-261-0/+106
* Introduce a new tunable 'hw.pci.do_power_suspend'. This tunable lets youjkim2010-10-201-1/+1
* Remove undocumented and stale debug.acpi.do_powerstate tunable. It wasjkim2010-10-191-12/+0
* Remove PCI_SET_POWERSTATE method from acpi.c and eradicate all PCI-specificjkim2010-10-193-96/+68
* Make any PCI devices enumerated in ACPI tree honor do_power_resume as well.jkim2010-10-191-1/+1
* 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
OpenPOWER on IntegriCloud