Age | Commit message (Expand) | Author |
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 |
2006-11-17 | Add code for AES acceleration. This is currently disabled with | Tom Cosgrove |
2006-11-11 | Get rid of magic isa and eisa bus numbers in mpbios code. Pave the way for | Mark Kettenis |
2006-10-26 | Driver for the AMD Geode LX series processor security block. | Tom Cosgrove |
2006-10-18 | do not enable watchdog functionality if small kernel | Theo de Raadt |
2006-10-17 | Set the Geode SC1100-specific reset function in the geodesc driver, | Tom Cosgrove |
2006-09-29 | kill trailing some spaces | Marco Pfatschbacher |
2006-09-19 | ansi/deregister | Jonathan Gray |
2006-09-19 | add 82801GHM and 82801H | Brad Smith |
2006-08-18 | Don't renumber the PCI bus if we don't need to. Fixes some machines (Dell | Mark Kettenis |
2006-08-14 | say which type of header is unknown | Theo de Raadt |
2006-08-06 | add the Intel 6321ESB LPC | Brad Smith |
2006-08-06 | add the Intel 82801GHM LPC and 6321ESB LPC | Brad Smith |
2006-08-06 | add the Intel 82801DBM LPC. | Brad Smith |
2006-07-13 | Switch to a three-phase pci resource fixup: | Mark Kettenis |
2006-06-25 | reorganize the code to be more sane. | Brad Smith |
2006-06-02 | Spelling. | Christopher Pascoe |
2006-05-15 | Add AGP support for Intel 945G/GM chipsets. The 945GM (mobile) variant | Dimitry Andric |
2006-04-27 | implement separate PAE pmap that allows access to 64g of physmem | Michael Shalayeff |
2006-03-13 | * Add "pcitag_t *pba_bridgetag" to pci_attach_args. This is set to | Brad Smith |
2006-03-07 | - Use the correct initialization routine for the VIA VT8233 chipset | Brad Smith |
2006-02-14 | Find additional noncoherent HyperTransport links by looking at the | Mark Kettenis |
2006-02-11 | New version of i915 supprotm adapted from freebsd by Dimitry Andric, with | Matthieu Herrb |
2006-02-03 | Back out i915 changes; they broke some i810-based machines. | Todd C. Miller |
2006-02-01 | implement a much better 27mhz tc found on geode; inspired by freebsd; grange@ ok | Michael Shalayeff |
2006-01-26 | make timecounter behave; grange@ ok | Michael Shalayeff |
2006-01-13 | support i915. adapted from freebsd by Dimitry Andric. does not break | Theo de Raadt |
2006-01-12 | Fix up interrupt routing on SiS 963. | Jonathan Gray |
2006-01-05 | Don't change pins state on attach. | Alexander Yurchenko |
2006-01-01 | Adjust for renamed VIA VT8233 PCI ID's. | Mark Kettenis |