summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpicpu.c
AgeCommit message (Expand)Author
2009-08-29typos in commentsMiod Vallat
2009-06-23Ignore the PCT if the PSS has zero entries, only becameGordon Willem Klok
2009-06-10Re introduce the _PDC code backed out before 4.5, in addition to evaluating theGordon Willem Klok
2009-02-24back out est.c 1.8 and bring acpicpu.c all the way back to 1.47 because ofTheo de Raadt
2009-02-24Backout a backout because noone knows what the hell the backout is aTheo de Raadt
2009-02-18Backout PDC & PPC changes because it hangs several laptops.Marco Peereboom
2008-12-22With respect to the previous diff we cannot just call acpicpu_setperfGordon Willem Klok
2008-12-22Make acpicpu_setperf behave the same as the ACPI aware EST andGordon Willem Klok
2008-11-22Re-enable ACPI PDC support and fetching cpu performance statesGordon Willem Klok
2008-10-11Fix various printf constructs either missing arguments or format specifiers.Miod Vallat
2008-08-08'prey' -> 'pray' in comment as prayer rather than predation seemsKenneth R Westerback
2008-08-06Backout the acpicpu_setpdc code and the code to allow est to use acpicpuGordon Willem Klok
2008-06-15On AMD64 running on Intel processors with EST add support for retreivingGordon Willem Klok
2008-06-01Re-enable new parser. Lots of testing by various folks. Fits all mediaMarco Peereboom
2008-02-07unbreak build: aml_showvalue() is only available on !SMALL_KERNELPeter Valchev
2008-01-06re-add _PPC.Marco Peereboom
2007-12-29Remove debug message. Found by Mike Belopuhov, tsk tsk deraadt.Marco Peereboom
2007-12-27Undo previous commit after debating a few corner cases with gwk. ThisMarco Peereboom
2007-12-27Add _PPC support. Tested by several people.Marco Peereboom
2007-12-27KNF, no functional changeMarco Peereboom
2007-12-05Add a check for pss len == 0. This is a temporary work around for whenMarco Peereboom
2007-12-03set the value before freeing the result; marco@ ok.Federico G. Schwindt
2007-11-16Fix dmesg output. From form@.Mike Belopuhov
2007-11-16fix the bus_space #define nightmare, so that amd64 and i386 are much moreTheo de Raadt
2007-11-15Nicer dmesg output.Mike Belopuhov
2007-11-12spacingTheo de Raadt
2007-11-12spacingTheo de Raadt
2007-11-12missing :Theo de Raadt
2007-11-03Remove a useless printf, hit if acpicpu is disabled.Gordon Willem Klok
2007-10-08More simple memset(,0,) -> M_ZERO changes. In this batch move toKenneth R Westerback
2007-06-15Check that sc_notify actually points to something before attempting to callGordon Willem Klok
2007-05-31Make powernow-k8 on amd64 and i386 use the _PSS object from acpi toGordon Willem Klok
2007-05-28fix build when ACPI_DEBUG is definedRobert Nagy
2007-05-28Eliminate unsightly blank lines in dmesg.Kenneth R Westerback
2007-05-06at least always print a new line, even if NOPSSTed Unangst
2007-04-23spacing and some really long linesGordon Willem Klok
2007-04-11Added changes for C-StateJordan Hargrave
2007-01-31Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and VoltageGordon Willem Klok
2006-12-29Replace setperf algorithm with a linear version. Also use the aml providedMarco Peereboom
2006-12-26Add polling to devices that require it such as acpibat and acpitz.Marco Peereboom
2006-12-21more minor knfTheo de Raadt
2006-12-20Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeedGordon Willem Klok
2006-12-20"#ifdef is a tool of the weak!"Gordon Willem Klok
2006-12-19spacingGordon Willem Klok
2006-12-19Add sanity to check for mfg overriden gasio field.Marco Peereboom
2006-12-19Hook up acpicpu to the hw.setperf mechanism, this allows people runningGordon Willem Klok
2006-10-12Massive ACPI changesJordan Hargrave
2006-03-09Fixed free before malloc. bad marcoJordan Hargrave
2006-03-05Update tables after event.Marco Peereboom
2006-03-04oops some debug code was enabled.Marco Peereboom