| Age | Commit message (Expand) | Author |
| 2013-10-20 | fix unused variable warnings | christos |
| 2013-10-17 | remove unused variable | christos |
| 2013-10-16 | print a warning if we failed. | christos |
| 2013-10-16 | remove unused variable | christos |
| 2013-03-30 | reverse the polarity of the extra key option, always enabling them. | christos |
| 2013-03-30 | Define THINKPAD_EXTENDED_HOTKEYS to enable more hotkeys on ThinkPads. | christos |
| 2012-11-24 | Match LEN0068 in thinkpad(4) too, as newer Thinkpads report. | riastradh |
| 2012-10-12 | Add support for various things: | cegger |
| 2012-09-23 | locate PCI buses and determine their bus numbers using the info | chs |
| 2012-09-23 | re-enable the code to disable link devices at startup, ie. revert rev 1.3. | chs |
| 2012-08-14 | Use KM_SLEEP. | jruoho |
| 2012-08-14 | Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4), | jruoho |
| 2012-07-29 | Replace local handling of entropy gathering with the new common code | pgoyette |
| 2012-07-19 | Treat empty package returned from _AL<n> method the same as non-existent. | christos |
| 2012-07-15 | add function switch to switch on/off "wireless WAN", aka GSM et al modem | spz |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-04-27 | Remove the upper limit for the number of T-states. | jruoho |
| 2012-04-22 | As in Linux, prevent BIOS from trying to map addresses beyond ULONG_MAX. | jruoho |
| 2012-04-10 | Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep. | jruoho |
| 2012-03-27 | Fix a regression introduced during the change of the DMI naming conventions | jruoho |
| 2012-03-15 | Do not use uninitialized level if fujitsu_bp_get_brightness() returned | bouyer |
| 2012-02-25 | Set the flag for checking for PCI bus master activity only for C3. | jruoho |
| 2012-02-02 | Entropy-pool implementation move and cleanup. | tls |
| 2012-01-22 | make it never match for now. | christos |
| 2012-01-22 | make it handle legacy devices too, although the ones in the table are not. | christos |
| 2012-01-22 | remove aborted work in progress | christos |
| 2012-01-22 | add a tpm driver from bsssd.sourceforge.net | christos |
| 2012-01-21 | initialize fan sensor state to ENVSYS_SINVALID, should fix: | jmcneill |
| 2011-12-09 | provide a lock for mpu_attach. | mrg |
| 2011-11-24 | put back IPL_AUDIO and splaudio(), at the request of rmind. they are | mrg |
| 2011-11-23 | Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. From | jmcneill |
| 2011-11-15 | Add comment. | jruoho |
| 2011-11-14 | add a machdep.dmi sysctl tree with the following read-only keys: | jmcneill |
| 2011-10-27 | Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI can | jruoho |
| 2011-10-20 | Initialize P-states to P0 (i.e. the highest frequency). | jruoho |
| 2011-10-18 | clear fixed events and disable GPEs before re-enabling interrupts on resume | jmcneill |
| 2011-10-18 | Convert to use cpufreq(9). | jruoho |
| 2011-10-13 | Remove bogus assertion that came with revisions 1.55-1.56. | jruoho |
| 2011-10-02 | _ACx is for active cooling policy, using it for envsys temp 'warn max' doesn't | jmcneill |
| 2011-09-22 | valz(4) is superseded entirely by acpivga(4) these days. | jakllsch |
| 2011-09-07 | hpacel_reg_info() wants a device_t and not an ACPI_HANDLE. | cegger |
| 2011-08-08 | The absence of USE_PLATFORM_CLOCK does not imply that the PM Timer is | jmcneill |
| 2011-08-06 | Improve a comment. | jruoho |
| 2011-08-06 | If both the new and the old methods are available, prefer the old ones, as | jruoho |
| 2011-08-05 | Turns out all we need is AcpiClearEvent in the right place, | jakllsch |
| 2011-08-05 | As we add a handler for the ACPI fixed feature button events, | jakllsch |
| 2011-08-05 | relax an assert slightly, from jmcneill. | mrg |
| 2011-08-04 | Don't treat C2 states as C1 if the _CST package doesn't have an entry | jmcneill |
| 2011-08-01 | add support for reset registers in PCI config space | jmcneill |
| 2011-07-24 | Fix off-by-one in validation of EmbeddedControl OperationRegion handler. | jakllsch |