summaryrefslogtreecommitdiffstats
path: root/sys/arch/i386/pci/ichpcib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* timecounting: use C99-style initialization for all timecounter structscheloha2021-02-231-9/+9
* Add support for timeconting in userland.pirofti2020-07-061-2/+4
* remove uneeded proc.h includesjsg2014-09-141-2/+1
* Enforce ca_activate tree-walks over the entire heirarchy for all events,deraadt2013-05-301-6/+2
* we are past the point where timecounters may disappeartedu2012-08-161-9/+1
* use config_activate_children to get down to the isa bus activation codederaadt2010-07-081-2/+4
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+2
* Clean up Intel host bridge PCI IDs.kettenis2008-01-041-2/+2
* quite a bit of simplification by removing cpu classes.tedu2007-11-281-3/+1
* Add the Intel ICH9 chipset.brad2007-10-171-2/+6
* Modify the heuristic for detection of speedstep to recognize a compatiblegwk2007-09-071-32/+47
* Match on ICH8M.jsg2007-06-021-2/+3
* Fix compilation of kernels without I686_CPU: piixpcib is alwaystom2007-05-291-1/+3
* ichss_cookie is a bad name, and should not be a void pointer.gwk2007-03-261-5/+5
* Complete gwk's previous patch to stop setperf methods from returningdim2006-12-121-6/+4
* Remove all the extern cpu_{id,model,whatever} declarations from mostdim2006-11-291-2/+1
* Fix cpu_model string screwup.dim2006-11-291-2/+2
* acpi may steal the timer and speedstep functionality, in which case wederaadt2006-11-281-4/+2
* Only use the ichpcib speedstep feature if we're running on a (Mobile) Pentium 4,dim2006-11-271-3/+31
* add 82801GHM and 82801Hbrad2006-09-191-1/+3
* add the Intel 6321ESB LPCbrad2006-08-061-1/+2
* add a few Intel PCI-ISA bridges.brad2005-12-111-2/+7
* ichpcib(4) support for 82801FB (ICH6) as found in marco@'s Dell d810.jsg2005-07-251-1/+2
* Support for 6300ESB (timecounter, not SpeedStep of course).grange2004-10-051-2/+3
* - check if pm space is enabledgrange2004-10-051-26/+30
* Minor tweaks to unify with other timecounters.grange2004-09-261-3/+3
* Timecounter support for Intel ICH chips, not enabledgrange2004-09-251-4/+47
* Don't touch any hardware registers while fetching hw.cpuspeed andgrange2004-06-061-1/+4
* This chunk was not supposed to be commited now.grange2004-05-071-4/+1
* Move speedstep code to a separate ichpcib(4) driver.grange2004-05-061-0/+222