summaryrefslogtreecommitdiff
path: root/sys/dev/acpi/acpicpu.c
AgeCommit message (Expand)Author
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
2006-03-04Add the gasio magic to slow/speed cpu.Marco Peereboom
2006-02-26Print _PCT & _PPC.Marco Peereboom
2006-02-26Print only MHz. Idea from jsg@Marco Peereboom
2006-02-26Print ACPI cpu name during dmesg as well.Marco Peereboom
2006-02-26Print core frequency and power usage during dmesg.Marco Peereboom
2006-02-26Add acpicpu device. Remains disabled.Marco Peereboom