Age | Commit message (Expand) | Author |
2009-01-27 | Switch the amd64 PCI_CONF_LOCK from being a simplelock and splhigh to a | Owain Ainsworth |
2009-01-14 | int cpuspeed is global. ok markus@ | Alexander Yurchenko |
2009-01-13 | Trivial lvalue abuse fixes, no binary changes. | Alexander Yurchenko |
2009-01-04 | Add support for CS5535 IDE adapted from the gcscide code in NetBSD | Jonathan Gray |
2008-12-28 | Remove confusion between "raw" and "swizzled" interrupt pins. Remove some | Mark Kettenis |
2008-12-07 | Make acpiprt(4) check whether the current interrupt routing is "possible" and | Mark Kettenis |
2008-12-06 | revert all changes related to the mpsafe intr handler. i screwed up the commit | Ted Unangst |
2008-12-06 | some more trouble where i failed to account for oga's diff | Ted Unangst |
2008-12-03 | Remove the x86 and i386 prefixes to the bus_dma types. It's really quite | Owain Ainsworth |
2008-11-09 | Rework that way that agp attaches. | Owain Ainsworth |
2008-10-25 | audio(9) says low level drivers are allowed to change the requested | Jacob Meuser |
2008-09-26 | Attach agp(4) to the Intel Q35 integrated video. | Mike Belopuhov |
2008-09-19 | AES with keysize != 128 bit is not supported in hardware, so we need | Markus Friedl |
2008-07-09 | Simplify the match function a bit by just returning the result from | Brad Smith |
2008-07-07 | Add AGP and hostbridge support for the Intel 82945GME chipset. | Bernd Ahlers |
2008-06-27 | More removal of clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-26 | First pass at removing clauses 3 and 4 from NetBSD licenses. | Ray Lai |
2008-06-25 | Support the Intel G35 which apparently works similarly to the 965. | Owain Ainsworth |
2008-06-25 | auglx(4) is an audio(4) driver for the AC'97 audio codec found on | Marc Balmer |
2008-06-11 | When reading a GPIO pin, first determine if it is programmed for input | Marc Balmer |
2008-06-09 | rename arc4random_bytes => arc4random_buf to match libc's nicer name; | Damien Miller |
2008-06-05 | Allow pchb(4) to find additional non-coherent HyperTransport links | Brad Smith |
2008-05-17 | attach to the via vt8237s found on the hp 2133 mini-note | joshua stein |
2008-04-28 | Sync PCI ids. | Brad Smith |
2008-03-23 | Add AGP support for the Intel G33 chipset. | Damien Bergamini |
2008-03-16 | Make agp(4) attach at vga(4) instead of pchb(4). This is because sometimes | Owain Ainsworth |
2008-01-04 | Clean up Intel host bridge PCI IDs. | Mark Kettenis |
2007-12-18 | Remove bogus #ifdef __i386__, such that we properly initialize the bus number | Mark Kettenis |
2007-12-09 | FREE -> free | Hans-Joerg Hoexer |
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 |