Age | Commit message (Expand) | Author |
2007-12-05 | Hang acpi(4) below bios(4) instead of mainbus(4). This lets us move acpi(4) | Theo de Raadt |
2007-12-01 | Don't double attach serverworks subsidiary pci busses, introduced by | Theo de Raadt |
2007-11-29 | repair case of agp & subsidiary busses; ok kettenis | Theo de Raadt |
2007-11-28 | quite a bit of simplification by removing cpu classes. | Ted Unangst |
2007-11-27 | Unify amd64 and i386 code further; ok oga kettenis | Theo de Raadt |
2007-11-26 | First step towards unifying pchb between i386 and amd64 | Theo de Raadt |
2007-11-26 | correct newlines surrounding the sub-bus configuration, and unify | Theo de Raadt |
2007-11-26 | fix new agp code on amd64 | Reyk Floeter |
2007-11-25 | Make agp attach as a device. This means that many more agp bridges | Owain Ainsworth |
2007-11-17 | AMD Geode CS5536 GPIO can invert input and output pins. | Marc Balmer |
2007-11-17 | Allow for more than one flag per GPIO pin. | Marc Balmer |
2007-11-17 | Support GPIO_PIN_PULLDOWN (pulldown-enable) as GPIO pin flag. | Marc Balmer |
2007-11-16 | Make the GPIO functionality of the AMD Geode LX CS5536 available. | Marc Balmer |
2007-11-16 | Remove microtime calls and RNG benchmarking from the pchb attachment | Mike Belopuhov |
2007-11-14 | do not process requests linked to unused sessions. (crypto_freesession | Markus Friedl |
2007-10-17 | Add the Intel ICH9 chipset. | Brad Smith |
2007-10-07 | Add a driver, amdpcib(4), for the AMD 8111 series LPC bridge and HPET written | Marc Balmer |
2007-10-07 | Add support for the PCI-ISA bridge, timecounter, and watchdog timer | Marc Balmer |
2007-09-18 | arc4random_bytes() is the preferred interface for generating nonces; | Damien Miller |
2007-09-10 | Remove unused "extern" declaration. | Henric Jungheim |
2007-09-07 | Use M_ZERO in a few more places to shave bytes from the kernel. | Artur Grabowski |
2007-09-07 | Modify the heuristic for detection of speedstep to recognize a compatible | Gordon Willem Klok |
2007-08-07 | provide software version of HMAC, so IPsec can actually use the crypto HW; | Markus Friedl |
2007-08-04 | Add AGP support for the intel i965 chipset, this also extends the | Reyk Floeter |
2007-07-07 | Match VIA VT8237A; from "Christoph Egger" <Christoph_Egger@gmx.de>. | Alexander Yurchenko |
2007-06-02 | Match on ICH8M. | Jonathan Gray |
2007-06-01 | Revert INTEL_82915GM part of tedu's commit as it hung my T43 | Bjorn Sandell |
2007-05-31 | some more pchb that have rnd powers, IDs from NetBSD | Ted Unangst |
2007-05-29 | Fix compilation of kernels without I686_CPU: piixpcib is always | Tom Cosgrove |
2007-05-23 | timecounter support (e.g. soekris net4501); ok grange@ | Markus Friedl |
2007-05-21 | Implement deep interrupt swizzling by mapping all four PCI interrupt pins | Mark Kettenis |
2007-04-26 | Add a setperf mechanism for ich speedstep controlled by SMI on certain | Gordon Willem Klok |
2007-03-26 | ichss_cookie is a bad name, and should not be a void pointer. | Gordon Willem Klok |
2007-03-19 | typo fixes; didickman@gmail | Theo de Raadt |
2007-02-20 | Revert PAE pmap for now, until the strange bug is found. This stops | Tom Cosgrove |
2007-02-12 | Enable the AES acceleration. Won't be picked up for IPsec, since we | Tom Cosgrove |
2007-01-19 | Update comment (on how long we wait for operation to complete) reflect | Tom Cosgrove |
2007-01-02 | Use bus_space_write_region_4() instead of doing the same thing bit by | Tom Cosgrove |
2006-12-20 | Don't bail out on a bad interrupt line if we have a valid apic interrupt pin | Mark Kettenis |
2006-12-14 | Make pci subsystem aware of domains. Each host bridge gets assigned a unique | Mark Kettenis |
2006-12-12 | Complete gwk's previous patch to stop setperf methods from returning | Dimitry Andric |
2006-12-11 | do not bus_space_map devices which are at address 0; ok kettenis | Theo de Raadt |
2006-12-11 | On i386, swizzle interrupts for devices for which we don't have explicit | Mark Kettenis |
2006-11-29 | Nuke all commons but one, and enable --warn-common in LINKFLAGS. | Miod Vallat |
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-11-19 | Handle operations larger than will fit in the buffer we allocate, | Tom Cosgrove |
2006-11-19 | Improve the AES acceleration, by allocating a contiguous DMA-able | Tom Cosgrove |