summaryrefslogtreecommitdiff
path: root/sys/dev/acpi
AgeCommit message (Expand)Author
2014-03-01Some {} are missing. The behavior is thus wrong: the code always jumps tomaxv
2014-02-25Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist beforepooka
2014-01-25fix unusedchristos
2014-01-18+ Please also update ACPI_DATE in include/acapps.h.apb
2013-12-27use ACPI_DEBUG not ACPI_DEBUGGER which is used internally by acpicachristos
2013-12-27Add new functionschristos
2013-12-27- remove function list that was out of datechristos
2013-12-27function argument changed widthchristos
2013-12-27constant changed namechristos
2013-11-20As discussed with bouyer@, fix a too eager T-state validation check tojruoho
2013-10-20fix unused variable warningschristos
2013-10-17remove unused variablechristos
2013-10-16print a warning if we failed.christos
2013-10-16remove unused variablechristos
2013-03-30reverse the polarity of the extra key option, always enabling them.christos
2013-03-30Define THINKPAD_EXTENDED_HOTKEYS to enable more hotkeys on ThinkPads.christos
2012-11-24Match LEN0068 in thinkpad(4) too, as newer Thinkpads report.riastradh
2012-10-12Add support for various things:cegger
2012-09-23locate PCI buses and determine their bus numbers using the infochs
2012-09-23re-enable the code to disable link devices at startup, ie. revert rev 1.3.chs
2012-08-14Use KM_SLEEP.jruoho
2012-08-14Collect rnd(9) entropy from coretemp(4), acpibat(4), aibs(4), hpacel(4),jruoho
2012-07-29Replace local handling of entropy gathering with the new common codepgoyette
2012-07-19Treat empty package returned from _AL<n> method the same as non-existent.christos
2012-07-15add function switch to switch on/off "wireless WAN", aka GSM et al modemspz
2012-06-02Add some pre-processor magic to verify that the type of the data itemdsl
2012-04-27Remove the upper limit for the number of T-states.jruoho
2012-04-22As in Linux, prevent BIOS from trying to map addresses beyond ULONG_MAX.jruoho
2012-04-10Now that 6.0 is branched, remove the ACPI-related sysctl nodes in machdep.jruoho
2012-03-27Fix a regression introduced during the change of the DMI naming conventionsjruoho
2012-03-15Do not use uninitialized level if fujitsu_bp_get_brightness() returnedbouyer
2012-02-25Set the flag for checking for PCI bus master activity only for C3.jruoho
2012-02-02Entropy-pool implementation move and cleanup.tls
2012-01-22make it never match for now.christos
2012-01-22make it handle legacy devices too, although the ones in the table are not.christos
2012-01-22remove aborted work in progresschristos
2012-01-22add a tpm driver from bsssd.sourceforge.netchristos
2012-01-21initialize fan sensor state to ENVSYS_SINVALID, should fix:jmcneill
2011-12-09provide a lock for mpu_attach.mrg
2011-11-24put back IPL_AUDIO and splaudio(), at the request of rmind. they aremrg
2011-11-23Merge jmcneill-audiomp3 branch, which is derived from ad-audiomp2. Fromjmcneill
2011-11-15Add comment.jruoho
2011-11-14add a machdep.dmi sysctl tree with the following read-only keys:jmcneill
2011-10-27Revert the revision 1.5 in cpufreq(9). Instead, document that the KPI canjruoho
2011-10-20Initialize P-states to P0 (i.e. the highest frequency).jruoho
2011-10-18clear fixed events and disable GPEs before re-enabling interrupts on resumejmcneill
2011-10-18Convert to use cpufreq(9).jruoho
2011-10-13Remove 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'tjmcneill
2011-09-22valz(4) is superseded entirely by acpivga(4) these days.jakllsch