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
/
arch
/
i386
/
pci
/
ichpcib.c
Age
Commit message (
Expand
)
Author
2007-06-02
Match on ICH8M.
Jonathan Gray
2007-05-29
Fix compilation of kernels without I686_CPU: piixpcib is always
Tom Cosgrove
2007-03-26
ichss_cookie is a bad name, and should not be a void pointer.
Gordon Willem Klok
2006-12-12
Complete gwk's previous patch to stop setperf methods from returning
Dimitry Andric
2006-11-29
Remove all the extern cpu_{id,model,whatever} declarations from most
Dimitry Andric
2006-11-29
Fix cpu_model string screwup.
Dimitry Andric
2006-11-28
acpi may steal the timer and speedstep functionality, in which case we
Theo de Raadt
2006-11-27
Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,
Dimitry Andric
2006-09-19
add 82801GHM and 82801H
Brad Smith
2006-08-06
add the Intel 6321ESB LPC
Brad Smith
2005-12-11
add a few Intel PCI-ISA bridges.
Brad Smith
2005-07-25
ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.
Jonathan Gray
2004-10-05
Support for 6300ESB (timecounter, not SpeedStep of course).
Alexander Yurchenko
2004-10-05
- check if pm space is enabled
Alexander Yurchenko
2004-09-26
Minor tweaks to unify with other timecounters.
Alexander Yurchenko
2004-09-25
Timecounter support for Intel ICH chips, not enabled
Alexander Yurchenko
2004-06-06
Don't touch any hardware registers while fetching hw.cpuspeed and
Alexander Yurchenko
2004-05-07
This chunk was not supposed to be commited now.
Alexander Yurchenko
2004-05-06
Move speedstep code to a separate ichpcib(4) driver.
Alexander Yurchenko