summaryrefslogtreecommitdiff
path: root/sys/dev/acpica
Commit message (Expand)AuthorAgeFilesLines
* MFC: r216940Jung-uk Kim2011-01-061-2/+2
* fix a mismerge in r215521: MFC imports of ACPICA revisions 20100428Andriy Gapon2010-11-201-1/+1
* MFC imports of ACPICA revisions 20100428 through 20101013Andriy Gapon2010-11-198-203/+187
* MFC r208436, r208438:Alexander Motin2010-11-093-32/+51
* MFC: r213755Jung-uk Kim2010-11-081-10/+10
* MFC r213737: acpi_ec: changes in communication with hardwareAndriy Gapon2010-11-021-83/+89
* MFC r210977:Andriy Gapon2010-10-111-54/+27
* MFC r208722: Remove unnecessary pointer type castings, shift operationsAndriy Gapon2010-10-111-18/+17
* 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 r209064: Remove unused assignment.Andriy Gapon2010-09-152-10/+1
* MFC r212172: acpi: update stale comments about order of cpu devicesAndriy Gapon2010-09-061-6/+5
* MFC: r209957, r210003, r210005Jung-uk Kim2010-07-201-12/+10
* MFC: r209965, r209966, r210129, r210137, r210155, r210157Jung-uk Kim2010-07-202-78/+31
* MFC r209328,r209330:Alexander Motin2010-07-111-3/+7
* MFC r209062: fix a few cases where a string is passed via formatAndriy Gapon2010-07-081-4/+2
* MFC 209213:John Baldwin2010-06-231-1/+3
* MFC 208925:John Baldwin2010-06-101-1/+1
* MFC: r204773Jung-uk Kim2010-04-266-39/+56
* MFC r203785: acpi: drop the second bus_generic_attach passAndriy Gapon2010-03-111-8/+1
* MFC r203776: acpi cpu: probe+attach before all other enumerated childrenAndriy Gapon2010-03-112-9/+27
* 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 in a timer blockAndriy Gapon2010-02-101-3/+18
* MFC r197104,197105,197106,197107,197688,198237,199337,199338,200553,200554,Andriy Gapon2010-02-0614-152/+110
* 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 196520:John Baldwin2009-08-271-2/+18
* MFC 196403: Temporarily revert the new-bus locking for 8.0 release.John Baldwin2009-08-205-26/+16
* Make the newbus subsystem Giant free by adding the new newbus sxlock.Attilio Rao2009-08-025-16/+26
* Match PCI Express root bridge _HID directly instead ofJung-uk Kim2009-07-131-1/+1
* Add a missing return in NULL mutex case.Jung-uk Kim2009-06-221-1/+3
* - Remove unnecessary read memory barriers from atomic operations[1].Jung-uk Kim2009-06-111-2/+4
* Catch up with r193750 (OsdSynch.c locking changes):Jung-uk Kim2009-06-102-16/+97
* Rework the _BBN handling for Host-PCI bridges. Previously we only trustedJohn Baldwin2009-06-091-18/+25
* Remove redundant checks for ACPI_WAIT_FOREVER cases.Jung-uk Kim2009-06-081-4/+0
* Rewrite OsdSynch.c to reflect the latest ACPICA more closely:Jung-uk Kim2009-06-081-261/+439
* Import ACPICA 20090521.Jung-uk Kim2009-06-0535-157/+120
* We no longer need to use d_thread_t, migrate to struct thread *.Warner Losh2009-05-201-3/+3
* Make dev.cpu.X.cx_usage sysctl also report current average of sleep time.Alexander Motin2009-05-031-1/+2
* Remove unused variable and fix spelling in comment.Alexander Motin2009-05-031-2/+1
* Avoid comparing negative signed to positive unsignad values. It wasAlexander Motin2009-05-021-41/+11
* Fix off-by-one bug. S5 state must be checked as well.Jung-uk Kim2009-04-301-1/+1
* Fix style(9).Jung-uk Kim2009-04-301-2/+2