Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-13 | HTML page does not seem to exist anymore so point to the PDF for now. | Brad Smith | |
2005-01-12 | Intel 82443BX DRAM address errata seems to be fixed in the latest revisions | Alexander Yurchenko | |
of the chipset. Inspired from netbsd pr by scottr@NetBSD.org. ok theo | |||
2005-01-08 | replace magic numbers w/ a proper sizeof; from peter@ | Michael Shalayeff | |
2005-01-07 | rev 1.26 | Brad Smith | |
The VIA Technologies VT82C686A SMBus Controller claims to be a PCI/ISA bridge, ignore it. From NetBSD ok deraadt@ | |||
2005-01-04 | silence real gcc 3.3.5 | Marc Espie | |
okay mickey@. | |||
2004-12-23 | Allow an i386 MP kernel to build without pcibios. miod@ ok | Aaron Campbell | |
-#if NPCIBIOS > 0 +#if (NPCIBIOS > 0) || (NIOAPIC > 0) | |||
2004-11-23 | Use pci_matchbyid() for matching crazy VIA power management controllers | Alexander Yurchenko | |
and add a few ones. ``valiay'' mickey@ | |||
2004-10-05 | Support for 6300ESB (timecounter, not SpeedStep of course). | Alexander Yurchenko | |
2004-10-05 | Includes nit. | Alexander Yurchenko | |
2004-10-05 | - check if pm space is enabled | Alexander Yurchenko | |
- switch to pci_matchbyid() - minor nits | |||
2004-10-03 | Kill <sys/types.h> | Alexander Yurchenko | |
2004-09-26 | make PCIBIOS_INTR_FIXUP_FORCE into an UKCable flag instead; from Thorsten ↵ | Michael Shalayeff | |
Glaser <tg@66h.42h.de> | |||
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 | |
on any platform yet. | |||
2004-09-15 | gscpm(4) -- National Semiconductor Geode SC1100 SMI/ACPI module driver. | Alexander Yurchenko | |
Provides a timecounter for kern_tc. There's also code for cpu throttling tho it's not tested due to the hardware errata. ok deraadt@ | |||
2004-08-09 | rev not rev. | Theo de Raadt | |
2004-07-14 | treat via8366 as via586; from rees@ | Michael Shalayeff | |
2004-06-22 | support for rcc osb4 and csb5; tested on quad-zion and another box i have | Michael Shalayeff | |
2004-06-13 | debranch SMP, have fun | Niklas Hallqvist | |
2004-06-09 | fix compilation for !I586_CPU case; ok grange@ | Damien Miller | |
2004-06-06 | Don't touch any hardware registers while fetching hw.cpuspeed and | Alexander Yurchenko | |
just return current pentium_mhz value. Update this value in all hw.setperf hoos either via its own private methods or using global update_cpuspeed hook, if registered. Also implement update_cpuspeed hook for Pentium 3. Tested by millert@, Gabriel Kihlman <gk@stacken.kth.se> and me on various i386 machines. ok tedu@ | |||
2004-06-05 | Replace NGPIO button with SMALL_KERNEL. | Alexander Yurchenko | |
2004-06-05 | GPIO support for AMD Elan SC520 found on Soekris net45x1 boards. | Alexander Yurchenko | |
Test and ok markus@. | |||
2004-06-04 | Kill sys/cdefs.h | Alexander Yurchenko | |
2004-06-03 | gscpcib(4) -- National Semiconductor Geode SC1100 PCI-ISA bridge driver. | Alexander Yurchenko | |
Besides the core pcib(4) functionality, the gscpcib driver provides support for the GPIO interface of this device. ok deraadt@ | |||
2004-05-08 | Put back ichpcib(4), it works now. | Alexander Yurchenko | |
2004-05-07 | This chunk was not supposed to be commited now. | Alexander Yurchenko | |
2004-05-06 | back out kernel breakage. Be more careful damnit | Theo de Raadt | |
2004-05-06 | Move speedstep code to a separate ichpcib(4) driver. | Alexander Yurchenko | |
It attaches instead of pcib(4) and provides its usual functionality (attaching isa bus) by calling pcibattach() in the attach routine. ok miod deraadt | |||
2004-02-27 | Move setperf_prio to the machdep code, requested by deraadt@ | Alexander Yurchenko | |
ok deraadt@ | |||
2004-02-27 | Introduce simple priorities mechanism so that concurrent | Alexander Yurchenko | |
hw.setperf handlers don't override each other. Problem reported and tested by danh@. ok tedu@ deraadt@ | |||
2004-02-24 | skip _only_ irq 14 and 15; tested by form@ | Markus Friedl | |
2004-02-19 | millert@ suggested to use setperf=50 as a threshold for | Alexander Yurchenko | |
the low perfomance state. | |||
2004-02-19 | SpeedStep support for those Pentium processors which have | Alexander Yurchenko | |
SpeedStep only as a chipset feature. This diff is for ICHx-M chipsets, with 2 perfomance states available. Tested by provos@, sturm@, millert@ Ok tedu@ | |||
2004-02-14 | Simplify hw.{cpuspeed,setperf} api moving all the sysctl stuff | Alexander Yurchenko | |
from the underlying callbacks. Testing hppa mickey@, ppc drahn@ Ok markus@ tedu@ | |||
2004-02-13 | avoid routing irqs that we ignore (14 15); from form@ | Michael Shalayeff | |
2004-01-20 | Support for i852/855/865 AGP; from NetBSD via Michael van der | Alexander Yurchenko | |
Westhuizen <michael@skanky.homeunix.net> with little tweaks. Tested by millert@ todd@ jmc@ andreas@ and jcs@'s friend ok millert@ | |||
2004-01-02 | attach on two more ICHs | Michael Shalayeff | |
2004-01-02 | PCI_PRODUCT_ALI_M1533 should use ali1543_init too. When the PCI id for | Todd C. Miller | |
PCI_PRODUCT_ALI_M1543 was fixed machines with an M1533 stopped working. ok deraadt@ | |||
2003-12-24 | setperf and cpuspeed support; ok deraadt@ | Markus Friedl | |
2003-11-26 | The geodesc works great for SC1201 as well. ok markus@ | Kevin Lo | |
2003-11-16 | convert __attribute__((__packed__)) to __packed so that parsers unaware | Anil Madhavapeddy | |
of gcc extensions have more of a chance. ok mcbride@, no objections from millert@, deraadt@ | |||
2003-11-07 | update the ref to fips; from jared yanovich | Michael Shalayeff | |
2003-10-07 | remove extra \n | Markus Friedl | |
2003-10-05 | do not panic if microtime does not work to measure rng performance; from ↵ | Michael Shalayeff | |
andrisp@hipo.lv | |||
2003-09-01 | remove unused sc_echobug code; ok fgs, mickey | Markus Friedl | |
2003-08-07 | better dmesg output and do some spaces; markus@ ok | Michael Shalayeff | |
2003-08-07 | watchdog driver for Geode SC1100 (e.g. in soekris net4801); ok mickey@ | Markus Friedl | |
2003-07-30 | support for vt8231 from netbsd via pr3362 and tested by matthew.gream@pobox.com | Michael Shalayeff | |
2003-07-15 | match on ich5 as piix; from couderc@ | Michael Shalayeff | |