index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
acpi
/
acpicpu.c
Age
Commit message (
Expand
)
Author
2007-11-16
Fix dmesg output. From form@.
Mike Belopuhov
2007-11-16
fix the bus_space #define nightmare, so that amd64 and i386 are much more
Theo de Raadt
2007-11-15
Nicer dmesg output.
Mike Belopuhov
2007-11-12
spacing
Theo de Raadt
2007-11-12
spacing
Theo de Raadt
2007-11-12
missing :
Theo de Raadt
2007-11-03
Remove a useless printf, hit if acpicpu is disabled.
Gordon Willem Klok
2007-10-08
More simple memset(,0,) -> M_ZERO changes. In this batch move to
Kenneth R Westerback
2007-06-15
Check that sc_notify actually points to something before attempting to call
Gordon Willem Klok
2007-05-31
Make powernow-k8 on amd64 and i386 use the _PSS object from acpi to
Gordon Willem Klok
2007-05-28
fix build when ACPI_DEBUG is defined
Robert Nagy
2007-05-28
Eliminate unsightly blank lines in dmesg.
Kenneth R Westerback
2007-05-06
at least always print a new line, even if NOPSS
Ted Unangst
2007-04-23
spacing and some really long lines
Gordon Willem Klok
2007-04-11
Added changes for C-State
Jordan Hargrave
2007-01-31
Introduce acpi_hasprocfvs thats "ACPI Has Processor Frequency and Voltage
Gordon Willem Klok
2006-12-29
Replace setperf algorithm with a linear version. Also use the aml provided
Marco Peereboom
2006-12-26
Add polling to devices that require it such as acpibat and acpitz.
Marco Peereboom
2006-12-21
more minor knf
Theo de Raadt
2006-12-20
Decalre extern int cpuspeed in sys/arch/amd64/include/cpu.h like cpuspeed
Gordon Willem Klok
2006-12-20
"#ifdef is a tool of the weak!"
Gordon Willem Klok
2006-12-19
spacing
Gordon Willem Klok
2006-12-19
Add sanity to check for mfg overriden gasio field.
Marco Peereboom
2006-12-19
Hook up acpicpu to the hw.setperf mechanism, this allows people running
Gordon Willem Klok
2006-10-12
Massive ACPI changes
Jordan Hargrave
2006-03-09
Fixed free before malloc. bad marco
Jordan Hargrave
2006-03-05
Update tables after event.
Marco Peereboom
2006-03-04
oops some debug code was enabled.
Marco Peereboom
2006-03-04
Add the gasio magic to slow/speed cpu.
Marco Peereboom
2006-02-26
Print _PCT & _PPC.
Marco Peereboom
2006-02-26
Print only MHz. Idea from jsg@
Marco Peereboom
2006-02-26
Print ACPI cpu name during dmesg as well.
Marco Peereboom
2006-02-26
Print core frequency and power usage during dmesg.
Marco Peereboom
2006-02-26
Add acpicpu device. Remains disabled.
Marco Peereboom