aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC r238199:Eitan Adler2012-09-021-3/+1
* MFC r227626, r227642:Eitan Adler2012-03-041-1/+1
* MFC: r225533Christian Brueffer2011-09-201-1/+1
* MFC 210864:John Baldwin2011-04-274-46/+5
* MFC r216503: small cleanup of acpi battery status setting and checkingAndriy Gapon2011-03-114-4/+23
* MFC: r218685, r218687Jung-uk Kim2011-03-041-20/+23
* MFC r212993: acpi_attach: do not explicitly install default handlers forAndriy Gapon2010-09-291-23/+0
* MFC r212413: bus_add_child: change type of order parameter to u_intAndriy Gapon2010-09-202-4/+4
* MFC r212549: acpi_cpu: do not apply P_LVLx_LAT rules to latenciesAndriy Gapon2010-09-201-9/+1
* MFC: r209965, r209966, r210129, r210137, r210155Jung-uk Kim2010-07-202-68/+36
* MFC 208925:John Baldwin2010-06-101-1/+1
* MFC: r197438, r203810, r203813, r203935, r203936Jung-uk Kim2010-03-101-37/+140
* MFC r203546: acpi_cpu: prefer _OSC over _PDCAndriy Gapon2010-02-281-20/+18
* MFC r203430: acpi_cpu: correct capabilities arguments for Processor _OSCAndriy Gapon2010-02-281-1/+2
* MFC r203062: acpi_hpet: correctly get number of timers/comparatorsAndriy Gapon2010-02-281-3/+18
* MFC r202567: acpi_ec: remove redundant acpi_disabled checkAndriy Gapon2010-01-221-2/+1
* MFC r202558: acpi_ec: clean up 'private' ivar when freeing memoryAndriy Gapon2010-01-221-0/+1
* MFC r199016: acpi: remove 'magic' ivarAndriy Gapon2009-12-013-15/+9
* MFC 197439:John Baldwin2009-10-292-0/+27
* MFC 197649:John Baldwin2009-10-291-2/+3
* MFC 197648:John Baldwin2009-10-291-10/+26
* MFC rev. 191760, 191763, 191764.Alexander Motin2009-07-161-43/+13
* MFC: Rework the _BBN handling for Host-PCI bridges to always trust theJohn Baldwin2009-06-161-18/+25
* MFC: Expand the support for PCI-e memory mapped configuration space access.John Baldwin2009-05-041-0/+41
* MFC: Move the code to update cpu_cx_count out of acpi_cpu_generic_cx_probe()John Baldwin2009-03-301-4/+2
* MFC rev. 187368Alexander Motin2009-01-311-1/+1
* MFC: Make sure legacy replacement route is turned off when enbling HPET.Jung-uk Kim2009-01-211-2/+5
* Merge r186031 - quick change to r186026Mike Silbersack2009-01-171-1/+1
* Merge r186026 - add the debug.batt.batt_sleep_ms sysctl.Mike Silbersack2009-01-171-0/+34
* MFC: r183190Jung-uk Kim2008-09-221-2/+2
* MFC: Adjust the probe order further so that Host-PCI bridges are probedJohn Baldwin2008-09-161-9/+4
* MFC: After probing the available frequency settings, restore the CPU to runJohn Baldwin2008-07-101-18/+11
* MFC: Probe CPUs after the PCI hierarchy on i386, amd64, and ia64. ThisJohn Baldwin2008-06-271-6/+22
* Merge amd64/machdep.c:1.680, amd64/mp_watchdog.c:1.6,Robert Watson2008-03-301-2/+2
* MFC r1.71:Rui Paulo2008-03-171-0/+20
* MFC 1.69: Create a thread to handle passive cooling for 1st zoneHajimu UMEMOTO2008-02-251-19/+20
* MFC r1.70Rui Paulo2008-02-201-1/+1
* MFC r1.68Rui Paulo2008-02-201-1/+2
* MFC 1.66: Add sysctl mibs for _TSP, _TC1 and _TC2 which is userHajimu UMEMOTO2008-02-161-0/+40
* MFC: Fix a typo when testing for the NO_C3 quirk.John Baldwin2008-02-151-1/+1
* MFC revistion: 1.244Mitsuru IWASAKI2008-02-061-0/+10
* MFC: Fix some minor issues such as using read/modify/write for updatingJohn Baldwin2008-01-231-20/+58
* MFC: 1.26Jung-uk Kim2008-01-221-3/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_7'.cvs2svn2008-01-181-0/+65
* MFC: queue an asynch handler to re-enable a level-triggered GPENate Lawson2008-01-161-3/+7
* MFC: Use devclass_get_count() instead of devclass_get_maxunit().John Baldwin2008-01-071-1/+1
* MFC: poll EC during resumeNate Lawson2007-11-081-3/+29
* MFC: Don't always re-route IRQs on resume.John Baldwin2007-11-081-1/+17
* MFC 1.68: remove smp_rendezvous() during shutdownNate Lawson2007-11-061-4/+6
* MFC: Don't destroy an ACPI device_t for a PCI device if the ACPI device_tJohn Baldwin2007-10-311-2/+13